> ## Documentation Index
> Fetch the complete documentation index at: https://ileolami.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TV Credit

> This endpoint get the TV show credits that belong to a person.



## OpenAPI

````yaml get /3/person/{person_id}/tv_credits
openapi: 3.0.3
info:
  title: The Movie Database
  description: Reference
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: ACCOUNT
  - name: AUTHENTICATION
  - name: CERTIFICATION
  - name: CHANGES
  - name: COLLECTION
  - name: COMPANIES
  - name: CONFIGURATION
  - name: CREDITS
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSION
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORK
  - name: PEOPLE
  - name: PEOPLE LISTS
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODES GROUPS
  - name: WATCH PROVIDERS
paths:
  /3/person/{person_id}/tv_credits:
    parameters:
      - name: language
        in: query
        schema:
          type: string
          default: en-US
      - name: person_id
        in: path
        required: true
        schema:
          type: integer
          example: '12'
    get:
      tags:
        - PEOPLE
      summary: TV Credit
      description: This endpoint get the TV show credits that belong to a person.
      operationId: tvCredit
      responses:
        '200':
          description: TV Credit
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=8115
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Tue, 31 Dec 2024 10:41:54 GMT
            ETag:
              schema:
                type: string
                example: W/"c80c0eb190832a7048914b7aa149438a"
            Server:
              schema:
                type: string
                example: openresty
            Transfer-Encoding:
              schema:
                type: string
                example: chunked
            Vary:
              schema:
                type: string
                example: Origin
            Via:
              schema:
                type: string
                example: >-
                  1.1 58323cef7927326b4721718ec24b0aae.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 7GC-f9YhXluKLRTaMi0-scmObF370UYKUXAeR5hVOgdIoJS6FjqPdw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: LOS50-P2
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '14849'
            x-memc-expires:
              schema:
                type: string
                example: '8115'
            x-memc-key:
              schema:
                type: string
                example: 4cb1e7e260c1215fd7521a38b5e526c1
          content:
            application/json:
              schema:
                type: object
                properties:
                  cast:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /rYTINg8p61ElLWIhwxpxq0NT5gZ.jpg
                        character:
                          type: string
                          example: Santa Claus (voice)
                        credit_id:
                          type: string
                          example: 63d546d33dc313009def668a
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 16
                        id:
                          type: number
                          example: 1079747
                        order:
                          type: number
                          example: 3
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Born Again Virgin Christmas Special
                        overview:
                          type: string
                          example: >-
                            Robot Chicken takes down Christmas once again! Our
                            writers reveal the origins of the Heat Miser and
                            Cold Miser. Witness Ebenezer Scrooge learn the true
                            TRUE meaning of Christmas. Learn the perils of
                            getting a job at the North Pole. Discover how Santa
                            Claus ruined World War One's greatest day!
                        popularity:
                          type: number
                          example: 0.903
                        poster_path:
                          type: string
                          nullable: true
                          example: /vbVLZ2yJI3d7aobGeKeirwTA5OG.jpg
                        release_date:
                          type: string
                          example: '2013-12-16'
                        title:
                          type: string
                          example: Born Again Virgin Christmas Special
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 0
                        vote_count:
                          type: number
                          example: 0
                    example:
                      - adult: false
                        backdrop_path: /rYTINg8p61ElLWIhwxpxq0NT5gZ.jpg
                        character: Santa Claus (voice)
                        credit_id: 63d546d33dc313009def668a
                        genre_ids:
                          - 35
                          - 16
                        id: 1079747
                        order: 3
                        original_language: en
                        original_title: Born Again Virgin Christmas Special
                        overview: >-
                          Robot Chicken takes down Christmas once again! Our
                          writers reveal the origins of the Heat Miser and Cold
                          Miser. Witness Ebenezer Scrooge learn the true TRUE
                          meaning of Christmas. Learn the perils of getting a
                          job at the North Pole. Discover how Santa Claus ruined
                          World War One's greatest day!
                        popularity: 0.903
                        poster_path: /vbVLZ2yJI3d7aobGeKeirwTA5OG.jpg
                        release_date: '2013-12-16'
                        title: Born Again Virgin Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Hermey the Elf / Jesus Christ (voice)
                        credit_id: 63d5569dc15b5500a0518a1d
                        genre_ids:
                          - 16
                          - 35
                        id: 1079761
                        order: 2
                        original_language: en
                        original_title: Robot Chicken's Christmas Special
                        overview: >-
                          The special Christmas episode featured the second
                          season short "A Very Dragon Ball Z Christmas", along
                          with the first season shorts "Unsolved Case Files:
                          Claus & Effect" and "Kill Bunny".
                        popularity: 1.214
                        poster_path: /7Ao6vxYXZQBh1zQkLgBpnjsIJae.jpg
                        release_date: '2005-12-22'
                        title: Robot Chicken's Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa Claus / Thor / Atheist Mayor (voice)
                        credit_id: 63d628d8955c65007baa26c6
                        genre_ids:
                          - 16
                          - 35
                        id: 1080086
                        order: 6
                        original_language: en
                        original_title: >-
                          Dear Consumer (Robot Chicken's Full-Assed Christmas
                          Special)
                        overview: >-
                          Thor celebrates Christmas in Asgard, Santa adds Walter
                          PPK to the bad boy list and the creators take a skewed
                          look at The Gift of the Magi. Plus who needs Rudolph
                          when Santa has Comet?
                        popularity: 0.682
                        poster_path: /A7FsD75sEsclwZOzC27F9P7fJpl.jpg
                        release_date: '2009-12-06'
                        title: >-
                          Dear Consumer (Robot Chicken's Full-Assed Christmas
                          Special)
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: >-
                          Aslan / Hermey the Elf / Santa Claus / Narrator
                          (voice)
                        credit_id: 63d62b7920e6a500890cbe36
                        genre_ids:
                          - 16
                        id: 1080089
                        order: 5
                        original_language: en
                        original_title: Robot Chicken's Half-Assed Christmas Special
                        overview: Hermey the Elf sucks at being a dentist.
                        popularity: 1.247
                        poster_path: /pEYGtQHEJd59KS1LMo15S162HCw.jpg
                        release_date: '2007-12-09'
                        title: Robot Chicken's Half-Assed Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa Claus (voice)
                        credit_id: 63d630a020e6a5007ffd2fa4
                        genre_ids:
                          - 16
                          - 35
                        id: 1080092
                        order: 5
                        original_language: en
                        original_title: Robot Chicken's ATM Christmas Special
                        overview: >-
                          The Robot Chicken Christmas Special has Santa nearly
                          missing Christmas; Kano from Mortal Kombat shares the
                          holidays with Mrs. Cage; Justin Bieber's new song is
                          bound to be a Christmas hit.
                        popularity: 0.905
                        poster_path: /3PGSxeadez4szRvOZYiL4db30Ue.jpg
                        release_date: '2012-12-16'
                        title: Robot Chicken's ATM Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /c1PkxFxNdGhesu6hljDiK2zcF6c.jpg
                        character: Johann Krauss (voice)
                        credit_id: 52fe441b9251416c75028f99
                        genre_ids:
                          - 14
                          - 12
                          - 28
                        id: 11253
                        order: 4
                        original_language: en
                        original_title: 'Hellboy II: The Golden Army'
                        overview: "Hellboy, his pyrokinetic girlfriend, Liz, and aquatic empath, Abe Sapien, face their biggest battle when an underworld elven prince plans to reclaim Earth for his magical kindred. Tired of living in the shadow of humans, Prince Nuada tries to awaken an\_ancient force of killing machines, the all-powerful Golden Army, to clear the way for fantasy creatures to roam free. Only Hellboy can stop the dark prince and prevent humanity's annihilation."
                        popularity: 35.134
                        poster_path: /zO0Wdrxnhx3KoJEvychSmnY3urC.jpg
                        release_date: '2008-07-11'
                        title: 'Hellboy II: The Golden Army'
                        video: false
                        vote_average: 6.763
                        vote_count: 5206
                      - adult: false
                        backdrop_path: /qAsxETj5fhZkW00KOzhHB6XQkaJ.jpg
                        character: Ziggy
                        credit_id: 52fe445bc3a368484e01e5ff
                        genre_ids:
                          - 35
                          - 10751
                          - 14
                        id: 23023
                        order: 5
                        original_language: en
                        original_title: Tooth Fairy
                        overview: >-
                          When minor-league hockey player Derek Thompson -- who
                          has a penchant for knocking out his opponents' teeth
                          every time he plays -- disillusions a fan, he is
                          sentenced to a stint for one week as a bona fide,
                          tutu-clad, real-life tooth fairy. Soon, Derek is
                          inspired to rekindle his youthful dreams.
                        popularity: 21.747
                        poster_path: /tLg0A7fOb2NtOojEKY1DutKTrGc.jpg
                        release_date: '2010-01-14'
                        title: Tooth Fairy
                        video: false
                        vote_average: 5.47
                        vote_count: 1979
                      - adult: false
                        backdrop_path: /l3OSKCM0oBOGuioC2jeaeeV8m4I.jpg
                        character: Emperor Palpatine (voice)
                        credit_id: 52fe4624c3a36847f80ef091
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 28
                          - 10770
                        id: 42979
                        order: 8
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars'
                        overview: >-
                          A series of 30 sketches, following the hilarious
                          antics of various characters from a galaxy, far, far
                          away.
                        popularity: 7.664
                        poster_path: /h44WN4mVJ6wEpJgLaaNoFjv0NAo.jpg
                        release_date: '2007-07-17'
                        title: 'Robot Chicken: Star Wars'
                        video: false
                        vote_average: 7.2
                        vote_count: 250
                      - adult: false
                        backdrop_path: /oJNrNkSb6NBRlOCplioFQhvR7M4.jpg
                        character: Emperor Palpatine / Dr. Ball / Figrin D'an (voice)
                        credit_id: 52fe4624c3a36847f80ef0eb
                        genre_ids:
                          - 878
                          - 16
                          - 35
                        id: 42982
                        order: 5
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars Episode II'
                        overview: >-
                          Seth Green and Matthew Senreich serve up more
                          hilarious Star Wars-inspired satire in this second
                          compilation of sketches featuring the zany stop-motion
                          animation of Adult Swim's "Robot Chicken." Gary the
                          stormtrooper deals with irascible boss Darth Vader on
                          Take Your Daughter to Work Day, while Anakin babysits
                          a certain up-and-coming Jedi.
                        popularity: 6.742
                        poster_path: /dM5eCurdAXYd3Dvyr9Rz2YSj3rJ.jpg
                        release_date: '2008-11-16'
                        title: 'Robot Chicken: Star Wars Episode II'
                        video: false
                        vote_average: 7.5
                        vote_count: 140
                      - adult: false
                        backdrop_path: null
                        character: Dr. Ned
                        credit_id: 52fe46b3c3a36847f810d465
                        genre_ids:
                          - 35
                        id: 45164
                        order: 1
                        original_language: en
                        original_title: Life Is Short
                        overview: >-
                          A comedy about a short guy who, at the behest of his
                          crackpot life coach, leaves his perfect girlfriend to
                          pursue his dream of being with a tall woman.
                        popularity: 1.262
                        poster_path: null
                        release_date: '2006-09-01'
                        title: Life Is Short
                        video: false
                        vote_average: 3.8
                        vote_count: 3
                      - adult: false
                        backdrop_path: /z1WgfWZ1Ky9QZvpFZCUYrahYRv9.jpg
                        character: Stewie Griffin / Various Characters (voice)
                        credit_id: 52fe4702c3a368484e0b011b
                        genre_ids:
                          - 12
                          - 16
                          - 35
                        id: 65215
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        overview: >-
                          The maniacal baby of the Griffin family, Stewie, meets
                          his future self. In doing this he discovers that his
                          future image is not what he has anticipated because of
                          a near death experience.
                        popularity: 18.201
                        poster_path: /mro2I5vlcwn2XHwgSDwk1DvhanM.jpg
                        release_date: '2005-07-23'
                        title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        video: false
                        vote_average: 7
                        vote_count: 384
                      - adult: false
                        backdrop_path: null
                        character: Self / Stewie Griffin (voice)
                        credit_id: 644c35912d3721057300e83c
                        genre_ids:
                          - 99
                          - 16
                        id: 1119364
                        order: 12
                        original_language: en
                        original_title: >-
                          TV's Funniest Animated Stars: A Paley Center for Media
                          Special
                        overview: >-
                          The top 40 funniest cartoon characters are showcased
                          in this TV special, as determined by a Nielsen
                          viewers' survey.
                        popularity: 1.059
                        poster_path: /sGoY32WfJeZkC13chggXcO2Q11c.jpg
                        release_date: '2015-12-07'
                        title: >-
                          TV's Funniest Animated Stars: A Paley Center for Media
                          Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 61e031778cfcc70041217af4
                        genre_ids:
                          - 35
                          - 10770
                          - 99
                        id: 436764
                        order: 5
                        original_language: en
                        original_title: FOX 25th Anniversary Special
                        overview: >-
                          A special celebrating FOX's 25 years on the air.
                          Highlights from iconic series and tributes to
                          memorable moments, as well as celebrities honoring the
                          network include.
                        popularity: 3.017
                        poster_path: /kAP8adm7nfF09f0KQxSSVgwE89O.jpg
                        release_date: '2012-04-22'
                        title: FOX 25th Anniversary Special
                        video: false
                        vote_average: 7.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /rrQJwg3jFQasEilhmq8TMpGocb1.jpg
                        character: Emperor Palpatine (voice)
                        credit_id: 52fe480ac3a36847f8155517
                        genre_ids:
                          - 35
                          - 878
                          - 16
                          - 10770
                          - 28
                        id: 51888
                        order: 3
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars Episode III'
                        overview: >-
                          Robot Chicken: Star Wars Episode III, directed by
                          Chris McKay, combines the satirical sensibilities of
                          Green and Matthew Senreich's Robot Chicken with
                          characters of the Star Wars universe.
                        popularity: 7.009
                        poster_path: /mi2lVho2zpfwcxI6yC1QYJi435D.jpg
                        release_date: '2010-12-19'
                        title: 'Robot Chicken: Star Wars Episode III'
                        video: false
                        vote_average: 7.392
                        vote_count: 148
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        character: Ted (voice)
                        credit_id: 52fe4858c3a368484e0f4469
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        order: 2
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4925c3a368484e11c519
                        genre_ids:
                          - 10402
                        id: 76042
                        order: 0
                        original_language: en
                        original_title: 'Seth MacFarlane: Swingin'' in Concert'
                        overview: >-
                          Emmy-winning writer, producer, director, and actor of
                          'Family Guy', Seth MacFarlane takes to the stage to
                          wow audiences in the style of crooners like Dean
                          Martin &amp; Sinatra. Backed by a thirty-nine piece,
                          all-star orchestra conducted by Joel McNeely,
                          MacFarlane is also joined by special guest Sara
                          Bareilles. The duo meticulously turn back time with
                          Great American Songbook classics of the 1940's, 50's
                          and 60's, all featured on McFarlane's 2011 album,
                          'Music Is Better Than Words'. This concert was
                          recorded at Club Nokia in Los Angeles, California on
                          March 26th, 2011. Setlist : The Night They Invented
                          Champagne * It's Anybody's Spring * Anytime, Anywhere
                          * Music Is Better Than Words * Two Sleepy People *
                          You're The Cream In My Coffee * Something Good * Love
                          Won't Let You Get Away * It's Easy To Remember * You
                          And I * The Sadder But Wiser Girl
                        popularity: 0.503
                        poster_path: /kHB5YsUzfaIt1onicHuDC9LtG2q.jpg
                        release_date: '2011-09-30'
                        title: 'Seth MacFarlane: Swingin'' in Concert'
                        video: false
                        vote_average: 5.9
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hgz8wE41RdtMh4sMTxA1drm2si4.jpg
                        character: Self
                        credit_id: 6483297de375c00139bf6f02
                        genre_ids:
                          - 99
                        id: 1138107
                        order: 5
                        original_language: en
                        original_title: Pencils vs Pixels
                        overview: >-
                          A documentary told from the voices of the "second
                          golden age" of animation in the 1990s and 2000s about
                          the rise, fall and rise again of hand-drawn animation.
                          They were trained by animation masters that created
                          the principles of animation, they took animation to
                          heights no one dreamed of - and then came the
                          computer.
                        popularity: 2.132
                        poster_path: /wMOimFicTV9g5tlRVs7ij0JJyii.jpg
                        release_date: '2023-06-15'
                        title: Pencils vs Pixels
                        video: false
                        vote_average: 8.9
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6215e2959f5dfb00414ff3af
                        genre_ids:
                          - 99
                        id: 290834
                        order: 23
                        original_language: en
                        original_title: 'Hellboy: In Service of the Demon'
                        overview: 'The making of Hellboy II: The Golden Army'
                        popularity: 3.1
                        poster_path: /AkXG0RTpa2qOKvsqd2ZyRzOq1xY.jpg
                        release_date: '2008-11-11'
                        title: 'Hellboy: In Service of the Demon'
                        video: false
                        vote_average: 7.4
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 64982bf8bbd0b000e72fbab5
                        genre_ids:
                          - 99
                        id: 237960
                        order: 6
                        original_language: en
                        original_title: Starring Adam West
                        overview: >-
                          A documentary following the career ups and downs of
                          television's Batman as his confidants fight to get him
                          a star on the Hollywood Walk of Fame.
                        popularity: 2.316
                        poster_path: /yZJNtek5g01ECeTEkOxfnl2ve0Y.jpg
                        release_date: '2013-03-13'
                        title: Starring Adam West
                        video: false
                        vote_average: 7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        character: Albert
                        credit_id: 52fe4d309251416c75132fb9
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        order: 0
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        character: Ted (voice)
                        credit_id: 52fe4de9c3a368484e204537
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        order: 1
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        character: The Family Guy
                        credit_id: 64ff5ba7e0ca7f010de99365
                        genre_ids:
                          - 14
                        id: 1174526
                        order: 35
                        original_language: en
                        original_title: Goodbye Channel 99
                        overview: A silent film mourning the death of Analog television.
                        popularity: 0.931
                        poster_path: /jFKc9wSDyDCUOd0whGJ4Zqj7EzE.jpg
                        release_date: '2023-08-26'
                        title: Goodbye Channel 99
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: >-
                          Seth MacFarlane / Larry Cummings / Steve / Lois
                          Cummings / Man in Underwear / Captain Kirk / Mr. Spock
                          / Sulu / Ensign Skippee / British Man / Jeremy / Tom
                          Hanks / Alex Trebek / Preacher / God (voice)
                        credit_id: 52fe4ef09251416c91142e31
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        order: 0
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /vPL7G9amrW935rWEreOL6mX56ty.jpg
                        character: Perry Parmesan (voice)
                        credit_id: 62c98dda595a56094c386a50
                        genre_ids:
                          - 16
                          - 10751
                        id: 269571
                        order: 6
                        original_language: en
                        original_title: 'Angelina Ballerina: The Shining Star Trophy'
                        overview: >-
                          Angelina shines brighter than ever in this all-new
                          movie! Ms. Mimi announces that there’s going to be a
                          big talent show at Camembert Academy – and the winner
                          will walk away with the Shining Star Trophy. With
                          celebrity guest judge Perry Parmesan deciding the
                          winner, every minute of practice counts. But when
                          Angelina goes out of her way to help her friends find
                          their special talents, she has little time to work on
                          her own routine. Who will take center stage and win
                          the Shining Star Trophy? Watch as Angelina follows her
                          heart to become a true shining star!
                        popularity: 0.939
                        poster_path: /6cujRwFBv38K9ODmkJ8NHUUFSqE.jpg
                        release_date: '2011-09-03'
                        title: 'Angelina Ballerina: The Shining Star Trophy'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        character: >-
                          Peter Griffin as Han Solo / Stewie Griffin as Darth
                          Vader / Brian Griffin as Chewbacca / Glenn Quagmire as
                          C-3PO / Carter Pewterschmidt as Emperor Palpatine /
                          Roger as Moff Jerjerrod / Tim the Bear as Wickett /
                          Live Studio Ostrich / Pee-wee Herman (voice)
                        credit_id: 53aa1fab0e0a2646cc000c1c
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: /4OChtyRhlfc7fyVfs4MojbOlyvU.jpg
                        character: Self - Roastmaster
                        credit_id: 54317f13c3a368114300213e
                        genre_ids:
                          - 35
                        id: 296192
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of Charlie Sheen
                        overview: >-
                          It's Charlie Sheen's turn to step in to the celebrity
                          hot seat for the latest installment of The Comedy
                          Central Roast.
                        popularity: 6.664
                        poster_path: /d96F0rtaKNEgK5yP2GwEBghkJ9X.jpg
                        release_date: '2011-09-19'
                        title: Comedy Central Roast of Charlie Sheen
                        video: false
                        vote_average: 7.1
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self / Various  (voice)
                        credit_id: 54764a36c3a368069c0004be
                        genre_ids:
                          - 16
                          - 35
                          - 10402
                        id: 306464
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        overview: >-
                          A commercial-free variety special starring Seth
                          MacFarlane and his "Family Guy" co-star Alex Borstein.
                          The half-hour special will highlight the duo's
                          subversive and unique comedic sensibilities and
                          feature original animation, live-action performances
                          of "Family Guy's" most memorable musical numbers,
                          comedy sketches and surprise celebrity guests.
                        popularity: 2.528
                        poster_path: /lSBvvxuJeVP8DhK4CP9nVY7GpPv.jpg
                        release_date: '2009-11-08'
                        title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /fFNgTbv7Plc7YG9YTA2pRL2JICj.jpg
                        character: Self
                        credit_id: 54fa7110c3a36869cf000708
                        genre_ids:
                          - 35
                          - 10770
                        id: 329243
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of Donald Trump
                        overview: >-
                          It's Donald Trump's turn to step in to the celebrity
                          hot seat for the latest installment of The Comedy
                          Central Roast.
                        popularity: 4.72
                        poster_path: /jVZzb62rn1poTUjbtpO4e2Dmjr.jpg
                        release_date: '2011-03-15'
                        title: Comedy Central Roast of Donald Trump
                        video: false
                        vote_average: 6.8
                        vote_count: 57
                      - adult: false
                        backdrop_path: /ndVZk7D5l1uP4SQ3PBiBUAs7pxG.jpg
                        character: Self - Roastmaster
                        credit_id: 5516ee719251416f00000b30
                        genre_ids:
                          - 35
                        id: 296193
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of David Hasselhoff
                        overview: >-
                          Time to hassle the Hoff at the rudest, raunchiest
                          television event of the year--The Comedy Central Roast
                          of David Hasselhoff. From running in slo-mo on the
                          beach to inspiring Germany with the power of cheesy
                          pop--it's almost too easy.
                        popularity: 6.434
                        poster_path: /sX66iM4rds1pkLBbNYOVWSTcMZR.jpg
                        release_date: '2010-08-15'
                        title: Comedy Central Roast of David Hasselhoff
                        video: true
                        vote_average: 6.8
                        vote_count: 49
                      - adult: false
                        backdrop_path: /f4CRF9cVInfjdYpgVbMJG3naD7p.jpg
                        character: Self (archive footage)
                        credit_id: 639a59b98a0e9b00c45a0c0b
                        genre_ids:
                          - 10402
                        id: 485157
                        order: 8
                        original_language: en
                        original_title: 'Barbra: The Music ... The Mem''ries ... The Magic!'
                        overview: >-
                          Iconic songstress Barbra Streisand culminates her
                          13-city tour in Miami with dazzling ballads, Broadway
                          standards and stories from behind the scenes.
                        popularity: 3.426
                        poster_path: /5DyY92fWXrAoutY2vAatMnt2rPq.jpg
                        release_date: '2017-11-22'
                        title: 'Barbra: The Music ... The Mem''ries ... The Magic!'
                        video: false
                        vote_average: 6.9
                        vote_count: 19
                      - adult: false
                        backdrop_path: null
                        character: Narrator (voice)
                        credit_id: 66129bd6c68b69017d05e2b4
                        genre_ids:
                          - 16
                          - 14
                        id: 1271046
                        order: 0
                        original_language: en
                        original_title: Return of the Sun Devil
                        overview: >-
                          A story of a mythic samurai coming out of retirement
                          for one final battle.
                        popularity: 0.532
                        poster_path: null
                        release_date: '1996-01-01'
                        title: Return of the Sun Devil
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /59CCw4EtiahW0E5cfTrvdbqPQTo.jpg
                        character: Mike (voice)
                        credit_id: 5654c851c3a368413700022d
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 10402
                        id: 335797
                        order: 2
                        original_language: en
                        original_title: Sing
                        overview: >-
                          A koala named Buster recruits his best friend to help
                          him drum up business for his theater by hosting a
                          singing competition.
                        popularity: 62.062
                        poster_path: /zZTlF2eVVUkbdmccd3bNUU9T9sD.jpg
                        release_date: '2016-11-23'
                        title: Sing
                        video: false
                        vote_average: 7.111
                        vote_count: 7971
                      - adult: false
                        backdrop_path: /kjTGuAeMsTTRxiHFSzj2T1zyUwH.jpg
                        character: Self (segment “The Pitch”)
                        credit_id: 662ab37691b530011d8dad39
                        genre_ids:
                          - 35
                        id: 87818
                        order: 66
                        original_language: en
                        original_title: Movie 43
                        overview: >-
                          A series of interconnected short films are the
                          backdrop for a maniac screenwriter who pitches insane
                          storylines featuring some of Hollywood's biggest and
                          brightest.
                        popularity: 28.816
                        poster_path: /uYa06GxHsCsELx9vOQ11vsT0Aa6.jpg
                        release_date: '2013-01-24'
                        title: Movie 43
                        video: false
                        vote_average: 4.603
                        vote_count: 2325
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 56851d99c3a3684bcc01cee6
                        genre_ids:
                          - 10402
                        id: 375166
                        order: 12
                        original_language: en
                        original_title: 'Sinatra 100: An All-Star Grammy Concert'
                        overview: >-
                          A tribute concert celebrating Frank Sinatra’s 100th
                          birthday that promises performances from Tony Bennett,
                          Garth Brooks, Alicia Keys, John Legend, Adam Levine,
                          Carrie Underwood, Usher, Zac Brown, Harry Connick Jr.,
                          Celine Dion, Lady Gaga and Juanes.
                        popularity: 2.156
                        poster_path: /6HlRPfKGfvZp4kMiz9UX2IQCse0.jpg
                        release_date: '2015-12-06'
                        title: 'Sinatra 100: An All-Star Grammy Concert'
                        video: true
                        vote_average: 9.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /Ajybtz0trwrb60JnOTTlQkILR5j.jpg
                        character: Stewie Griffin (voice)
                        credit_id: 663dc97242d3a002d8c79b1e
                        genre_ids:
                          - 16
                          - 35
                        id: 1284004
                        order: 7
                        original_language: en
                        original_title: May the 12th Be with You
                        overview: >-
                          It's Mother's Day and Marge Simpson joins the moms of
                          Disney+ on a special holiday outing that turns into an
                          epic galactic adventure filled with heroes, villains,
                          and Stewie from Family Guy.
                        popularity: 58.835
                        poster_path: /sHJ2OIgpcpSmhqXkuSWxZ3nwg1S.jpg
                        release_date: '2024-05-09'
                        title: May the 12th Be with You
                        video: false
                        vote_average: 5.3
                        vote_count: 50
                      - adult: false
                        backdrop_path: /vzu7tNNF5jT6u2AScPwi6qF7T75.jpg
                        character: Max Chilblain
                        credit_id: 57c6ed549251417366003c75
                        genre_ids:
                          - 35
                          - 80
                        id: 399170
                        order: 6
                        original_language: en
                        original_title: Logan Lucky
                        overview: >-
                          Trying to reverse a family curse, brothers Jimmy and
                          Clyde Logan set out to execute an elaborate robbery
                          during the legendary Coca-Cola 600 race at the
                          Charlotte Motor Speedway.
                        popularity: 38.229
                        poster_path: /2yfQR59Cu1ZFHdti0igSxAIL8hd.jpg
                        release_date: '2017-08-17'
                        title: Logan Lucky
                        video: false
                        vote_average: 6.724
                        vote_count: 3529
                      - adult: false
                        backdrop_path: null
                        character: Various (voice) (archive sound)
                        credit_id: 5825ce25c3a368360400a386
                        genre_ids:
                          - 16
                          - 35
                        id: 425536
                        order: 2
                        original_language: en
                        original_title: 'Robot Chicken: Christmas Specials'
                        overview: >-
                          This DVD release features six Christmas special
                          episodes from Robot Chicken's hilariously outrageous 6
                          seasons, plus comes loaded with holiday-themed bonus
                          content like deleted scenes, deleted animatics,
                          commentary, and more! This [adult swim] holiday
                          release is available at a great value, and will be an
                          instant holiday classic for fans and collectors.
                        popularity: 2.835
                        poster_path: /bNMSlFhnS1oXzpTb6lLeGTsrqwS.jpg
                        release_date: '2014-11-18'
                        title: 'Robot Chicken: Christmas Specials'
                        video: true
                        vote_average: 8.3
                        vote_count: 6
                      - adult: false
                        backdrop_path: /7jzCLnt5IDGDHhNAKTfbq1In4dM.jpg
                        character: Self - Filmmaker / Vocalist
                        credit_id: 66c798d0cb075ed681158df2
                        genre_ids:
                          - 99
                          - 10402
                        id: 1076708
                        order: 17
                        original_language: en
                        original_title: Music by John Williams
                        overview: >-
                          His unforgettable scores are an essential part of some
                          of the most beloved movies of our time, over a career
                          that spans decades. See and hear maestro John
                          Williams' own story, with insights from filmmakers,
                          musicians, and others he has inspired, complete with
                          rare behind-the-scenes looks at the making of movie
                          history.
                        popularity: 12.661
                        poster_path: /7VvCbQNZvqtdEH2RUSpWtTYyPYY.jpg
                        release_date: '2024-11-01'
                        title: Music by John Williams
                        video: false
                        vote_average: 7.9
                        vote_count: 47
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        character: Larry/Steve (voice)
                        credit_id: 58cc946d9251415a3900210b
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        order: 0
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /xe4IIhJ0r3QjrKNPNEjVu3UtcZh.jpg
                        character: Mars Vegas Singer (singing voice)
                        credit_id: 58d3df379251411fdc01619f
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 15060
                        order: 11
                        original_language: en
                        original_title: 'Futurama: Into the Wild Green Yonder'
                        overview: >-
                          Leela becomes an outlaw when she and a group of
                          ecologically-minded feminists attempt to save an
                          asteroid of primitive life forms and the Violet Dwarf
                          star from being destroyed, while Fry joins a secret
                          society and attempts to stop a mysterious species
                          known as the "Dark Ones" from destroying all life in
                          the universe.
                        popularity: 15.538
                        poster_path: /oL6SymcxQE6TN9KrrbdyhlulnEG.jpg
                        release_date: '2009-02-23'
                        title: 'Futurama: Into the Wild Green Yonder'
                        video: false
                        vote_average: 7.049
                        vote_count: 541
                      - adult: false
                        backdrop_path: /mTQIqIQd8puoDcn3RBYIARc7mmq.jpg
                        character: Self
                        credit_id: 595977d4c3a36828fc028ce7
                        genre_ids:
                          - 99
                        id: 464207
                        order: 6
                        original_language: en
                        original_title: The Truth Is in the Stars
                        overview: >-
                          William Shatner sits down with scientists, innovators
                          and celebrities to discuss how the optimism of 'Star
                          Trek' influenced multiple generations.
                        popularity: 2.664
                        poster_path: /7UfW2pnvACZzYoz6HUnuxtO9cJL.jpg
                        release_date: '2017-05-01'
                        title: The Truth Is in the Stars
                        video: false
                        vote_average: 7.1
                        vote_count: 15
                      - adult: false
                        backdrop_path: /eDHOYmzdV2AdXXIz0XjQbNJiTSw.jpg
                        character: >-
                          I.S.R.A.E.L. (aka Intelligent Smart Robotic Animated
                          Eraser Lady) (voice)
                        credit_id: 5b11913d9251417b040000ed
                        genre_ids:
                          - 16
                          - 35
                        id: 36736
                        order: 3
                        original_language: en
                        original_title: 'The Drawn Together Movie: The Movie!'
                        overview: >-
                          When the mystery-solving musician Foxxy Love notices
                          she and her fellow housemates can curse without being
                          bleeped—something they've never been able to do
                          before—she realizes their show has been canceled.
                          Determined to get back on the air, the gang travels to
                          Make-A-Point-Land in order to get a point (and get
                          back on the air).
                        popularity: 12.412
                        poster_path: /gVQYBtUXC8GUQZx6RxigC3Hleab.jpg
                        release_date: '2010-03-18'
                        title: 'The Drawn Together Movie: The Movie!'
                        video: false
                        vote_average: 6.333
                        vote_count: 189
                      - adult: false
                        backdrop_path: /kzzAiHmHlYXpTxO449CleYBGOGK.jpg
                        character: Self
                        credit_id: 5be7f8cec3a368174e022c1d
                        genre_ids:
                          - 99
                        id: 375848
                        order: 3
                        original_language: en
                        original_title: The Simpsons 20th Anniversary Special - In 3D! On Ice!
                        overview: >-
                          The Simpsons 20th Anniversary Special – In 3-D! On
                          Ice! is a documentary special that examined the
                          "cultural phenomenon" of the American animated
                          television series The Simpsons.
                        popularity: 4.302
                        poster_path: /va17NLaPdfJikfCWkPaWbnOfVSf.jpg
                        release_date: '2010-01-10'
                        title: The Simpsons 20th Anniversary Special - In 3D! On Ice!
                        video: false
                        vote_average: 6.7
                        vote_count: 15
                      - adult: false
                        backdrop_path: /GDL3b8I3tShqu8emkWKZKNYnCg.jpg
                        character: Self
                        credit_id: 5c0494dd0e0a26360e0c4aa0
                        genre_ids:
                          - 10402
                        id: 488982
                        order: 3
                        original_language: en
                        original_title: 'Gwen Stefani: You Make It Feel Like Christmas'
                        overview: >-
                          A modern take on the traditional Christmas specials
                          featuring musical performances and fun holiday
                          sketches.
                        popularity: 2.129
                        poster_path: /8wv2ME4mSvB3YA5E2HptYbeteyV.jpg
                        release_date: '2017-12-12'
                        title: 'Gwen Stefani: You Make It Feel Like Christmas'
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        character: >-
                          Peter Griffin / Brian / Stewie / Quagmire / additional
                          (voice)
                        credit_id: 5c2c51d70e0a2655f43a42a2
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        order: 0
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 2.599
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: null
                        character: Peter Griffin / Stewie Griffin / Stan Smith (voice)
                        credit_id: 5c2c538092514122b86e0b34
                        genre_ids:
                          - 16
                          - 35
                          - 28
                          - 12
                          - 80
                          - 53
                          - 10402
                          - 10770
                        id: 572204
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Stewie Kills Lois and Lois Kills
                          Stewie
                        overview: >-
                          "Stewie Kills Lois" and "Lois Kills Stewie" is a
                          two-part episode of the sixth season of the animated
                          comedy series Family Guy, which was originally
                          produced for the end of Season 5.
                        popularity: 5.23
                        poster_path: /n4ydGqXf7mVDxYsmabnlJTFyTJg.jpg
                        release_date: '2007-11-04'
                        title: >-
                          Family Guy Presents: Stewie Kills Lois and Lois Kills
                          Stewie
                        video: true
                        vote_average: 8.1
                        vote_count: 25
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        character: >-
                          Peter Griffin as Han Solo / Brian Griffin as Chewbacca
                          / Stewie Griffin as Darth Vader / Glenn Quagmire as
                          C-3PO / Dr. Elmer Hartman as General Rieekan / Carter
                          Pewterschmidt as Emperor Palpatine / Aaron Sorkin /
                          Cookie Monster / Man / George Takei / Dagobah Man /
                          Commander #2 / Driver / Ringo Starr / Empire Member #2
                          / Pilot #1 (voice)
                        credit_id: 5d6fd0c3e2bca81833ac6e63
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        character: >-
                          Peter Griffin as Han Solo / Brian Griffin as Chewbacca
                          / Stewie Griffin as Darth Vader / Glenn Quagmire as
                          C-3PO / Tom Tucker as Imperial Newscaster / Carter
                          Pewterschmidt as Uncle Owen / Safeguard #1 / Italian
                          #2 / White Guard #2 (voice)
                        credit_id: 5de7f2833faba0001313aa42
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: null
                        character: Stan Smith / Roger (voice)
                        credit_id: 5df57b5a65686e0018834c46
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        order: 0
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        character: Self - Performer
                        credit_id: 5fd93c3a385202003ef4599e
                        genre_ids:
                          - 10402
                          - 10770
                        id: 776521
                        order: 2
                        original_language: en
                        original_title: BBC Swingin' Christmas
                        overview: >-
                          Michael Parkinson presents the sensational John Wilson
                          Orchestra in a celebration of festive musical treats
                          from the golden age of swing, with soloists Seth
                          MacFarlane, Anna-Jane Casey and special guest Curtis
                          Stigers. The Christmas classics include Winter
                          Wonderland, Baby It's Cold Outside, Let It Snow and
                          White Christmas.
                        popularity: 0.577
                        poster_path: /2UAnU51o2E4uS6jDzJmEdCWnRC5.jpg
                        release_date: '2010-12-25'
                        title: BBC Swingin' Christmas
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mP1PDQcIsEJjLq6sIls5cwPoUlK.jpg
                        character: Self - Performer
                        credit_id: 674dc1d2ddab515612634616
                        genre_ids:
                          - 10751
                          - 10770
                          - 10402
                        id: 1393860
                        order: 6
                        original_language: en
                        original_title: 'The Wonderful World of Disney: Holiday Spectacular'
                        overview: >-
                          Hosted by Julianne Hough and Alfonso Ribeiro, The
                          Wonderful World of Disney: Holiday Spectacular returns
                          for its dazzling ninth year. This festive celebration
                          features an enchanting lineup of new musical
                          performances, filmed against the magical backdrops of
                          Walt Disney World Resort in Florida, Disneyland Resort
                          in California, and Aulani, a Disney Resort & Spa in
                          Ko’Olina, Hawaiʻi.
                        popularity: 3.217
                        poster_path: /v0BjufVgslHI4NAOsypmrtFa8J9.jpg
                        release_date: '2024-12-01'
                        title: 'The Wonderful World of Disney: Holiday Spectacular'
                        video: false
                        vote_average: 4.9
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self- vocals
                        credit_id: 6758675b1287d9b46ba19de8
                        genre_ids:
                          - 10402
                        id: 296144
                        order: 4
                        original_language: en
                        original_title: BBC Proms - A Celebration of Classic MGM Film Musicals
                        overview: >-
                          Clive Anderson introduces this special concert
                          celebrating 75 years of classic MGM film musicals.
                          Performing live at London's Royal Albert Hall, John
                          Wilson and his orchestra celebrate the golden age of
                          Hollywood musicals with a plethora of songs from the
                          great movies including 'The Wizard of Oz', 'High
                          Society', 'Meet Me in St Louis' and many more.
                        popularity: 0.563
                        poster_path: /fMIPgWG8Tw6bLP3IdbiHsuDlEdZ.jpg
                        release_date: '2009-10-05'
                        title: BBC Proms - A Celebration of Classic MGM Film Musicals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Reginald
                        credit_id: 677c1180cf4d59c84f725850
                        genre_ids:
                          - 35
                          - 16
                        id: 1410325
                        order: 3
                        original_language: en
                        original_title: Stoner Cats
                        overview: >-
                          Cats getting stoned. Animated series centered on five
                          house cats who mysteriously become sentient. With
                          their "higher" consciousness, they create an absolute
                          catastrophe, forcing them to repeatedly save their
                          beloved owner, Ms. Stoner.
                        popularity: 0.945
                        poster_path: /mjE9CkfP06jK4Jb6uR1J8SOPMDx.jpg
                        release_date: '2021-07-29'
                        title: Stoner Cats
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Dave
                        credit_id: 677c13ae4f9001dca9724bfe
                        genre_ids:
                          - 35
                          - 16
                        id: 1410325
                        order: 4
                        original_language: en
                        original_title: Stoner Cats
                        overview: >-
                          Cats getting stoned. Animated series centered on five
                          house cats who mysteriously become sentient. With
                          their "higher" consciousness, they create an absolute
                          catastrophe, forcing them to repeatedly save their
                          beloved owner, Ms. Stoner.
                        popularity: 0.945
                        poster_path: /mjE9CkfP06jK4Jb6uR1J8SOPMDx.jpg
                        release_date: '2021-07-29'
                        title: Stoner Cats
                        video: false
                        vote_average: 0
                        vote_count: 0
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id:
                          type: string
                          example: 52fe4858c3a368484e0f44f5
                        department:
                          type: string
                          example: Writing
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 14
                        id:
                          type: number
                          example: 72105
                        job:
                          type: string
                          example: Screenplay
                        original_language:
                          type: string
                          example: en
                        original_title:
                          type: string
                          example: Ted
                        overview:
                          type: string
                          example: >-
                            John Bennett, a man whose childhood wish of bringing
                            his teddy bear to life came true, now must decide
                            between keeping the relationship with the bear or
                            his girlfriend, Lori.
                        popularity:
                          type: number
                          example: 52.095
                        poster_path:
                          type: string
                          nullable: true
                          example: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date:
                          type: string
                          example: '2012-06-29'
                        title:
                          type: string
                          example: Ted
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.437
                        vote_count:
                          type: number
                          example: 12375
                    example:
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f44f5
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Screenplay
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f444d
                        department: Directing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Director
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f4453
                        department: Production
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Producer
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f4507
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Story
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 629520c50f21c61538966f32
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Executive Producer
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        credit_id: 629520355cea18009fcf9726
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        job: Executive Producer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 62951fbb0a517c00992ffc5c
                        department: Production
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Executive Producer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 52fe4d309251416c75132fcb
                        department: Directing
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Director
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: null
                        credit_id: 52fe4ef09251416c91142e27
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        job: Writer
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        credit_id: 539ba6f50e0a267a4c00091b
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        job: Writer
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        credit_id: 539ba6ec0e0a267a5200093e
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        job: Director
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 540677bd0e0a2637270005ae
                        department: Directing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Director
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 540677f80e0a263733000524
                        department: Production
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Producer
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 540a20460e0a262b3a0009f8
                        department: Writing
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Writer
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 540a20950e0a262b3a000a06
                        department: Production
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Producer
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: null
                        credit_id: 547649f692514160e300492a
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 10402
                        id: 306464
                        job: Writer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        overview: >-
                          A commercial-free variety special starring Seth
                          MacFarlane and his "Family Guy" co-star Alex Borstein.
                          The half-hour special will highlight the duo's
                          subversive and unique comedic sensibilities and
                          feature original animation, live-action performances
                          of "Family Guy's" most memorable musical numbers,
                          comedy sketches and surprise celebrity guests.
                        popularity: 2.528
                        poster_path: /lSBvvxuJeVP8DhK4CP9nVY7GpPv.jpg
                        release_date: '2009-11-08'
                        title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 55bfe83fc3a3686534009ec1
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Writer
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        credit_id: 6348e98f2c6b7b00799a96d5
                        department: Production
                        genre_ids:
                          - 35
                          - 28
                        id: 1035259
                        job: Producer
                        original_language: en
                        original_title: The Naked Gun
                        overview: >-
                          Follow the misadventures of Detective Frank Drebin's
                          son, Frank Drebin Jr., in this sequel to "Naked Gun 33
                          1/3: The Final Insult".
                        popularity: 6.698
                        poster_path: /ouYUXBUPjw9VPY53vum2HVYv1VR.jpg
                        release_date: '2025-07-31'
                        title: The Naked Gun
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /75uXf24AN12ITBzgbGhLrVGLlBO.jpg
                        credit_id: 638d1dd32dc9dc0087e44a9e
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 728954
                        job: Director
                        original_language: en
                        original_title: Seth MacFarlane's Cavalcade of Cartoon Comedy
                        overview: >-
                          A series of short, non-sequitur skits that could never
                          be shown as cutaway gags on Family Guy (1999) - but
                          which its creators still want to show you anyway.
                        popularity: 0.731
                        poster_path: /2UPc8SZVYHL6rVl880f4O41WO2q.jpg
                        release_date: '2008-09-09'
                        title: Seth MacFarlane's Cavalcade of Cartoon Comedy
                        video: false
                        vote_average: 1
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 573703c19251410b240035a9
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        job: Director
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 58a6d85c92514174720071e2
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Characters
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        credit_id: 643b02b22ea6b9051750e7a6
                        department: Production
                        genre_ids:
                          - 99
                        id: 1113623
                        job: Producer
                        original_language: en
                        original_title: Untitled Carl Sagan Documentary
                        overview: >-
                          Serving as an intimate and cinematic portrait of
                          Sagan, the Untitled Carl Sagan Documentary will
                          explore his love story with partner Ann Druyan and
                          with science. The film will include exclusive audio
                          recordings, archival clips and animation, along with
                          interviews with his family, friends and colleagues.
                          With the full support of Sagan’s family and friends,
                          the film will present a fascinating look into the life
                          and career of one of the world’s most inspiring and
                          revolutionizing scientists of our time.
                        popularity: 0.599
                        poster_path: null
                        release_date: ''
                        title: Untitled Carl Sagan Documentary
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 59f1ca73c3a36806c402d76a
                        department: Crew
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: null
                        credit_id: 665bc8d4f0d540c12ae78945
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Director
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 668468b5f7d16a5091c6756b
                        department: Writing
                        genre_ids:
                          - 16
                        id: 1311896
                        job: Writer
                        original_language: en
                        original_title: Zoomates
                        overview: >-
                          A canned laughter heavy cartoon about an activist
                          named Helen who tries to help three zoo animals adapt
                          to human life.
                        popularity: 0.93
                        poster_path: /9JZ9RvdgRKfhCIYItTO2xhF3PH9.jpg
                        release_date: '1998-09-01'
                        title: Zoomates
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 66bb93e981c76e7c1007e967
                        department: Visual Effects
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Character Designer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /gRQU2W314mPleHCmxKr1WclJj67.jpg
                        credit_id: 64c0cf6c60620a00c74e7c5c
                        department: Production
                        genre_ids:
                          - 99
                        id: 355389
                        job: Executive Producer
                        original_language: en
                        original_title: This Changes Everything
                        overview: >-
                          Based on Naomi Klein's book This Changes Everything:
                          Capitalism vs. the Climate, a look at how people in
                          various communities around the world play a role in
                          the ongoing climate change debate and how they're
                          affecting change in trying to prevent the
                          environmental destruction of our planet.
                        popularity: 1.662
                        poster_path: /hYPovk5AvsTH8Izh0SDgSKUjei8.jpg
                        release_date: '2015-09-10'
                        title: This Changes Everything
                        video: false
                        vote_average: 6.1
                        vote_count: 11
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 5de7f2007646fd0011991aaf
                        department: Writing
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Writer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 5de7f1c028723c001378039e
                        department: Crew
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57cb59450fe001125321b
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Executive Producer
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57bca6eecee0014991328
                        department: Crew
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Creator
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57bd426dac10014509250
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Writer
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: /g6qb2h3dT1tb0zkhktD5r7ZHbmp.jpg
                        credit_id: 5f7e2c2f29c6260037511534
                        department: Production
                        genre_ids:
                          - 27
                          - 878
                        id: 715123
                        job: Executive Producer
                        original_language: en
                        original_title: Books of Blood
                        overview: >-
                          A journey into uncharted and forbidden territory
                          through three tales tangled in space and time.
                        popularity: 14.964
                        poster_path: /bXLVZGgLgd7OwbfP6fC5GCfrxuD.jpg
                        release_date: '2020-10-07'
                        title: Books of Blood
                        video: false
                        vote_average: 6.316
                        vote_count: 444
                      - adult: false
                        backdrop_path: /z1WgfWZ1Ky9QZvpFZCUYrahYRv9.jpg
                        credit_id: 6037348997eab4003ed5300c
                        department: Crew
                        genre_ids:
                          - 12
                          - 16
                          - 35
                        id: 65215
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        overview: >-
                          The maniacal baby of the Griffin family, Stewie, meets
                          his future self. In doing this he discovers that his
                          future image is not what he has anticipated because of
                          a near death experience.
                        popularity: 18.201
                        poster_path: /mro2I5vlcwn2XHwgSDwk1DvhanM.jpg
                        release_date: '2005-07-23'
                        title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        video: false
                        vote_average: 7
                        vote_count: 384
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        credit_id: 66fedb91925fdf925b7c9e09
                        department: Writing
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        job: Writer
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 2.599
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        credit_id: 6701407cc9a10d46ea7d0cdf
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        job: Writer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 6701409d9ebea19006f85fd9
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Writer
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                  id:
                    type: number
                    example: 52139
              examples:
                TV Credit:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /rYTINg8p61ElLWIhwxpxq0NT5gZ.jpg
                        character: Santa Claus (voice)
                        credit_id: 63d546d33dc313009def668a
                        genre_ids:
                          - 35
                          - 16
                        id: 1079747
                        order: 3
                        original_language: en
                        original_title: Born Again Virgin Christmas Special
                        overview: >-
                          Robot Chicken takes down Christmas once again! Our
                          writers reveal the origins of the Heat Miser and Cold
                          Miser. Witness Ebenezer Scrooge learn the true TRUE
                          meaning of Christmas. Learn the perils of getting a
                          job at the North Pole. Discover how Santa Claus ruined
                          World War One's greatest day!
                        popularity: 0.903
                        poster_path: /vbVLZ2yJI3d7aobGeKeirwTA5OG.jpg
                        release_date: '2013-12-16'
                        title: Born Again Virgin Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Hermey the Elf / Jesus Christ (voice)
                        credit_id: 63d5569dc15b5500a0518a1d
                        genre_ids:
                          - 16
                          - 35
                        id: 1079761
                        order: 2
                        original_language: en
                        original_title: Robot Chicken's Christmas Special
                        overview: >-
                          The special Christmas episode featured the second
                          season short "A Very Dragon Ball Z Christmas", along
                          with the first season shorts "Unsolved Case Files:
                          Claus & Effect" and "Kill Bunny".
                        popularity: 1.214
                        poster_path: /7Ao6vxYXZQBh1zQkLgBpnjsIJae.jpg
                        release_date: '2005-12-22'
                        title: Robot Chicken's Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa Claus / Thor / Atheist Mayor (voice)
                        credit_id: 63d628d8955c65007baa26c6
                        genre_ids:
                          - 16
                          - 35
                        id: 1080086
                        order: 6
                        original_language: en
                        original_title: >-
                          Dear Consumer (Robot Chicken's Full-Assed Christmas
                          Special)
                        overview: >-
                          Thor celebrates Christmas in Asgard, Santa adds Walter
                          PPK to the bad boy list and the creators take a skewed
                          look at The Gift of the Magi. Plus who needs Rudolph
                          when Santa has Comet?
                        popularity: 0.682
                        poster_path: /A7FsD75sEsclwZOzC27F9P7fJpl.jpg
                        release_date: '2009-12-06'
                        title: >-
                          Dear Consumer (Robot Chicken's Full-Assed Christmas
                          Special)
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: >-
                          Aslan / Hermey the Elf / Santa Claus / Narrator
                          (voice)
                        credit_id: 63d62b7920e6a500890cbe36
                        genre_ids:
                          - 16
                        id: 1080089
                        order: 5
                        original_language: en
                        original_title: Robot Chicken's Half-Assed Christmas Special
                        overview: Hermey the Elf sucks at being a dentist.
                        popularity: 1.247
                        poster_path: /pEYGtQHEJd59KS1LMo15S162HCw.jpg
                        release_date: '2007-12-09'
                        title: Robot Chicken's Half-Assed Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Santa Claus (voice)
                        credit_id: 63d630a020e6a5007ffd2fa4
                        genre_ids:
                          - 16
                          - 35
                        id: 1080092
                        order: 5
                        original_language: en
                        original_title: Robot Chicken's ATM Christmas Special
                        overview: >-
                          The Robot Chicken Christmas Special has Santa nearly
                          missing Christmas; Kano from Mortal Kombat shares the
                          holidays with Mrs. Cage; Justin Bieber's new song is
                          bound to be a Christmas hit.
                        popularity: 0.905
                        poster_path: /3PGSxeadez4szRvOZYiL4db30Ue.jpg
                        release_date: '2012-12-16'
                        title: Robot Chicken's ATM Christmas Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /c1PkxFxNdGhesu6hljDiK2zcF6c.jpg
                        character: Johann Krauss (voice)
                        credit_id: 52fe441b9251416c75028f99
                        genre_ids:
                          - 14
                          - 12
                          - 28
                        id: 11253
                        order: 4
                        original_language: en
                        original_title: 'Hellboy II: The Golden Army'
                        overview: "Hellboy, his pyrokinetic girlfriend, Liz, and aquatic empath, Abe Sapien, face their biggest battle when an underworld elven prince plans to reclaim Earth for his magical kindred. Tired of living in the shadow of humans, Prince Nuada tries to awaken an\_ancient force of killing machines, the all-powerful Golden Army, to clear the way for fantasy creatures to roam free. Only Hellboy can stop the dark prince and prevent humanity's annihilation."
                        popularity: 35.134
                        poster_path: /zO0Wdrxnhx3KoJEvychSmnY3urC.jpg
                        release_date: '2008-07-11'
                        title: 'Hellboy II: The Golden Army'
                        video: false
                        vote_average: 6.763
                        vote_count: 5206
                      - adult: false
                        backdrop_path: /qAsxETj5fhZkW00KOzhHB6XQkaJ.jpg
                        character: Ziggy
                        credit_id: 52fe445bc3a368484e01e5ff
                        genre_ids:
                          - 35
                          - 10751
                          - 14
                        id: 23023
                        order: 5
                        original_language: en
                        original_title: Tooth Fairy
                        overview: >-
                          When minor-league hockey player Derek Thompson -- who
                          has a penchant for knocking out his opponents' teeth
                          every time he plays -- disillusions a fan, he is
                          sentenced to a stint for one week as a bona fide,
                          tutu-clad, real-life tooth fairy. Soon, Derek is
                          inspired to rekindle his youthful dreams.
                        popularity: 21.747
                        poster_path: /tLg0A7fOb2NtOojEKY1DutKTrGc.jpg
                        release_date: '2010-01-14'
                        title: Tooth Fairy
                        video: false
                        vote_average: 5.47
                        vote_count: 1979
                      - adult: false
                        backdrop_path: /l3OSKCM0oBOGuioC2jeaeeV8m4I.jpg
                        character: Emperor Palpatine (voice)
                        credit_id: 52fe4624c3a36847f80ef091
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 28
                          - 10770
                        id: 42979
                        order: 8
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars'
                        overview: >-
                          A series of 30 sketches, following the hilarious
                          antics of various characters from a galaxy, far, far
                          away.
                        popularity: 7.664
                        poster_path: /h44WN4mVJ6wEpJgLaaNoFjv0NAo.jpg
                        release_date: '2007-07-17'
                        title: 'Robot Chicken: Star Wars'
                        video: false
                        vote_average: 7.2
                        vote_count: 250
                      - adult: false
                        backdrop_path: /oJNrNkSb6NBRlOCplioFQhvR7M4.jpg
                        character: Emperor Palpatine / Dr. Ball / Figrin D'an (voice)
                        credit_id: 52fe4624c3a36847f80ef0eb
                        genre_ids:
                          - 878
                          - 16
                          - 35
                        id: 42982
                        order: 5
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars Episode II'
                        overview: >-
                          Seth Green and Matthew Senreich serve up more
                          hilarious Star Wars-inspired satire in this second
                          compilation of sketches featuring the zany stop-motion
                          animation of Adult Swim's "Robot Chicken." Gary the
                          stormtrooper deals with irascible boss Darth Vader on
                          Take Your Daughter to Work Day, while Anakin babysits
                          a certain up-and-coming Jedi.
                        popularity: 6.742
                        poster_path: /dM5eCurdAXYd3Dvyr9Rz2YSj3rJ.jpg
                        release_date: '2008-11-16'
                        title: 'Robot Chicken: Star Wars Episode II'
                        video: false
                        vote_average: 7.5
                        vote_count: 140
                      - adult: false
                        backdrop_path: null
                        character: Dr. Ned
                        credit_id: 52fe46b3c3a36847f810d465
                        genre_ids:
                          - 35
                        id: 45164
                        order: 1
                        original_language: en
                        original_title: Life Is Short
                        overview: >-
                          A comedy about a short guy who, at the behest of his
                          crackpot life coach, leaves his perfect girlfriend to
                          pursue his dream of being with a tall woman.
                        popularity: 1.262
                        poster_path: null
                        release_date: '2006-09-01'
                        title: Life Is Short
                        video: false
                        vote_average: 3.8
                        vote_count: 3
                      - adult: false
                        backdrop_path: /z1WgfWZ1Ky9QZvpFZCUYrahYRv9.jpg
                        character: Stewie Griffin / Various Characters (voice)
                        credit_id: 52fe4702c3a368484e0b011b
                        genre_ids:
                          - 12
                          - 16
                          - 35
                        id: 65215
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        overview: >-
                          The maniacal baby of the Griffin family, Stewie, meets
                          his future self. In doing this he discovers that his
                          future image is not what he has anticipated because of
                          a near death experience.
                        popularity: 18.201
                        poster_path: /mro2I5vlcwn2XHwgSDwk1DvhanM.jpg
                        release_date: '2005-07-23'
                        title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        video: false
                        vote_average: 7
                        vote_count: 384
                      - adult: false
                        backdrop_path: null
                        character: Self / Stewie Griffin (voice)
                        credit_id: 644c35912d3721057300e83c
                        genre_ids:
                          - 99
                          - 16
                        id: 1119364
                        order: 12
                        original_language: en
                        original_title: >-
                          TV's Funniest Animated Stars: A Paley Center for Media
                          Special
                        overview: >-
                          The top 40 funniest cartoon characters are showcased
                          in this TV special, as determined by a Nielsen
                          viewers' survey.
                        popularity: 1.059
                        poster_path: /sGoY32WfJeZkC13chggXcO2Q11c.jpg
                        release_date: '2015-12-07'
                        title: >-
                          TV's Funniest Animated Stars: A Paley Center for Media
                          Special
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 61e031778cfcc70041217af4
                        genre_ids:
                          - 35
                          - 10770
                          - 99
                        id: 436764
                        order: 5
                        original_language: en
                        original_title: FOX 25th Anniversary Special
                        overview: >-
                          A special celebrating FOX's 25 years on the air.
                          Highlights from iconic series and tributes to
                          memorable moments, as well as celebrities honoring the
                          network include.
                        popularity: 3.017
                        poster_path: /kAP8adm7nfF09f0KQxSSVgwE89O.jpg
                        release_date: '2012-04-22'
                        title: FOX 25th Anniversary Special
                        video: false
                        vote_average: 7.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /rrQJwg3jFQasEilhmq8TMpGocb1.jpg
                        character: Emperor Palpatine (voice)
                        credit_id: 52fe480ac3a36847f8155517
                        genre_ids:
                          - 35
                          - 878
                          - 16
                          - 10770
                          - 28
                        id: 51888
                        order: 3
                        original_language: en
                        original_title: 'Robot Chicken: Star Wars Episode III'
                        overview: >-
                          Robot Chicken: Star Wars Episode III, directed by
                          Chris McKay, combines the satirical sensibilities of
                          Green and Matthew Senreich's Robot Chicken with
                          characters of the Star Wars universe.
                        popularity: 7.009
                        poster_path: /mi2lVho2zpfwcxI6yC1QYJi435D.jpg
                        release_date: '2010-12-19'
                        title: 'Robot Chicken: Star Wars Episode III'
                        video: false
                        vote_average: 7.392
                        vote_count: 148
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        character: Ted (voice)
                        credit_id: 52fe4858c3a368484e0f4469
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        order: 2
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4925c3a368484e11c519
                        genre_ids:
                          - 10402
                        id: 76042
                        order: 0
                        original_language: en
                        original_title: 'Seth MacFarlane: Swingin'' in Concert'
                        overview: >-
                          Emmy-winning writer, producer, director, and actor of
                          'Family Guy', Seth MacFarlane takes to the stage to
                          wow audiences in the style of crooners like Dean
                          Martin &amp; Sinatra. Backed by a thirty-nine piece,
                          all-star orchestra conducted by Joel McNeely,
                          MacFarlane is also joined by special guest Sara
                          Bareilles. The duo meticulously turn back time with
                          Great American Songbook classics of the 1940's, 50's
                          and 60's, all featured on McFarlane's 2011 album,
                          'Music Is Better Than Words'. This concert was
                          recorded at Club Nokia in Los Angeles, California on
                          March 26th, 2011. Setlist : The Night They Invented
                          Champagne * It's Anybody's Spring * Anytime, Anywhere
                          * Music Is Better Than Words * Two Sleepy People *
                          You're The Cream In My Coffee * Something Good * Love
                          Won't Let You Get Away * It's Easy To Remember * You
                          And I * The Sadder But Wiser Girl
                        popularity: 0.503
                        poster_path: /kHB5YsUzfaIt1onicHuDC9LtG2q.jpg
                        release_date: '2011-09-30'
                        title: 'Seth MacFarlane: Swingin'' in Concert'
                        video: false
                        vote_average: 5.9
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hgz8wE41RdtMh4sMTxA1drm2si4.jpg
                        character: Self
                        credit_id: 6483297de375c00139bf6f02
                        genre_ids:
                          - 99
                        id: 1138107
                        order: 5
                        original_language: en
                        original_title: Pencils vs Pixels
                        overview: >-
                          A documentary told from the voices of the "second
                          golden age" of animation in the 1990s and 2000s about
                          the rise, fall and rise again of hand-drawn animation.
                          They were trained by animation masters that created
                          the principles of animation, they took animation to
                          heights no one dreamed of - and then came the
                          computer.
                        popularity: 2.132
                        poster_path: /wMOimFicTV9g5tlRVs7ij0JJyii.jpg
                        release_date: '2023-06-15'
                        title: Pencils vs Pixels
                        video: false
                        vote_average: 8.9
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6215e2959f5dfb00414ff3af
                        genre_ids:
                          - 99
                        id: 290834
                        order: 23
                        original_language: en
                        original_title: 'Hellboy: In Service of the Demon'
                        overview: 'The making of Hellboy II: The Golden Army'
                        popularity: 3.1
                        poster_path: /AkXG0RTpa2qOKvsqd2ZyRzOq1xY.jpg
                        release_date: '2008-11-11'
                        title: 'Hellboy: In Service of the Demon'
                        video: false
                        vote_average: 7.4
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 64982bf8bbd0b000e72fbab5
                        genre_ids:
                          - 99
                        id: 237960
                        order: 6
                        original_language: en
                        original_title: Starring Adam West
                        overview: >-
                          A documentary following the career ups and downs of
                          television's Batman as his confidants fight to get him
                          a star on the Hollywood Walk of Fame.
                        popularity: 2.316
                        poster_path: /yZJNtek5g01ECeTEkOxfnl2ve0Y.jpg
                        release_date: '2013-03-13'
                        title: Starring Adam West
                        video: false
                        vote_average: 7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        character: Albert
                        credit_id: 52fe4d309251416c75132fb9
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        order: 0
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        character: Ted (voice)
                        credit_id: 52fe4de9c3a368484e204537
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        order: 1
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        character: The Family Guy
                        credit_id: 64ff5ba7e0ca7f010de99365
                        genre_ids:
                          - 14
                        id: 1174526
                        order: 35
                        original_language: en
                        original_title: Goodbye Channel 99
                        overview: A silent film mourning the death of Analog television.
                        popularity: 0.931
                        poster_path: /jFKc9wSDyDCUOd0whGJ4Zqj7EzE.jpg
                        release_date: '2023-08-26'
                        title: Goodbye Channel 99
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: >-
                          Seth MacFarlane / Larry Cummings / Steve / Lois
                          Cummings / Man in Underwear / Captain Kirk / Mr. Spock
                          / Sulu / Ensign Skippee / British Man / Jeremy / Tom
                          Hanks / Alex Trebek / Preacher / God (voice)
                        credit_id: 52fe4ef09251416c91142e31
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        order: 0
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /vPL7G9amrW935rWEreOL6mX56ty.jpg
                        character: Perry Parmesan (voice)
                        credit_id: 62c98dda595a56094c386a50
                        genre_ids:
                          - 16
                          - 10751
                        id: 269571
                        order: 6
                        original_language: en
                        original_title: 'Angelina Ballerina: The Shining Star Trophy'
                        overview: >-
                          Angelina shines brighter than ever in this all-new
                          movie! Ms. Mimi announces that there’s going to be a
                          big talent show at Camembert Academy – and the winner
                          will walk away with the Shining Star Trophy. With
                          celebrity guest judge Perry Parmesan deciding the
                          winner, every minute of practice counts. But when
                          Angelina goes out of her way to help her friends find
                          their special talents, she has little time to work on
                          her own routine. Who will take center stage and win
                          the Shining Star Trophy? Watch as Angelina follows her
                          heart to become a true shining star!
                        popularity: 0.939
                        poster_path: /6cujRwFBv38K9ODmkJ8NHUUFSqE.jpg
                        release_date: '2011-09-03'
                        title: 'Angelina Ballerina: The Shining Star Trophy'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        character: >-
                          Peter Griffin as Han Solo / Stewie Griffin as Darth
                          Vader / Brian Griffin as Chewbacca / Glenn Quagmire as
                          C-3PO / Carter Pewterschmidt as Emperor Palpatine /
                          Roger as Moff Jerjerrod / Tim the Bear as Wickett /
                          Live Studio Ostrich / Pee-wee Herman (voice)
                        credit_id: 53aa1fab0e0a2646cc000c1c
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: /4OChtyRhlfc7fyVfs4MojbOlyvU.jpg
                        character: Self - Roastmaster
                        credit_id: 54317f13c3a368114300213e
                        genre_ids:
                          - 35
                        id: 296192
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of Charlie Sheen
                        overview: >-
                          It's Charlie Sheen's turn to step in to the celebrity
                          hot seat for the latest installment of The Comedy
                          Central Roast.
                        popularity: 6.664
                        poster_path: /d96F0rtaKNEgK5yP2GwEBghkJ9X.jpg
                        release_date: '2011-09-19'
                        title: Comedy Central Roast of Charlie Sheen
                        video: false
                        vote_average: 7.1
                        vote_count: 86
                      - adult: false
                        backdrop_path: null
                        character: Self / Various  (voice)
                        credit_id: 54764a36c3a368069c0004be
                        genre_ids:
                          - 16
                          - 35
                          - 10402
                        id: 306464
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        overview: >-
                          A commercial-free variety special starring Seth
                          MacFarlane and his "Family Guy" co-star Alex Borstein.
                          The half-hour special will highlight the duo's
                          subversive and unique comedic sensibilities and
                          feature original animation, live-action performances
                          of "Family Guy's" most memorable musical numbers,
                          comedy sketches and surprise celebrity guests.
                        popularity: 2.528
                        poster_path: /lSBvvxuJeVP8DhK4CP9nVY7GpPv.jpg
                        release_date: '2009-11-08'
                        title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /fFNgTbv7Plc7YG9YTA2pRL2JICj.jpg
                        character: Self
                        credit_id: 54fa7110c3a36869cf000708
                        genre_ids:
                          - 35
                          - 10770
                        id: 329243
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of Donald Trump
                        overview: >-
                          It's Donald Trump's turn to step in to the celebrity
                          hot seat for the latest installment of The Comedy
                          Central Roast.
                        popularity: 4.72
                        poster_path: /jVZzb62rn1poTUjbtpO4e2Dmjr.jpg
                        release_date: '2011-03-15'
                        title: Comedy Central Roast of Donald Trump
                        video: false
                        vote_average: 6.8
                        vote_count: 57
                      - adult: false
                        backdrop_path: /ndVZk7D5l1uP4SQ3PBiBUAs7pxG.jpg
                        character: Self - Roastmaster
                        credit_id: 5516ee719251416f00000b30
                        genre_ids:
                          - 35
                        id: 296193
                        order: 1
                        original_language: en
                        original_title: Comedy Central Roast of David Hasselhoff
                        overview: >-
                          Time to hassle the Hoff at the rudest, raunchiest
                          television event of the year--The Comedy Central Roast
                          of David Hasselhoff. From running in slo-mo on the
                          beach to inspiring Germany with the power of cheesy
                          pop--it's almost too easy.
                        popularity: 6.434
                        poster_path: /sX66iM4rds1pkLBbNYOVWSTcMZR.jpg
                        release_date: '2010-08-15'
                        title: Comedy Central Roast of David Hasselhoff
                        video: true
                        vote_average: 6.8
                        vote_count: 49
                      - adult: false
                        backdrop_path: /f4CRF9cVInfjdYpgVbMJG3naD7p.jpg
                        character: Self (archive footage)
                        credit_id: 639a59b98a0e9b00c45a0c0b
                        genre_ids:
                          - 10402
                        id: 485157
                        order: 8
                        original_language: en
                        original_title: 'Barbra: The Music ... The Mem''ries ... The Magic!'
                        overview: >-
                          Iconic songstress Barbra Streisand culminates her
                          13-city tour in Miami with dazzling ballads, Broadway
                          standards and stories from behind the scenes.
                        popularity: 3.426
                        poster_path: /5DyY92fWXrAoutY2vAatMnt2rPq.jpg
                        release_date: '2017-11-22'
                        title: 'Barbra: The Music ... The Mem''ries ... The Magic!'
                        video: false
                        vote_average: 6.9
                        vote_count: 19
                      - adult: false
                        backdrop_path: null
                        character: Narrator (voice)
                        credit_id: 66129bd6c68b69017d05e2b4
                        genre_ids:
                          - 16
                          - 14
                        id: 1271046
                        order: 0
                        original_language: en
                        original_title: Return of the Sun Devil
                        overview: >-
                          A story of a mythic samurai coming out of retirement
                          for one final battle.
                        popularity: 0.532
                        poster_path: null
                        release_date: '1996-01-01'
                        title: Return of the Sun Devil
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /59CCw4EtiahW0E5cfTrvdbqPQTo.jpg
                        character: Mike (voice)
                        credit_id: 5654c851c3a368413700022d
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                          - 10402
                        id: 335797
                        order: 2
                        original_language: en
                        original_title: Sing
                        overview: >-
                          A koala named Buster recruits his best friend to help
                          him drum up business for his theater by hosting a
                          singing competition.
                        popularity: 62.062
                        poster_path: /zZTlF2eVVUkbdmccd3bNUU9T9sD.jpg
                        release_date: '2016-11-23'
                        title: Sing
                        video: false
                        vote_average: 7.111
                        vote_count: 7971
                      - adult: false
                        backdrop_path: /kjTGuAeMsTTRxiHFSzj2T1zyUwH.jpg
                        character: Self (segment “The Pitch”)
                        credit_id: 662ab37691b530011d8dad39
                        genre_ids:
                          - 35
                        id: 87818
                        order: 66
                        original_language: en
                        original_title: Movie 43
                        overview: >-
                          A series of interconnected short films are the
                          backdrop for a maniac screenwriter who pitches insane
                          storylines featuring some of Hollywood's biggest and
                          brightest.
                        popularity: 28.816
                        poster_path: /uYa06GxHsCsELx9vOQ11vsT0Aa6.jpg
                        release_date: '2013-01-24'
                        title: Movie 43
                        video: false
                        vote_average: 4.603
                        vote_count: 2325
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 56851d99c3a3684bcc01cee6
                        genre_ids:
                          - 10402
                        id: 375166
                        order: 12
                        original_language: en
                        original_title: 'Sinatra 100: An All-Star Grammy Concert'
                        overview: >-
                          A tribute concert celebrating Frank Sinatra’s 100th
                          birthday that promises performances from Tony Bennett,
                          Garth Brooks, Alicia Keys, John Legend, Adam Levine,
                          Carrie Underwood, Usher, Zac Brown, Harry Connick Jr.,
                          Celine Dion, Lady Gaga and Juanes.
                        popularity: 2.156
                        poster_path: /6HlRPfKGfvZp4kMiz9UX2IQCse0.jpg
                        release_date: '2015-12-06'
                        title: 'Sinatra 100: An All-Star Grammy Concert'
                        video: true
                        vote_average: 9.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /Ajybtz0trwrb60JnOTTlQkILR5j.jpg
                        character: Stewie Griffin (voice)
                        credit_id: 663dc97242d3a002d8c79b1e
                        genre_ids:
                          - 16
                          - 35
                        id: 1284004
                        order: 7
                        original_language: en
                        original_title: May the 12th Be with You
                        overview: >-
                          It's Mother's Day and Marge Simpson joins the moms of
                          Disney+ on a special holiday outing that turns into an
                          epic galactic adventure filled with heroes, villains,
                          and Stewie from Family Guy.
                        popularity: 58.835
                        poster_path: /sHJ2OIgpcpSmhqXkuSWxZ3nwg1S.jpg
                        release_date: '2024-05-09'
                        title: May the 12th Be with You
                        video: false
                        vote_average: 5.3
                        vote_count: 50
                      - adult: false
                        backdrop_path: /vzu7tNNF5jT6u2AScPwi6qF7T75.jpg
                        character: Max Chilblain
                        credit_id: 57c6ed549251417366003c75
                        genre_ids:
                          - 35
                          - 80
                        id: 399170
                        order: 6
                        original_language: en
                        original_title: Logan Lucky
                        overview: >-
                          Trying to reverse a family curse, brothers Jimmy and
                          Clyde Logan set out to execute an elaborate robbery
                          during the legendary Coca-Cola 600 race at the
                          Charlotte Motor Speedway.
                        popularity: 38.229
                        poster_path: /2yfQR59Cu1ZFHdti0igSxAIL8hd.jpg
                        release_date: '2017-08-17'
                        title: Logan Lucky
                        video: false
                        vote_average: 6.724
                        vote_count: 3529
                      - adult: false
                        backdrop_path: null
                        character: Various (voice) (archive sound)
                        credit_id: 5825ce25c3a368360400a386
                        genre_ids:
                          - 16
                          - 35
                        id: 425536
                        order: 2
                        original_language: en
                        original_title: 'Robot Chicken: Christmas Specials'
                        overview: >-
                          This DVD release features six Christmas special
                          episodes from Robot Chicken's hilariously outrageous 6
                          seasons, plus comes loaded with holiday-themed bonus
                          content like deleted scenes, deleted animatics,
                          commentary, and more! This [adult swim] holiday
                          release is available at a great value, and will be an
                          instant holiday classic for fans and collectors.
                        popularity: 2.835
                        poster_path: /bNMSlFhnS1oXzpTb6lLeGTsrqwS.jpg
                        release_date: '2014-11-18'
                        title: 'Robot Chicken: Christmas Specials'
                        video: true
                        vote_average: 8.3
                        vote_count: 6
                      - adult: false
                        backdrop_path: /7jzCLnt5IDGDHhNAKTfbq1In4dM.jpg
                        character: Self - Filmmaker / Vocalist
                        credit_id: 66c798d0cb075ed681158df2
                        genre_ids:
                          - 99
                          - 10402
                        id: 1076708
                        order: 17
                        original_language: en
                        original_title: Music by John Williams
                        overview: >-
                          His unforgettable scores are an essential part of some
                          of the most beloved movies of our time, over a career
                          that spans decades. See and hear maestro John
                          Williams' own story, with insights from filmmakers,
                          musicians, and others he has inspired, complete with
                          rare behind-the-scenes looks at the making of movie
                          history.
                        popularity: 12.661
                        poster_path: /7VvCbQNZvqtdEH2RUSpWtTYyPYY.jpg
                        release_date: '2024-11-01'
                        title: Music by John Williams
                        video: false
                        vote_average: 7.9
                        vote_count: 47
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        character: Larry/Steve (voice)
                        credit_id: 58cc946d9251415a3900210b
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        order: 0
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /xe4IIhJ0r3QjrKNPNEjVu3UtcZh.jpg
                        character: Mars Vegas Singer (singing voice)
                        credit_id: 58d3df379251411fdc01619f
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 15060
                        order: 11
                        original_language: en
                        original_title: 'Futurama: Into the Wild Green Yonder'
                        overview: >-
                          Leela becomes an outlaw when she and a group of
                          ecologically-minded feminists attempt to save an
                          asteroid of primitive life forms and the Violet Dwarf
                          star from being destroyed, while Fry joins a secret
                          society and attempts to stop a mysterious species
                          known as the "Dark Ones" from destroying all life in
                          the universe.
                        popularity: 15.538
                        poster_path: /oL6SymcxQE6TN9KrrbdyhlulnEG.jpg
                        release_date: '2009-02-23'
                        title: 'Futurama: Into the Wild Green Yonder'
                        video: false
                        vote_average: 7.049
                        vote_count: 541
                      - adult: false
                        backdrop_path: /mTQIqIQd8puoDcn3RBYIARc7mmq.jpg
                        character: Self
                        credit_id: 595977d4c3a36828fc028ce7
                        genre_ids:
                          - 99
                        id: 464207
                        order: 6
                        original_language: en
                        original_title: The Truth Is in the Stars
                        overview: >-
                          William Shatner sits down with scientists, innovators
                          and celebrities to discuss how the optimism of 'Star
                          Trek' influenced multiple generations.
                        popularity: 2.664
                        poster_path: /7UfW2pnvACZzYoz6HUnuxtO9cJL.jpg
                        release_date: '2017-05-01'
                        title: The Truth Is in the Stars
                        video: false
                        vote_average: 7.1
                        vote_count: 15
                      - adult: false
                        backdrop_path: /eDHOYmzdV2AdXXIz0XjQbNJiTSw.jpg
                        character: >-
                          I.S.R.A.E.L. (aka Intelligent Smart Robotic Animated
                          Eraser Lady) (voice)
                        credit_id: 5b11913d9251417b040000ed
                        genre_ids:
                          - 16
                          - 35
                        id: 36736
                        order: 3
                        original_language: en
                        original_title: 'The Drawn Together Movie: The Movie!'
                        overview: >-
                          When the mystery-solving musician Foxxy Love notices
                          she and her fellow housemates can curse without being
                          bleeped—something they've never been able to do
                          before—she realizes their show has been canceled.
                          Determined to get back on the air, the gang travels to
                          Make-A-Point-Land in order to get a point (and get
                          back on the air).
                        popularity: 12.412
                        poster_path: /gVQYBtUXC8GUQZx6RxigC3Hleab.jpg
                        release_date: '2010-03-18'
                        title: 'The Drawn Together Movie: The Movie!'
                        video: false
                        vote_average: 6.333
                        vote_count: 189
                      - adult: false
                        backdrop_path: /kzzAiHmHlYXpTxO449CleYBGOGK.jpg
                        character: Self
                        credit_id: 5be7f8cec3a368174e022c1d
                        genre_ids:
                          - 99
                        id: 375848
                        order: 3
                        original_language: en
                        original_title: The Simpsons 20th Anniversary Special - In 3D! On Ice!
                        overview: >-
                          The Simpsons 20th Anniversary Special – In 3-D! On
                          Ice! is a documentary special that examined the
                          "cultural phenomenon" of the American animated
                          television series The Simpsons.
                        popularity: 4.302
                        poster_path: /va17NLaPdfJikfCWkPaWbnOfVSf.jpg
                        release_date: '2010-01-10'
                        title: The Simpsons 20th Anniversary Special - In 3D! On Ice!
                        video: false
                        vote_average: 6.7
                        vote_count: 15
                      - adult: false
                        backdrop_path: /GDL3b8I3tShqu8emkWKZKNYnCg.jpg
                        character: Self
                        credit_id: 5c0494dd0e0a26360e0c4aa0
                        genre_ids:
                          - 10402
                        id: 488982
                        order: 3
                        original_language: en
                        original_title: 'Gwen Stefani: You Make It Feel Like Christmas'
                        overview: >-
                          A modern take on the traditional Christmas specials
                          featuring musical performances and fun holiday
                          sketches.
                        popularity: 2.129
                        poster_path: /8wv2ME4mSvB3YA5E2HptYbeteyV.jpg
                        release_date: '2017-12-12'
                        title: 'Gwen Stefani: You Make It Feel Like Christmas'
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        character: >-
                          Peter Griffin / Brian / Stewie / Quagmire / additional
                          (voice)
                        credit_id: 5c2c51d70e0a2655f43a42a2
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        order: 0
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 2.599
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: null
                        character: Peter Griffin / Stewie Griffin / Stan Smith (voice)
                        credit_id: 5c2c538092514122b86e0b34
                        genre_ids:
                          - 16
                          - 35
                          - 28
                          - 12
                          - 80
                          - 53
                          - 10402
                          - 10770
                        id: 572204
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Stewie Kills Lois and Lois Kills
                          Stewie
                        overview: >-
                          "Stewie Kills Lois" and "Lois Kills Stewie" is a
                          two-part episode of the sixth season of the animated
                          comedy series Family Guy, which was originally
                          produced for the end of Season 5.
                        popularity: 5.23
                        poster_path: /n4ydGqXf7mVDxYsmabnlJTFyTJg.jpg
                        release_date: '2007-11-04'
                        title: >-
                          Family Guy Presents: Stewie Kills Lois and Lois Kills
                          Stewie
                        video: true
                        vote_average: 8.1
                        vote_count: 25
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        character: >-
                          Peter Griffin as Han Solo / Brian Griffin as Chewbacca
                          / Stewie Griffin as Darth Vader / Glenn Quagmire as
                          C-3PO / Dr. Elmer Hartman as General Rieekan / Carter
                          Pewterschmidt as Emperor Palpatine / Aaron Sorkin /
                          Cookie Monster / Man / George Takei / Dagobah Man /
                          Commander #2 / Driver / Ringo Starr / Empire Member #2
                          / Pilot #1 (voice)
                        credit_id: 5d6fd0c3e2bca81833ac6e63
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        order: 0
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        character: >-
                          Peter Griffin as Han Solo / Brian Griffin as Chewbacca
                          / Stewie Griffin as Darth Vader / Glenn Quagmire as
                          C-3PO / Tom Tucker as Imperial Newscaster / Carter
                          Pewterschmidt as Uncle Owen / Safeguard #1 / Italian
                          #2 / White Guard #2 (voice)
                        credit_id: 5de7f2833faba0001313aa42
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        order: 0
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: null
                        character: Stan Smith / Roger (voice)
                        credit_id: 5df57b5a65686e0018834c46
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        order: 0
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        character: Self - Performer
                        credit_id: 5fd93c3a385202003ef4599e
                        genre_ids:
                          - 10402
                          - 10770
                        id: 776521
                        order: 2
                        original_language: en
                        original_title: BBC Swingin' Christmas
                        overview: >-
                          Michael Parkinson presents the sensational John Wilson
                          Orchestra in a celebration of festive musical treats
                          from the golden age of swing, with soloists Seth
                          MacFarlane, Anna-Jane Casey and special guest Curtis
                          Stigers. The Christmas classics include Winter
                          Wonderland, Baby It's Cold Outside, Let It Snow and
                          White Christmas.
                        popularity: 0.577
                        poster_path: /2UAnU51o2E4uS6jDzJmEdCWnRC5.jpg
                        release_date: '2010-12-25'
                        title: BBC Swingin' Christmas
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mP1PDQcIsEJjLq6sIls5cwPoUlK.jpg
                        character: Self - Performer
                        credit_id: 674dc1d2ddab515612634616
                        genre_ids:
                          - 10751
                          - 10770
                          - 10402
                        id: 1393860
                        order: 6
                        original_language: en
                        original_title: 'The Wonderful World of Disney: Holiday Spectacular'
                        overview: >-
                          Hosted by Julianne Hough and Alfonso Ribeiro, The
                          Wonderful World of Disney: Holiday Spectacular returns
                          for its dazzling ninth year. This festive celebration
                          features an enchanting lineup of new musical
                          performances, filmed against the magical backdrops of
                          Walt Disney World Resort in Florida, Disneyland Resort
                          in California, and Aulani, a Disney Resort & Spa in
                          Ko’Olina, Hawaiʻi.
                        popularity: 3.217
                        poster_path: /v0BjufVgslHI4NAOsypmrtFa8J9.jpg
                        release_date: '2024-12-01'
                        title: 'The Wonderful World of Disney: Holiday Spectacular'
                        video: false
                        vote_average: 4.9
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self- vocals
                        credit_id: 6758675b1287d9b46ba19de8
                        genre_ids:
                          - 10402
                        id: 296144
                        order: 4
                        original_language: en
                        original_title: BBC Proms - A Celebration of Classic MGM Film Musicals
                        overview: >-
                          Clive Anderson introduces this special concert
                          celebrating 75 years of classic MGM film musicals.
                          Performing live at London's Royal Albert Hall, John
                          Wilson and his orchestra celebrate the golden age of
                          Hollywood musicals with a plethora of songs from the
                          great movies including 'The Wizard of Oz', 'High
                          Society', 'Meet Me in St Louis' and many more.
                        popularity: 0.563
                        poster_path: /fMIPgWG8Tw6bLP3IdbiHsuDlEdZ.jpg
                        release_date: '2009-10-05'
                        title: BBC Proms - A Celebration of Classic MGM Film Musicals
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Reginald
                        credit_id: 677c1180cf4d59c84f725850
                        genre_ids:
                          - 35
                          - 16
                        id: 1410325
                        order: 3
                        original_language: en
                        original_title: Stoner Cats
                        overview: >-
                          Cats getting stoned. Animated series centered on five
                          house cats who mysteriously become sentient. With
                          their "higher" consciousness, they create an absolute
                          catastrophe, forcing them to repeatedly save their
                          beloved owner, Ms. Stoner.
                        popularity: 0.945
                        poster_path: /mjE9CkfP06jK4Jb6uR1J8SOPMDx.jpg
                        release_date: '2021-07-29'
                        title: Stoner Cats
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Dave
                        credit_id: 677c13ae4f9001dca9724bfe
                        genre_ids:
                          - 35
                          - 16
                        id: 1410325
                        order: 4
                        original_language: en
                        original_title: Stoner Cats
                        overview: >-
                          Cats getting stoned. Animated series centered on five
                          house cats who mysteriously become sentient. With
                          their "higher" consciousness, they create an absolute
                          catastrophe, forcing them to repeatedly save their
                          beloved owner, Ms. Stoner.
                        popularity: 0.945
                        poster_path: /mjE9CkfP06jK4Jb6uR1J8SOPMDx.jpg
                        release_date: '2021-07-29'
                        title: Stoner Cats
                        video: false
                        vote_average: 0
                        vote_count: 0
                    crew:
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f44f5
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Screenplay
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f444d
                        department: Directing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Director
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f4453
                        department: Production
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Producer
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /qLOXFr6WX5xIQtUvKVMU4lbxHmT.jpg
                        credit_id: 52fe4858c3a368484e0f4507
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 72105
                        job: Story
                        original_language: en
                        original_title: Ted
                        overview: >-
                          John Bennett, a man whose childhood wish of bringing
                          his teddy bear to life came true, now must decide
                          between keeping the relationship with the bear or his
                          girlfriend, Lori.
                        popularity: 52.095
                        poster_path: /1QVZXQQHCEIj8lyUhdBYd2qOYtq.jpg
                        release_date: '2012-06-29'
                        title: Ted
                        video: false
                        vote_average: 6.437
                        vote_count: 12375
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 629520c50f21c61538966f32
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Executive Producer
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        credit_id: 629520355cea18009fcf9726
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        job: Executive Producer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 62951fbb0a517c00992ffc5c
                        department: Production
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Executive Producer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 52fe4d309251416c75132fcb
                        department: Directing
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Director
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: null
                        credit_id: 52fe4ef09251416c91142e27
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        job: Writer
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        credit_id: 539ba6f50e0a267a4c00091b
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        job: Writer
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /59zHEvOz5hSHQZFB32B2kELlFBs.jpg
                        credit_id: 539ba6ec0e0a267a5200093e
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 276646
                        job: Director
                        original_language: en
                        original_title: Larry and Steve
                        overview: >-
                          A dog is adopted by a moron, and is taken to the store
                          to go shopping.
                        popularity: 1.847
                        poster_path: /bm791XpGwxr6NERFkFdjX9gD0XD.jpg
                        release_date: '1997-02-05'
                        title: Larry and Steve
                        video: false
                        vote_average: 6.2
                        vote_count: 10
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 540677bd0e0a2637270005ae
                        department: Directing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Director
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 540677f80e0a263733000524
                        department: Production
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Producer
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 540a20460e0a262b3a0009f8
                        department: Writing
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Writer
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: /zJRVO9G5c7tTfDRvfC13nUDqXdH.jpg
                        credit_id: 540a20950e0a262b3a000a06
                        department: Production
                        genre_ids:
                          - 35
                          - 37
                        id: 188161
                        job: Producer
                        original_language: en
                        original_title: A Million Ways to Die in the West
                        overview: >-
                          As a cowardly farmer begins to fall for the mysterious
                          new woman in town, he must put his new-found courage
                          to the test when her husband, a notorious gun-slinger,
                          announces his arrival.
                        popularity: 22.767
                        poster_path: /n9SicwnoNGWBwE75le27sUhCLMm.jpg
                        release_date: '2014-05-22'
                        title: A Million Ways to Die in the West
                        video: false
                        vote_average: 6.045
                        vote_count: 4100
                      - adult: false
                        backdrop_path: null
                        credit_id: 547649f692514160e300492a
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 10402
                        id: 306464
                        job: Writer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        overview: >-
                          A commercial-free variety special starring Seth
                          MacFarlane and his "Family Guy" co-star Alex Borstein.
                          The half-hour special will highlight the duo's
                          subversive and unique comedic sensibilities and
                          feature original animation, live-action performances
                          of "Family Guy's" most memorable musical numbers,
                          comedy sketches and surprise celebrity guests.
                        popularity: 2.528
                        poster_path: /lSBvvxuJeVP8DhK4CP9nVY7GpPv.jpg
                        release_date: '2009-11-08'
                        title: >-
                          Family Guy Presents: Seth & Alex's Almost Live Comedy
                          Show
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 55bfe83fc3a3686534009ec1
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Writer
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        credit_id: 6348e98f2c6b7b00799a96d5
                        department: Production
                        genre_ids:
                          - 35
                          - 28
                        id: 1035259
                        job: Producer
                        original_language: en
                        original_title: The Naked Gun
                        overview: >-
                          Follow the misadventures of Detective Frank Drebin's
                          son, Frank Drebin Jr., in this sequel to "Naked Gun 33
                          1/3: The Final Insult".
                        popularity: 6.698
                        poster_path: /ouYUXBUPjw9VPY53vum2HVYv1VR.jpg
                        release_date: '2025-07-31'
                        title: The Naked Gun
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /75uXf24AN12ITBzgbGhLrVGLlBO.jpg
                        credit_id: 638d1dd32dc9dc0087e44a9e
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 728954
                        job: Director
                        original_language: en
                        original_title: Seth MacFarlane's Cavalcade of Cartoon Comedy
                        overview: >-
                          A series of short, non-sequitur skits that could never
                          be shown as cutaway gags on Family Guy (1999) - but
                          which its creators still want to show you anyway.
                        popularity: 0.731
                        poster_path: /2UPc8SZVYHL6rVl880f4O41WO2q.jpg
                        release_date: '2008-09-09'
                        title: Seth MacFarlane's Cavalcade of Cartoon Comedy
                        video: false
                        vote_average: 1
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 573703c19251410b240035a9
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 255518
                        job: Director
                        original_language: en
                        original_title: The Life of Larry
                        overview: >-
                          The story deals with a slob named Larry and his
                          companion, the talking dog, Steve.
                        popularity: 1.344
                        poster_path: /7VJ4UvwQ72bBn3VKInxYoCzq6Sg.jpg
                        release_date: '1995-06-26'
                        title: The Life of Larry
                        video: false
                        vote_average: 5.5
                        vote_count: 13
                      - adult: false
                        backdrop_path: /19Pghw34YdLbjeKpwfCRTNhaItr.jpg
                        credit_id: 58a6d85c92514174720071e2
                        department: Writing
                        genre_ids:
                          - 35
                          - 14
                        id: 214756
                        job: Characters
                        original_language: en
                        original_title: Ted 2
                        overview: >-
                          Newlywed couple Ted and Tami-Lynn want to have a baby,
                          but in order to qualify to be a parent, Ted will have
                          to prove he's a person in a court of law.
                        popularity: 78.994
                        poster_path: /38C91I7Xft0gyY7BITm8i4yvuRb.jpg
                        release_date: '2015-06-25'
                        title: Ted 2
                        video: false
                        vote_average: 6.308
                        vote_count: 7493
                      - adult: false
                        backdrop_path: null
                        credit_id: 643b02b22ea6b9051750e7a6
                        department: Production
                        genre_ids:
                          - 99
                        id: 1113623
                        job: Producer
                        original_language: en
                        original_title: Untitled Carl Sagan Documentary
                        overview: >-
                          Serving as an intimate and cinematic portrait of
                          Sagan, the Untitled Carl Sagan Documentary will
                          explore his love story with partner Ann Druyan and
                          with science. The film will include exclusive audio
                          recordings, archival clips and animation, along with
                          interviews with his family, friends and colleagues.
                          With the full support of Sagan’s family and friends,
                          the film will present a fascinating look into the life
                          and career of one of the world’s most inspiring and
                          revolutionizing scientists of our time.
                        popularity: 0.599
                        poster_path: null
                        release_date: ''
                        title: Untitled Carl Sagan Documentary
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 59f1ca73c3a36806c402d76a
                        department: Crew
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                      - adult: false
                        backdrop_path: null
                        credit_id: 665bc8d4f0d540c12ae78945
                        department: Directing
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Director
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 668468b5f7d16a5091c6756b
                        department: Writing
                        genre_ids:
                          - 16
                        id: 1311896
                        job: Writer
                        original_language: en
                        original_title: Zoomates
                        overview: >-
                          A canned laughter heavy cartoon about an activist
                          named Helen who tries to help three zoo animals adapt
                          to human life.
                        popularity: 0.93
                        poster_path: /9JZ9RvdgRKfhCIYItTO2xhF3PH9.jpg
                        release_date: '1998-09-01'
                        title: Zoomates
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 66bb93e981c76e7c1007e967
                        department: Visual Effects
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Character Designer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /gRQU2W314mPleHCmxKr1WclJj67.jpg
                        credit_id: 64c0cf6c60620a00c74e7c5c
                        department: Production
                        genre_ids:
                          - 99
                        id: 355389
                        job: Executive Producer
                        original_language: en
                        original_title: This Changes Everything
                        overview: >-
                          Based on Naomi Klein's book This Changes Everything:
                          Capitalism vs. the Climate, a look at how people in
                          various communities around the world play a role in
                          the ongoing climate change debate and how they're
                          affecting change in trying to prevent the
                          environmental destruction of our planet.
                        popularity: 1.662
                        poster_path: /hYPovk5AvsTH8Izh0SDgSKUjei8.jpg
                        release_date: '2015-09-10'
                        title: This Changes Everything
                        video: false
                        vote_average: 6.1
                        vote_count: 11
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 5de7f2007646fd0011991aaf
                        department: Writing
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Writer
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: /g9XDL9AzwgR2vY7xXnbOVyR409w.jpg
                        credit_id: 5de7f1c028723c001378039e
                        department: Crew
                        genre_ids:
                          - 35
                          - 10770
                          - 16
                        id: 653528
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: Blue Harvest'
                        overview: >-
                          With the Griffins stuck at home during a blackout,
                          Peter tells the story of "Star Wars Episode IV: A New
                          Hope".
                        popularity: 7.938
                        poster_path: /gSseviIbjMhlHZkFvPhxFAbdJOn.jpg
                        release_date: '2008-01-21'
                        title: 'Family Guy Presents: Blue Harvest'
                        video: false
                        vote_average: 7.3
                        vote_count: 109
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57cb59450fe001125321b
                        department: Production
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Executive Producer
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57bca6eecee0014991328
                        department: Crew
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Creator
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: null
                        credit_id: 5df57bd426dac10014509250
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                        id: 655797
                        job: Writer
                        original_language: en
                        original_title: 'American Dad: The New CIA'
                        overview: >-
                          The American Dad short film, which preceded the
                          theatrical run of the 2005 feature Fever Pitch, is
                          about Stan Smith touring his work days in the CIA and
                          his "normal" everyday life.
                        popularity: 3.021
                        poster_path: /sNIQJRBe380djIuZ0tFBiSSHK2a.jpg
                        release_date: '2005-04-08'
                        title: 'American Dad: The New CIA'
                        video: false
                        vote_average: 7.4
                        vote_count: 17
                      - adult: false
                        backdrop_path: /g6qb2h3dT1tb0zkhktD5r7ZHbmp.jpg
                        credit_id: 5f7e2c2f29c6260037511534
                        department: Production
                        genre_ids:
                          - 27
                          - 878
                        id: 715123
                        job: Executive Producer
                        original_language: en
                        original_title: Books of Blood
                        overview: >-
                          A journey into uncharted and forbidden territory
                          through three tales tangled in space and time.
                        popularity: 14.964
                        poster_path: /bXLVZGgLgd7OwbfP6fC5GCfrxuD.jpg
                        release_date: '2020-10-07'
                        title: Books of Blood
                        video: false
                        vote_average: 6.316
                        vote_count: 444
                      - adult: false
                        backdrop_path: /z1WgfWZ1Ky9QZvpFZCUYrahYRv9.jpg
                        credit_id: 6037348997eab4003ed5300c
                        department: Crew
                        genre_ids:
                          - 12
                          - 16
                          - 35
                        id: 65215
                        job: Creator
                        original_language: en
                        original_title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        overview: >-
                          The maniacal baby of the Griffin family, Stewie, meets
                          his future self. In doing this he discovers that his
                          future image is not what he has anticipated because of
                          a near death experience.
                        popularity: 18.201
                        poster_path: /mro2I5vlcwn2XHwgSDwk1DvhanM.jpg
                        release_date: '2005-07-23'
                        title: 'Family Guy Presents: Stewie Griffin: The Untold Story'
                        video: false
                        vote_average: 7
                        vote_count: 384
                      - adult: false
                        backdrop_path: /scL9FjharQl3Ew5CVgLFOTyoeCj.jpg
                        credit_id: 66fedb91925fdf925b7c9e09
                        department: Writing
                        genre_ids:
                          - 35
                          - 16
                          - 14
                          - 10770
                        id: 572202
                        job: Writer
                        original_language: en
                        original_title: A Very Special Family Guy Freakin' Christmas
                        overview: >-
                          The holidays are approaching, and who better to play
                          Jesus in the town nativity scene than Stewie? Plus,
                          Peter gives the family's gifts to charity, Brian sets
                          the house on fire, and Stewie demands plutonium from
                          Santa. Then, rejoice with a bonus gift--this
                          never-before-released-on-DVD episode of "American
                          Dad"! Stan will just die if he can't find the perfect
                          Christmas tree. Watch Stan die! And maybe come back to
                          life. Deck the halls with all these outrageous
                          yuletide yucks!
                        popularity: 2.599
                        poster_path: /uUNqRwHk9vNgisejGqpAtGwbohR.jpg
                        release_date: '2001-12-21'
                        title: A Very Special Family Guy Freakin' Christmas
                        video: true
                        vote_average: 8.1
                        vote_count: 22
                      - adult: false
                        backdrop_path: /6zI33gbXLAfPIZPepmZe2WEIosn.jpg
                        credit_id: 6701407cc9a10d46ea7d0cdf
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 14
                          - 878
                          - 10770
                        id: 625651
                        job: Writer
                        original_language: en
                        original_title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        overview: >-
                          Peter makes good on another power outage at home by
                          retelling Star Wars Episode V: The Empire Strikes
                          Back.
                        popularity: 11.163
                        poster_path: /fWr85GtJlzY4ZwdB2eCu3pdzWHz.jpg
                        release_date: '2009-12-22'
                        title: >-
                          Family Guy Presents: Something, Something, Something,
                          Dark Side
                        video: false
                        vote_average: 7.2
                        vote_count: 150
                      - adult: false
                        backdrop_path: /jbYJbHBsCtcewKM68YIyIzjvdhP.jpg
                        credit_id: 6701409d9ebea19006f85fd9
                        department: Writing
                        genre_ids:
                          - 16
                          - 35
                          - 878
                          - 10770
                        id: 278427
                        job: Writer
                        original_language: en
                        original_title: 'Family Guy Presents: It''s a Trap!'
                        overview: >-
                          With the Griffins stuck again at home during a
                          blackout, Peter tells the story of “Star Wars Episode
                          VI: Return of the Jedi.”
                        popularity: 10.051
                        poster_path: /nGER5w4H3g2ujD8Zodxn0WXk1l4.jpg
                        release_date: '2010-12-21'
                        title: 'Family Guy Presents: It''s a Trap!'
                        video: false
                        vote_average: 6.8
                        vote_count: 419
                    id: 52139
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````