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

# Get combined credits

> Get the combined movie and TV credits that belong to a person.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/person/31/combined_credits
openapi: 3.0.3
info:
  title: Endpoints
  description: This section contains all the endpoints used in the documentation.
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: Authentication
    description: This section contains all endpoints used for authentication
  - name: Accounts
    description: This section contains account-specific endpoints.
  - name: Favorites
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows, episodes to favorites, and also to get a list of
      favorites for the account.
  - name: Movies
    description: >-
      This section contains an endpoint to add a movie to favorites, and another
      to get a list of favorite movies for a TMDB account.
  - name: TV shows
    description: >-
      This section contains an endpoint to get the favorite TV shows for an
      account.
  - name: Watchlist
    description: >-
      This section contains all endpoints that allow a TMDB account to add
      movies, TV Shows to watchlist, and also to get a list of watchlist for the
      account.
  - name: Movies1
    description: >-
      This section contains an endpoint that allows a TMDB account to add a
      movie to watchlist, and another to get the movies in a watchlist.
  - name: TV shows1
    description: >-
      This section contains an endpoint used to get TV shows in an account's
      watchlist.
  - name: Ratings
    description: >-
      This section contains endpoints used to get all movies, TV Shows, and
      episodes rated by a TMDB account.
  - name: Movies12
    description: >-
      This section contains an endpoint used to get a list of movies rated by a
      TMDB account.
  - name: TV shows12
    description: >-
      This section contains an endpoint used to get a list of TV shows rated by
      a TMDB account.
  - name: Episodes
    description: >-
      This section contains an endpoint used to get a list of episodes rated by
      a TMDB account.
  - name: Lists
    description: Endpoints for a TMDB account lists.
  - name: Guest sessions
    description: This section contains all endpoints accessible by a guest session.
  - name: Movies
    description: For movies.
  - name: TV episodes
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      episodes.
  - name: TV seasons
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      seasons.
  - name: TV series
    description: >-
      This section contains all endpoints used to retrieve data for all TV
      series.
  - name: TV series lists
    description: This section contains all endpoints used to list TV series.
  - name: TV episode groups
    description: This section contains an endpoint used to retrieve data for TV episodes.
  - name: Watch providers
    description: Get available regions.
  - name: People
    description: About people lists.
  - name: Companies
    description: >-
      This section contains all endpoints used to retrieve data for supported
      companies.
  - name: Discover
    description: This section contains all endpoints used to discover movies and TV shows.
  - name: Recent changes
    description: >-
      This section contains all endpoints used to get recent changes in the TMDB
      database.
  - name: Credit
    description: This section contains an endpoint used to retrieve movie credits.
  - name: Certifications
    description: >-
      This section contains all endpoints used to get certification for movies
      and TV shows.
  - name: Collections
    description: This section contains all endpoints used to retrieve data for collections
  - name: Configuration
    description: >-
      This section contains all endpoints used to retrieve data on TMDB's
      configurations.
  - name: Find
    description: >-
      This section contains an endpoint used to search the TMDB database by
      External ID.
  - name: Genres
    description: This section contains endpoints related to genres.
  - name: Keywords
    description: >-
      This section contains an endpoint used to get keywords in the database by
      an ID.
  - name: Movie lists
    description: >-
      This section contains all endpoints used to retrieve movies by multiple
      search filters.
  - name: Networks
    description: For network endpoints.
  - name: Reviews
    description: For reviews endpoints.
  - name: Search
    description: For search endpoints.
  - name: Trending
    description: For trending videos.
paths:
  /3/person/31/combined_credits:
    get:
      tags:
        - People
      summary: Get combined credits
      description: Get the combined movie and TV credits that belong to a person.
      operationId: getCombinedCredits
      responses:
        '200':
          description: New Request
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=26638
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 13:43:12 GMT
            ETag:
              schema:
                type: string
                example: W/"ddab0e9199a0c420ff7f5af8c2027760"
            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 f7946a4607f30d9f711fcb97773ed57e.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: 0zU3fHHnGtjRX_6jkf-LlULq2RrUolrMtPDsOFwm3cRoZ5RCV0HZEA==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: CDG50-C1
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: MISS, STORE
            x-memc-age:
              schema:
                type: string
                example: '0'
            x-memc-expires:
              schema:
                type: string
                example: '26638'
            x-memc-key:
              schema:
                type: string
                example: ab5d8c6e9f413acb8be1227b22319205
          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: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg
                        character:
                          type: string
                          example: Forrest Gump
                        credit_id:
                          type: string
                          example: 52fe420ec3a36847f800074f
                        episode_count:
                          type: number
                          example: 3
                        first_air_date:
                          type: string
                          example: '1982-09-22'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 18
                            - 10749
                        id:
                          type: number
                          example: 13
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: Family Ties
                        order:
                          type: number
                          example: 0
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: Family Ties
                        original_title:
                          type: string
                          example: Forrest Gump
                        overview:
                          type: string
                          example: >-
                            A man with a low IQ has accomplished great things in
                            his life and been present during significant
                            historic events—in each case, far exceeding what
                            anyone imagined he could do. But despite all he has
                            achieved, his one true love eludes him.
                        popularity:
                          type: number
                          example: 145.07
                        poster_path:
                          type: string
                          nullable: true
                          example: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg
                        release_date:
                          type: string
                          example: '1994-06-23'
                        title:
                          type: string
                          example: Forrest Gump
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 8.5
                        vote_count:
                          type: number
                          example: 27612
                    example:
                      - adult: false
                        backdrop_path: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg
                        character: Forrest Gump
                        credit_id: 52fe420ec3a36847f800074f
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 13
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Forrest Gump
                        overview: >-
                          A man with a low IQ has accomplished great things in
                          his life and been present during significant historic
                          events—in each case, far exceeding what anyone
                          imagined he could do. But despite all he has achieved,
                          his one true love eludes him.
                        popularity: 145.07
                        poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg
                        release_date: '1994-06-23'
                        title: Forrest Gump
                        video: false
                        vote_average: 8.5
                        vote_count: 27612
                      - adult: false
                        backdrop_path: /8ln5VUVk7gnNGIb2VNgw8nICDVt.jpg
                        character: Tom Hanks (voice)
                        credit_id: 52fe4211c3a36847f8001551
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 35
                        media_type: movie
                        order: 18
                        original_language: en
                        original_title: The Simpsons Movie
                        overview: >-
                          After Homer accidentally pollutes the town's water
                          supply, Springfield is encased in a gigantic dome by
                          the EPA and the Simpsons are declared fugitives.
                        popularity: 57.432
                        poster_path: /gzb6P78zeFTnv9eoFYnaJ2YrZ5q.jpg
                        release_date: '2007-07-25'
                        title: The Simpsons Movie
                        video: false
                        vote_average: 7
                        vote_count: 8003
                      - adult: false
                        backdrop_path: /8gN4y9ijiYHIdcvWVHFgqumF5W1.jpg
                        character: Sam Baldwin
                        credit_id: 52fe4283c3a36847f8024bd9
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 858
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Sleepless in Seattle
                        overview: >-
                          After the death of his mother, a young boy calls a
                          radio station in an attempt to set his father up on a
                          date. Talking about his father’s loneliness soon leads
                          to a meeting with a young female journalist, who has
                          flown to Seattle to write a story about the boy and
                          his father.
                        popularity: 39.173
                        poster_path: /jAXfku1u1uaLGh4cUmK0ESf1pPu.jpg
                        release_date: '1993-06-24'
                        title: Sleepless in Seattle
                        video: false
                        vote_average: 6.738
                        vote_count: 2342
                      - adult: false
                        backdrop_path: /bdD39MpSVhKjxarTxLSfX6baoMP.jpg
                        character: Captain Miller
                        credit_id: 52fe4283c3a36847f8024aef
                        genre_ids:
                          - 18
                          - 36
                          - 10752
                        id: 857
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Saving Private Ryan
                        overview: >-
                          As U.S. troops storm the beaches of Normandy, three
                          brothers lie dead on the battlefield, with a fourth
                          trapped behind enemy lines. Ranger captain John Miller
                          and seven men are tasked with penetrating German-held
                          territory and bringing the boy home.
                        popularity: 67.452
                        poster_path: /1wY4psJ5NVEhCuOYROwLH2XExM2.jpg
                        release_date: '1998-07-24'
                        title: Saving Private Ryan
                        video: false
                        vote_average: 8.2
                        vote_count: 15911
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        character: Woody (voice)
                        credit_id: 52fe4284c3a36847f8024f95
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story
                        overview: >-
                          Led by Woody, Andy's toys live happily in his room
                          until Andy's birthday brings Buzz Lightyear onto the
                          scene. Afraid of losing his place in Andy's heart,
                          Woody plots against Buzz. But when circumstances
                          separate Buzz and Woody from their owner, the duo
                          eventually learns to put aside their differences.
                        popularity: 118.853
                        poster_path: /uXDfjJbdP4ijW5hWSBrPrlKpxab.jpg
                        release_date: '1995-10-30'
                        title: Toy Story
                        video: false
                        vote_average: 7.969
                        vote_count: 18461
                      - adult: false
                        backdrop_path: /vxJ08SvwomfKbpboCWynC3uqUg4.jpg
                        character: Paul Edgecomb
                        credit_id: 52fe424ac3a36847f8012bc7
                        genre_ids:
                          - 14
                          - 18
                          - 80
                        id: 497
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Green Mile
                        overview: >-
                          A supernatural tale set on death row in a Southern
                          prison, where gentle giant John Coffey possesses the
                          mysterious power to heal people's ailments. When the
                          cell block's head guard, Paul Edgecomb, recognizes
                          Coffey's miraculous gift, he tries desperately to help
                          stave off the condemned man's execution.
                        popularity: 82.717
                        poster_path: /8VG8fDNiy50H4FedGwdSVUPoaJe.jpg
                        release_date: '1999-12-10'
                        title: The Green Mile
                        video: false
                        vote_average: 8.5
                        vote_count: 17595
                      - adult: false
                        backdrop_path: /pcSjQftPIflB8pSy0g41oSktp6N.jpg
                        character: Jim Lovell
                        credit_id: 52fe4253c3a36847f801595d
                        genre_ids:
                          - 18
                          - 36
                        id: 568
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Apollo 13
                        overview: >-
                          The true story of technical troubles that scuttle the
                          Apollo 13 lunar mission in 1970, risking the lives of
                          astronaut Jim Lovell and his crew, with the failed
                          journey turning into a thrilling saga of heroism.
                          Drifting more than 200,000 miles from Earth, the
                          astronauts work furiously with the ground crew to
                          avert tragedy.
                        popularity: 31.528
                        poster_path: /oYUZHYMwNKnE1ef4WE5Hw2a9OAY.jpg
                        release_date: '1995-06-30'
                        title: Apollo 13
                        video: false
                        vote_average: 7.45
                        vote_count: 5412
                      - adult: false
                        backdrop_path: /vlnSG1EQi0ez2A6MkFfjovPfkES.jpg
                        character: Robert Langdon
                        credit_id: 52fe4259c3a36847f8017445
                        genre_ids:
                          - 53
                          - 9648
                        id: 591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Da Vinci Code
                        overview: >-
                          A murder in Paris’ Louvre Museum and cryptic clues in
                          some of Leonardo da Vinci’s most famous paintings lead
                          to the discovery of a religious mystery. For 2,000
                          years a secret society closely guards information that
                          — should it come to light — could rock the very
                          foundations of Christianity.
                        popularity: 40.115
                        poster_path: /9ejKfNk0LBhSI9AahH4f9NJNZNM.jpg
                        release_date: '2006-05-17'
                        title: The Da Vinci Code
                        video: false
                        vote_average: 6.727
                        vote_count: 9308
                      - adult: false
                        backdrop_path: /dfGJKPaxabWaXacJ2fw6zXgA9QX.jpg
                        character: Viktor Navorski
                        credit_id: 52fe4259c3a36847f801762f
                        genre_ids:
                          - 35
                          - 18
                        id: 594
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Terminal
                        overview: >-
                          Viktor Navorski is a man without a country; his plane
                          took off just as a coup d'etat exploded in his
                          homeland, leaving it in shambles, and now he's
                          stranded at Kennedy Airport, where he's holding a
                          passport that nobody recognizes. While quarantined in
                          the transit lounge until authorities can figure out
                          what to do with him, Viktor simply goes on living –
                          and courts romance with a beautiful flight attendant.
                        popularity: 29.125
                        poster_path: /cPB3ZMM4UdsSAhNdS4c7ps5nypY.jpg
                        release_date: '2004-06-17'
                        title: The Terminal
                        video: false
                        vote_average: 7.344
                        vote_count: 7907
                      - adult: false
                        backdrop_path: /Ag6qhzsJd3k1NKuNrG9RmhZDMh7.jpg
                        character: Carl Hanratty
                        credit_id: 52fe4263c3a36847f801a643
                        genre_ids:
                          - 18
                          - 80
                        id: 640
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Catch Me If You Can
                        overview: >-
                          A true story about Frank Abagnale Jr. who, before his
                          19th birthday, successfully conned millions of dollars
                          worth of checks as a Pan Am pilot, doctor, and legal
                          prosecutor. An FBI agent makes it his mission to put
                          him behind bars. But Frank not only eludes capture, he
                          revels in the pursuit.
                        popularity: 49.54
                        poster_path: /sdYgEkKCDPWNU6KnoL4qd8xZ4w7.jpg
                        release_date: '2002-12-16'
                        title: Catch Me If You Can
                        video: false
                        vote_average: 8
                        vote_count: 15711
                      - adult: false
                        backdrop_path: /wE5JGzujfvDPMIfFjJyrhXFjZLc.jpg
                        character: Woody (voice)
                        credit_id: 52fe433f9251416c7500915d
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 10193
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 3
                        overview: >-
                          Woody, Buzz, and the rest of Andy's toys haven't been
                          played with in years. With Andy about to go to
                          college, the gang find themselves accidentally left at
                          a nefarious day care center. The toys must band
                          together to escape and return home to Andy.
                        popularity: 97.82
                        poster_path: /AbbXspMOwdvwWZgVN0nabZq03Ec.jpg
                        release_date: '2010-06-16'
                        title: Toy Story 3
                        video: false
                        vote_average: 7.799
                        vote_count: 14711
                      - adult: false
                        backdrop_path: /qbe8WKCS0FpsuIjGR928QK3jn6z.jpg
                        character: Pep Streebeck
                        credit_id: 52fe430a9251416c75001163
                        genre_ids:
                          - 28
                          - 35
                          - 80
                        id: 10023
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Dragnet
                        overview: >-
                          LAPD Sgt. Joe Friday -- the equally straight-laced
                          nephew of the famous police sergeant of the same name
                          -- is paired up with a young, freewheeling detective
                          named Pep Streebeck. After investigating some strange
                          robberies at the local zoo and the theft of a
                          stockpile of pornographic magazines, they uncover cult
                          activity in the heart of the city and are hot on the
                          case to figure out who's behind it all.
                        popularity: 15.494
                        poster_path: /77H17YDeHoJCHebpfGF1rY3Dfof.jpg
                        release_date: '1987-06-23'
                        title: Dragnet
                        video: false
                        vote_average: 6
                        vote_count: 478
                      - adult: false
                        backdrop_path: /dGbBnTYxdHf1qyUgHsuFpxn1K4E.jpg
                        character: Josh Baskin
                        credit_id: 52fe4349c3a36847f8048ac3
                        genre_ids:
                          - 14
                          - 18
                          - 35
                          - 10749
                          - 10751
                        id: 2280
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Big
                        overview: >-
                          When a young boy makes a wish at a carnival machine to
                          be big—he wakes up the following morning to find that
                          it has been granted and his body has grown older
                          overnight. But he is still the same 13-year-old boy
                          inside. Now he must learn how to cope with the
                          unfamiliar world of grown-ups including getting a job
                          and having his first romantic encounter with a woman.
                        popularity: 26.805
                        poster_path: /eWhCDJiwxvx3YXkAFRiHjimnF0j.jpg
                        release_date: '1988-06-03'
                        title: Big
                        video: false
                        vote_average: 7.18
                        vote_count: 3633
                      - adult: false
                        backdrop_path: /qZ8t05qidOjhSSsaByxxpu6CKOH.jpg
                        character: Joe Banks
                        credit_id: 52fe435dc3a36847f804ec5d
                        genre_ids:
                          - 35
                          - 10749
                        id: 2565
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Joe Versus the Volcano
                        overview: >-
                          Hypochondriac Joe Banks finds out he has six months to
                          live, quits his dead end job, musters the courage to
                          ask his co-worker out on a date, and is then hired to
                          jump into a volcano by a mysterious visitor.
                        popularity: 17.72
                        poster_path: /rnfiZHQXgZOQIqdsni9xOzFq7mq.jpg
                        release_date: '1990-03-09'
                        title: Joe Versus the Volcano
                        video: false
                        vote_average: 5.7
                        vote_count: 531
                      - adult: false
                        backdrop_path: /nvz6Bu17ipOHGHpWRm3ezpE76j2.jpg
                        character: Allen Bauer
                        credit_id: 52fe4360c3a36847f804faaf
                        genre_ids:
                          - 35
                          - 10749
                          - 14
                        id: 2619
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Splash
                        overview: >-
                          A successful businessman falls in love with the girl
                          of his dreams. There's one big complication though;
                          he's fallen hook, line and sinker for a mermaid.
                        popularity: 20.663
                        poster_path: /7FutTsMWBwVhjk1Ujf1wtndUVZh.jpg
                        release_date: '1984-03-09'
                        title: Splash
                        video: false
                        vote_average: 6.254
                        vote_count: 1348
                      - adult: false
                        backdrop_path: /cDDyZ2qtBzNAepdTbgxKfFcxREl.jpg
                        character: Michael Sullivan
                        credit_id: 52fe43aec3a36847f80678c7
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 4147
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Road to Perdition
                        overview: >-
                          Mike Sullivan works as a hit man for crime boss John
                          Rooney. Sullivan views Rooney as a father figure,
                          however after his son is witness to a killing, Mike
                          Sullivan finds himself on the run in attempt to save
                          the life of his son and at the same time looking for
                          revenge on those who wronged him.
                        popularity: 24.657
                        poster_path: /loSpBeirRfTPJ3cMIqpQArstGhh.jpg
                        release_date: '2002-07-12'
                        title: Road to Perdition
                        video: false
                        vote_average: 7.4
                        vote_count: 3628
                      - adult: false
                        backdrop_path: /fdsoPgGqRurTGbdkTQt76A8xxIK.jpg
                        character: Walter Fielding, Jr.
                        credit_id: 52fe43759251416c75011265
                        genre_ids:
                          - 35
                          - 10749
                        id: 10466
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Money Pit
                        overview: >-
                          After being evicted from their Manhattan apartment, a
                          couple buy what looks like the home of their
                          dreams—only to find themselves saddled with a
                          bank-account-draining nightmare. Struggling to keep
                          their relationship together as their rambling mansion
                          falls to pieces around them, the two watch in
                          hilarious horror as everything—including the kitchen
                          sink—disappears into the Money Pit.
                        popularity: 24.934
                        poster_path: /bohhidIi1WWU5NNYF9l5wLQu3Ii.jpg
                        release_date: '1986-03-26'
                        title: The Money Pit
                        video: false
                        vote_average: 6.498
                        vote_count: 1130
                      - adult: false
                        backdrop_path: /1iwpwlP9SafsCxMKieZVlxCjYaa.jpg
                        character: Richard
                        credit_id: 52fe43cd9251416c7501ec1f
                        genre_ids:
                          - 28
                          - 35
                        id: 10905
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Man with One Red Shoe
                        overview: >-
                          A man is mistaken as a spy by the CIA when he arrives
                          at the airport with one red shoe.
                        popularity: 9.607
                        poster_path: /lD44uiCKnLVCKiEnB0urtqIR0nE.jpg
                        release_date: '1985-07-18'
                        title: The Man with One Red Shoe
                        video: false
                        vote_average: 5.7
                        vote_count: 269
                      - adult: false
                        backdrop_path: /y8Mabq84N0d5fm83CWb9Zkltkwr.jpg
                        character: >-
                          Hero Boy / Father / Conductor / Hobo / Scrooge / Santa
                          Claus
                        credit_id: 52fe4400c3a36847f807c9c1
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                        id: 5255
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Polar Express
                        overview: >-
                          When a doubting young boy takes an extraordinary train
                          ride to the North Pole, he embarks on a journey of
                          self-discovery that shows him that the wonder of life
                          never fades for those who believe.
                        popularity: 115.406
                        poster_path: /axwMKhHq4bA5jP1KSxOAyfrOsGC.jpg
                        release_date: '2004-11-10'
                        title: The Polar Express
                        video: false
                        vote_average: 6.7
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        character: Narrator (voice)
                        credit_id: 52fe44029251416c91001f43
                        genre_ids:
                          - 99
                        id: 30172
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Magnificent Desolation: Walking on the Moon'
                        overview: >-
                          Twelve men who belong to one of the world's most
                          exclusive fraternities -- people who've walked on the
                          surface of the moon -- are paid homage in this
                          documentary. Using newsreel footage, rare NASA
                          photographs, and digitally animated re-creations,
                          Magnificent Desolation: Walking on the Moon examines
                          the Apollo missions between 1969 and 1972 which put
                          astronauts on the moon.
                        popularity: 2.831
                        poster_path: /r37asMhJd2iX030bxFl4l66c6za.jpg
                        release_date: '2005-09-23'
                        title: 'Magnificent Desolation: Walking on the Moon'
                        video: false
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /ouxyyq12fxDqvnKrW2iZcAQccrT.jpg
                        character: Professor G.H. Dorr
                        credit_id: 52fe440bc3a36847f807ef5f
                        genre_ids:
                          - 35
                          - 80
                          - 53
                        id: 5516
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Ladykillers
                        overview: >-
                          An eccentric, if not charming Southern professor and
                          his crew pose as a band in order to rob a casino, all
                          under the nose of his unsuspecting landlord – a sharp
                          old woman.
                        popularity: 13.065
                        poster_path: /l4g9R39NCp6VaYFrw6q8JwKNW9x.jpg
                        release_date: '2004-03-25'
                        title: The Ladykillers
                        video: false
                        vote_average: 6.131
                        vote_count: 1589
                      - adult: false
                        backdrop_path: /qupyOOes39BBlCtgvH77vgGVpA1.jpg
                        character: Older Mike (uncredited)
                        credit_id: 52fe43f8c3a368484e0088bd
                        genre_ids:
                          - 18
                        id: 20763
                        media_type: movie
                        order: 39
                        original_language: en
                        original_title: Radio Flyer
                        overview: >-
                          A father reminisces about his childhood when he and
                          his younger brother moved to a new town with their
                          mother, her new husband and their dog, Shane. When the
                          younger brother is subjected to physical abuse at the
                          hands of their brutal stepfather, Mike decides to
                          convert their toy trolley, the "Radio Flyer", into a
                          plane to fly him to safety.
                        popularity: 14.442
                        poster_path: /nQjCKrwWYH6ES0HrnkLkPXnOEp0.jpg
                        release_date: '1992-02-21'
                        title: Radio Flyer
                        video: false
                        vote_average: 7
                        vote_count: 192
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 52fe441ac3a36847f8082507
                        genre_ids:
                          - 99
                          - 28
                          - 10752
                          - 36
                        id: 5707
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Shooting War
                        overview: >-
                          A remarkable film that takes a special look at the
                          first war to be truly reported and recorded by one of
                          the more unsung heroes of World War II: the combat
                          photographer. Through the unflinching eye of their
                          camera's lenses, these courageous soldiers continually
                          risked their lives in their brave attempts to capture
                          history.
                        popularity: 3.085
                        poster_path: /81XtyZfL5WFPJXVLUUQP9PQP6Hl.jpg
                        release_date: '2000-12-07'
                        title: Shooting War
                        video: false
                        vote_average: 5.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kb2FuXGruaPA6ErjOpcifpCyPyY.jpg
                        character: Jimmy Dugan
                        credit_id: 52fe441e9251416c750297e3
                        genre_ids:
                          - 35
                          - 18
                        id: 11287
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A League of Their Own
                        overview: >-
                          As America's stock of athletic young men is depleted
                          during World War II, a professional all-female
                          baseball league springs up in the Midwest, funded by
                          publicity-hungry candy maker Walter Harvey.
                          Competitive sisters Dottie Hinson and Kit Keller spar
                          with each other, scout Ernie Capadino and grumpy
                          has-been coach Jimmy Dugan on their way to fame.
                        popularity: 21.209
                        poster_path: /7xpFXAOjgzFPE3vyVerFGfrXhFK.jpg
                        release_date: '1992-07-01'
                        title: A League of Their Own
                        video: false
                        vote_average: 7.194
                        vote_count: 1389
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6168adfd924ce6008d076989
                        genre_ids:
                          - 99
                        id: 885058
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Night at the Academy Museum
                        overview: >-
                          Exclusive look at the movies' 120-year history as well
                          as an insight into the largest institution in the U.S.
                          dedicated to the arts, sciences and artists of
                          moviemaking.
                        popularity: 1.136
                        poster_path: /2ANOppd40Q2qScqULGIduMwulSZ.jpg
                        release_date: '2021-10-12'
                        title: A Night at the Academy Museum
                        video: false
                        vote_average: 7
                        vote_count: 5
                      - adult: false
                        backdrop_path: /6MyFH4phzKMxdvuk8ZfI1fohMz7.jpg
                        character: Charlie Wilson
                        credit_id: 52fe4459c3a36847f8090d7d
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 6538
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Charlie Wilson's War
                        overview: >-
                          In the 1980s U.S. Rep. Charlie Wilson, Texas socialite
                          Joanne Herring and CIA agent Gust Avrakotos form an
                          unlikely alliance to boost funding for Afghan freedom
                          fighters in their war against invading Soviets. The
                          trio's successful efforts to finance these covert
                          operations contributes to the fall of the Soviet Union
                          and the end of the Cold War.
                        popularity: 15.011
                        poster_path: /45FghqcdSYRWK7PsHUInaFPNd8l.jpg
                        release_date: '2007-12-19'
                        title: Charlie Wilson's War
                        video: false
                        vote_average: 6.537
                        vote_count: 1474
                      - adult: false
                        backdrop_path: /yGCAyKBiHIuM9IdqjxhJ1BhbAgV.jpg
                        character: Scott Turner
                        credit_id: 52fe446ac3a36847f8094a57
                        genre_ids:
                          - 28
                          - 35
                          - 53
                          - 80
                          - 10751
                        id: 6951
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Turner & Hooch
                        overview: >-
                          Detective Scott Turner has three days left in the
                          local police department before he moves to a bigger
                          city to get some 'real' cases—not just misdemeanors.
                          When Amos Reed is murdered, Scott sets himself on the
                          case, but the closest thing to a witness to the murder
                          is Reed's dog, Hooch, which Scott has to take care
                          of—to avoid Hooch being 'put to sleep'.
                        popularity: 9.606
                        poster_path: /nllMNbjgvUpw378czm5vBYzZqg1.jpg
                        release_date: '1989-07-28'
                        title: Turner & Hooch
                        video: false
                        vote_average: 6.3
                        vote_count: 1296
                      - adult: false
                        backdrop_path: /ioqaIhJSkwa9DGRHGtOOUTiGRs2.jpg
                        character: Chuck Noland
                        credit_id: 52fe44a2c3a36847f80a14df
                        genre_ids:
                          - 12
                          - 18
                        id: 8358
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Cast Away
                        overview: >-
                          Chuck Nolan, a top international manager for FedEx,
                          and Kelly, a Ph.D. student, are in love and heading
                          towards marriage. Then Chuck's plane to Malaysia
                          crashes at sea during a terrible storm. He's the only
                          survivor, and finds himself marooned on a desolate
                          island. With no way to escape, Chuck must find ways to
                          survive in his new home.
                        popularity: 48.135
                        poster_path: /7lLJgKnAicAcR5UEuo8xhSMj18w.jpg
                        release_date: '2000-12-22'
                        title: Cast Away
                        video: false
                        vote_average: 7.663
                        vote_count: 11405
                      - adult: false
                        backdrop_path: /4HJN6dyyPMJTimMglfEdVxjW2p5.jpg
                        character: Ray Peterson
                        credit_id: 52fe44ad9251416c7503d27b
                        genre_ids:
                          - 35
                          - 27
                          - 53
                        id: 11974
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The 'Burbs
                        overview: >-
                          When secretive new neighbors move in next door,
                          suburbanite Ray Peterson and his friends let their
                          paranoia get the best of them as they start to suspect
                          the newcomers of evildoings and commence an
                          investigation. But it's hardly how Ray, who much
                          prefers drinking beer, reading his newspaper and
                          watching a ball game on the tube expected to spend his
                          vacation.
                        popularity: 22.514
                        poster_path: /jwYKzJS0C3A711hmg1G4ptI0InF.jpg
                        release_date: '1989-02-17'
                        title: The 'Burbs
                        video: false
                        vote_average: 6.758
                        vote_count: 1226
                      - adult: false
                        backdrop_path: /ff1y897CAnQpLQ2QiyfDJtX9Qcq.jpg
                        character: Rick Gassko
                        credit_id: 52fe44da9251416c7504336f
                        genre_ids:
                          - 35
                        id: 12309
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bachelor Party
                        overview: >-
                          On the eve of his wedding to his longtime girlfriend,
                          unassuming nice guy Rick is dragged out for a night of
                          debauchery by his friends.
                        popularity: 12.448
                        poster_path: /cbCyhkp6n2QRudYqbWimQTjdxLl.jpg
                        release_date: '1984-06-29'
                        title: Bachelor Party
                        video: false
                        vote_average: 6.288
                        vote_count: 643
                      - adult: false
                        backdrop_path: /wZM9vnatKefMHUNolmGMTr8sZrd.jpg
                        character: Joe Fox
                        credit_id: 52fe44fec3a36847f80b660d
                        genre_ids:
                          - 35
                          - 10749
                        id: 9489
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: You've Got Mail
                        overview: >-
                          Book superstore magnate, Joe Fox and independent book
                          shop owner, Kathleen Kelly fall in love in the
                          anonymity of the Internet—both blissfully unaware that
                          he's trying to put her out of business.
                        popularity: 23.827
                        poster_path: /e2uVtH6TpMfUl7WeOM70ezkcjsU.jpg
                        release_date: '1998-12-18'
                        title: You've Got Mail
                        video: false
                        vote_average: 6.69
                        vote_count: 3293
                      - adult: false
                        backdrop_path: /9i3oIhKuFGMj6PwXqcZi9blgJnd.jpg
                        character: Sherman McCoy
                        credit_id: 52fe450dc3a36847f80b9965
                        genre_ids:
                          - 35
                          - 18
                        id: 9586
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Bonfire of the Vanities
                        overview: >-
                          After his mistress runs over a black teen, a Wall
                          Street hotshot sees his life unravel in the spotlight;
                          A down-and-out reporter breaks the story and
                          opportunists clamber to use it to their advantage.
                        popularity: 13.615
                        poster_path: /pdrPrygZ5dVKi8UxrUXMmq1k2iO.jpg
                        release_date: '1990-12-21'
                        title: The Bonfire of the Vanities
                        video: false
                        vote_average: 5.569
                        vote_count: 478
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        character: Mr. White
                        credit_id: 52fe450ec3a36847f80b9ba3
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /qeuwxIkty0n302HVULQpJhwOMiu.jpg
                        character: Andrew Beckett
                        credit_id: 52fe452fc3a36847f80c1111
                        genre_ids:
                          - 18
                        id: 9800
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Philadelphia
                        overview: >-
                          Two competing lawyers join forces to sue a prestigious
                          law firm for AIDS discrimination. As their unlikely
                          friendship develops their courage overcomes the
                          prejudice and corruption of their powerful
                          adversaries.
                        popularity: 21.425
                        poster_path: /tFe5Yoo5zT495okA49bq1vPPkiV.jpg
                        release_date: '1993-12-22'
                        title: Philadelphia
                        video: false
                        vote_average: 7.72
                        vote_count: 4239
                      - adult: false
                        backdrop_path: /5c9vaRVl5lYwBfag4vwPF0jfjh6.jpg
                        character: Robbie Wheeling
                        credit_id: 52fe4543c3a368484e05034f
                        genre_ids:
                          - 14
                          - 18
                          - 10770
                        id: 27348
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Mazes and Monsters
                        overview: >-
                          Bound together by a desire to play "Mazes and
                          Monsters," Robbie and his four college classmates
                          decide to move the board game into the local cavern.
                          Robbie loses his mind, and the line between reality
                          and fantasy fuse into a harrowing nightmare.
                        popularity: 7.848
                        poster_path: /xMEisdUw1ie4MbUoPfMwGeOdTdR.jpg
                        release_date: '1982-12-27'
                        title: Mazes and Monsters
                        video: false
                        vote_average: 4.3
                        vote_count: 84
                      - adult: false
                        backdrop_path: /olz8Xw3yOLpBAHKgPoSRwmomdM.jpg
                        character: Robert Langdon
                        credit_id: 52fe45699251416c75055939
                        genre_ids:
                          - 53
                          - 9648
                        id: 13448
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Angels & Demons
                        overview: >-
                          Harvard symbologist Robert Langdon is recruited by the
                          Vatican to investigate the apparent return of the
                          Illuminati - a secret, underground organization -
                          after four cardinals are kidnapped on the night of the
                          papal conclave.
                        popularity: 46.731
                        poster_path: /tFZQAuulEOtFTp0gHbVdEXwGrYe.jpg
                        release_date: '2009-04-23'
                        title: Angels & Demons
                        video: false
                        vote_average: 6.717
                        vote_count: 6796
                      - adult: false
                        backdrop_path: /sjeuEHadWkWu7Yyvxhnpdey65fh.jpg
                        character: Steven Gold
                        credit_id: 52fe45a5c3a36847f80d29f9
                        genre_ids:
                          - 35
                          - 18
                        id: 40820
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Punchline
                        overview: >-
                          Lilah Krytsick is a mother and housewife who's always
                          believed she could be a stand-up comedian. Steven Gold
                          is an experienced stand-up seemingly on the cusp of
                          success. When the two meet, they form an unlikely
                          friendship, and Steven tries to help the untried Lilah
                          develop her stage act. Despite the objections of her
                          family and some very wobbly beginnings, Lilah
                          improves, and soon she finds herself competing with
                          Steven for a coveted television spot.
                        popularity: 7.379
                        poster_path: /dgbLnnEJIGldXOMt6OWy3X1l0AC.jpg
                        release_date: '1988-10-07'
                        title: Punchline
                        video: false
                        vote_average: 5.394
                        vote_count: 132
                      - adult: false
                        backdrop_path: /cb1ltycrzQZyqDBYVXcAIRvvGkx.jpg
                        character: David
                        credit_id: 52fe45bb9251416c9103c7ad
                        genre_ids:
                          - 10752
                          - 18
                          - 10749
                        id: 35866
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Every Time We Say Goodbye
                        overview: >-
                          A Protestant World War II pilot and a Jewish girl fall
                          in love in Jerusalem, even though their diverse
                          backgrounds threaten to pull them apart.
                        popularity: 5.4
                        poster_path: /fMiWlS4jNZysUquP6CZfKswukMo.jpg
                        release_date: '1986-11-14'
                        title: Every Time We Say Goodbye
                        video: false
                        vote_average: 6.1
                        vote_count: 49
                      - adult: false
                        backdrop_path: /vOZ7MWcTuxFhC5MvXWGeAK4rNG4.jpg
                        character: Self
                        credit_id: 642004d5534661007a78b470
                        genre_ids:
                          - 99
                        id: 510173
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Real Mary Poppins
                        overview: >-
                          Explore the fascinating relationship between author P.
                          L. Travers and her much-loved character, Mary Poppins.
                          This is the story of a complex woman who escaped her
                          upbringing in rural Australia to pursue her dream of
                          becoming a writer, reinventing herself and her past
                          along the way.
                        popularity: 0.945
                        poster_path: /xUNPqrbcfNAiQooACsR0Bx8rAr5.jpg
                        release_date: '2014-01-17'
                        title: The Real Mary Poppins
                        video: false
                        vote_average: 3.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3mjzFIXj2nvhDJCBS8NFsm2AfUW.jpg
                        character: David Basner
                        credit_id: 52fe4608c3a368484e07ceef
                        genre_ids:
                          - 18
                          - 35
                          - 10749
                        id: 29968
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Nothing in Common
                        overview: >-
                          A successful advertising executive finds his
                          freewheeling life crashing to a halt when his parents
                          end their longtime marriage.
                        popularity: 7.59
                        poster_path: /m2G6Idl1CKJwOt8aFsnJk08sfDP.jpg
                        release_date: '1986-07-29'
                        title: Nothing in Common
                        video: false
                        vote_average: 5.8
                        vote_count: 121
                      - adult: false
                        backdrop_path: /14yjn1iQVYVYZU086DFa0Ic1Keu.jpg
                        character: Mailbox-Elvis
                        credit_id: 52fe465e9251416c9105233d
                        genre_ids:
                          - 35
                          - 10751
                        id: 37641
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: Elvis Has Left the Building
                        overview: >-
                          Harmony had an encounter early in life with the young
                          Elvis, and can't seem to shake his influence. Now a
                          Pink Lady selling cosmetics, she seems to
                          inadvertently bring harm to any Elvis impersonators
                          she encounters. After a bizarre car accident leaves a
                          slew of them dead, Harmony goes on the run from the
                          authorities, hooking up with a downtrodden ad exec who
                          has Elvis troubles of his own.
                        popularity: 5.991
                        poster_path: /yfIRJpLwR0yGAj6PmWMHZVU8mB1.jpg
                        release_date: '2004-08-27'
                        title: Elvis Has Left the Building
                        video: false
                        vote_average: 5.2
                        vote_count: 50
                      - adult: false
                        backdrop_path: /q2Ev0aXGXm5Hnm12TVtvdgNhMnv.jpg
                        character: Security Guard (voice) (uncredited)
                        credit_id: 6432fb3a6f53e100d3e5338d
                        genre_ids:
                          - 36
                          - 18
                        id: 285783
                        media_type: movie
                        order: 65
                        original_language: en
                        original_title: The Walk
                        overview: >-
                          The story of French high-wire artist Philippe Petit's
                          attempt to cross the Twin Towers of the World Trade
                          Center in 1974.
                        popularity: 14.021
                        poster_path: /tiESRqurrZwAC0hpERogOsBhjeg.jpg
                        release_date: '2015-09-30'
                        title: The Walk
                        video: false
                        vote_average: 6.991
                        vote_count: 3172
                      - adult: false
                        backdrop_path: /wuBoMe0F9TjqQmBLgCEdAiYAZ6x.jpg
                        character: Self
                        credit_id: 64335ce9ec455200d45d4603
                        genre_ids:
                          - 10402
                          - 99
                          - 10770
                        id: 1111122
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: A Grammy Salute to The Beach Boys
                        overview: >-
                          A special all-star tribute concert honoring the legacy
                          of The Beach Boys.
                        popularity: 3.063
                        poster_path: /bgxpsQJaKAygYLlJAPCXD7ahDxD.jpg
                        release_date: '2023-04-09'
                        title: A Grammy Salute to The Beach Boys
                        video: false
                        vote_average: 7.9
                        vote_count: 5
                      - adult: false
                        backdrop_path: /bzjGojNGoLuGvbaeEbjI8BFhJ1f.jpg
                        character: Mr. Gable
                        credit_id: 52fe46bf9251416c75082477
                        genre_ids:
                          - 35
                        id: 16279
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Great Buck Howard
                        overview: >-
                          When a law school dropout answers an advertisement to
                          be a personal assistant he unknowingly signs on to
                          work for a belligerent has-been magician struggling to
                          resurrect his career. This leads to a journey across
                          the country staging the comeback of a lifetime.
                        popularity: 8.437
                        poster_path: /iglKvmA7sq6Pnd6KWFnT6WW9Vpn.jpg
                        release_date: '2008-01-18'
                        title: The Great Buck Howard
                        video: false
                        vote_average: 6
                        vote_count: 241
                      - adult: false
                        backdrop_path: /hTc55dlCPMP4oqrUU66GjKjSblp.jpg
                        character: Thomas Schell
                        credit_id: 52fe46e4c3a368484e0a9869
                        genre_ids:
                          - 18
                        id: 64685
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Extremely Loud & Incredibly Close
                        overview: >-
                          A year after his father's death, Oskar, a troubled
                          young boy, discovers a mysterious key he believes was
                          left for him by his father and embarks on a scavenger
                          hunt to find the matching lock.
                        popularity: 11.745
                        poster_path: /6pszViNvKr1r31pP7gJNYDHEx5P.jpg
                        release_date: '2011-12-25'
                        title: Extremely Loud & Incredibly Close
                        video: false
                        vote_average: 7
                        vote_count: 1989
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 643b2679501cf205753867e7
                        genre_ids:
                          - 99
                        id: 1113682
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: Close Up
                        overview: >-
                          More than 150 silent short films about singers, actors
                          and directors captured during Press Conferences in
                          Cannes, Venice and Berlin, between 1993 and 2002.
                          Presented the first time in 2012 (ten years after the
                          last shooting) in Napoli Film Festival and in 2013 at
                          the Art Institute of California in Santa Ana. An
                          anthropological experiment on the facial expressions
                          of famous people showing the human being aspect. All
                          original footage from Mel Gibson to Peter Jackson,
                          from George Lucas to Catherine Deneuve, from Michael
                          Douglas to Giancarlo Giannini and many others.
                        popularity: 1.877
                        poster_path: /76Wud5jsFJDMpBoRVzwluMZeaa.jpg
                        release_date: '2012-09-30'
                        title: Close Up
                        video: true
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /bM3c2IUoivvP144vcJno8N59qOl.jpg
                        character: Elliot
                        credit_id: 52fe4703c3a368484e0b053b
                        genre_ids:
                          - 27
                        id: 65262
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: He Knows You're Alone
                        overview: >-
                          A reluctant bride-to-be is stalked by a serial killer
                          who only kills brides and the people around them.
                          While her friends get whacked one by one, a
                          hard-boiled renegade cop whose bride had been killed
                          years before tries to hunt the killer down before it
                          is too late.
                        popularity: 5.294
                        poster_path: /90rdztFCRAxQsEfy35cxH9qt3N1.jpg
                        release_date: '1980-08-29'
                        title: He Knows You're Alone
                        video: false
                        vote_average: 5.1
                        vote_count: 69
                      - adult: false
                        backdrop_path: /cAi7xXkqI7uoG6ir6j2JbuPRxMm.jpg
                        character: Self (archive footage)
                        credit_id: 61dc6a3d12197e00a203f23c
                        genre_ids:
                          - 99
                          - 10770
                        id: 923252
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Tom Hanks: Hollywood''s Mr Nice Guy'
                        overview: >-
                          Biographical documentary about the life and career of
                          the film star. What lies behind the extraordinary
                          success of a man sometimes described as a nice guy who
                          came first.
                        popularity: 1.096
                        poster_path: /2MFB7NbCZXSA24XmR8HUo0ds63l.jpg
                        release_date: '2022-01-02'
                        title: 'Tom Hanks: Hollywood''s Mr Nice Guy'
                        video: false
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /xuwqYwzsgwfr0mk6sBNRy6C8JpK.jpg
                        character: Lawrence Whatley Bourne III
                        credit_id: 52fe47ca9251416c750a58d9
                        genre_ids:
                          - 35
                        id: 19259
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Volunteers
                        overview: >-
                          After his rich father refuses to pay his debt,
                          compulsive gambler Lawrence Bourne III joins the Peace
                          Corps to evade angry creditors. In Thailand, he is
                          assigned to build a bridge for the local villagers
                          with the help of American-As-Apple-Pie WSU Grad Tom
                          Tuttle and the beautiful and down-to earth Beth
                          Wexler.  What they don't realize is that the bridge is
                          coveted by the U.S. Army, a local Communist force, and
                          a powerful drug lord. Together with the help of At
                          Toon, the only English speaking native, they must
                          fight off the three opposing forces and find out what
                          is right for the villagers, as well as themselves.
                        popularity: 6.929
                        poster_path: /35f6DPxoRswSTQickRVGe33i2cL.jpg
                        release_date: '1985-08-16'
                        title: Volunteers
                        video: false
                        vote_average: 5.5
                        vote_count: 153
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 645d3605156cc700e3a038cd
                        genre_ids:
                          - 99
                        id: 1125624
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: There's Something About Romcoms
                        overview: >-
                          The inside story of the best modern romcoms with Meg
                          Ryan, Hugh Grant, Richard Curtis, Dermot Mulrooney,
                          Rupert Everett, Jason Alexander, Stephen Merchant, Tim
                          Bevan, Bobby Farrelly and Simon Callow. Narrated by
                          Julie Walters.
                        popularity: 2.046
                        poster_path: /8lsBBAvmhiha994wfDSsnYlSxM4.jpg
                        release_date: '2016-08-20'
                        title: There's Something About Romcoms
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /nRRij2jFTWM6jW2TPSVGtUdcgGY.jpg
                        character: Woody (voice)
                        credit_id: 52fe48509251416c91087f67
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 82424
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Small Fry
                        overview: >-
                          A fast food restaurant mini variant of Buzz forcibly
                          switches places with the real Buzz and his friends
                          have to deal with the obnoxious impostor.
                        popularity: 19.736
                        poster_path: /8siICxMft0JSWZDq9YrXh5U5PZx.jpg
                        release_date: '2011-11-23'
                        title: Small Fry
                        video: false
                        vote_average: 6.9
                        vote_count: 544
                      - adult: false
                        backdrop_path: /knY4ttZI6K4aiMyQ0kTekLHP2cc.jpg
                        character: >-
                          Dr. Henry Goose / Hotel Manager / Isaac Sachs / Dermot
                          Hoggins / Cavendish Look-a-Like Actor / Zachry
                        credit_id: 52fe48a89251416c91094135
                        genre_ids:
                          - 18
                          - 878
                        id: 83542
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Cloud Atlas
                        overview: >-
                          A set of six nested stories spanning time between the
                          19th century and a distant post-apocalyptic future.
                          Cloud Atlas explores how the actions and consequences
                          of individual lives impact one another throughout the
                          past, the present and the future. Action, mystery and
                          romance weave through the story as one soul is shaped
                          from a killer into a hero and a single act of kindness
                          ripples across centuries to inspire a revolution in
                          the distant future.  Based on the award winning novel
                          by David Mitchell. Directed by Tom Tykwer and the
                          Wachowskis.
                        popularity: 31.734
                        poster_path: /mxcvshnizr7frjN8WMKPQRJ3LmY.jpg
                        release_date: '2012-10-26'
                        title: Cloud Atlas
                        video: false
                        vote_average: 6.9
                        vote_count: 7061
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 52fe48f5c3a36847f81822a1
                        genre_ids:
                          - 99
                        id: 56235
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Return with Honor
                        overview: >-
                          The story of U.S. fighter pilots shot down over North
                          Vietnam who became POWs for up to 8 and a half years.
                        popularity: 1.207
                        poster_path: /89289dPlOMOIWTZtIhy4qHhBQpb.jpg
                        release_date: '1999-06-11'
                        title: Return with Honor
                        video: false
                        vote_average: 6.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /9ZznETDyfPWVugRiv0jfGrkRftw.jpg
                        character: Otto Anderson
                        credit_id: 6205c42dc92c5d0068e1840b
                        genre_ids:
                          - 35
                          - 18
                        id: 937278
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Man Called Otto
                        overview: >-
                          When a lively young family moves in next door, grumpy
                          widower Otto Anderson meets his match in a
                          quick-witted, pregnant woman named Marisol, leading to
                          an unlikely friendship that turns his world upside
                          down.
                        popularity: 51.977
                        poster_path: /130H1gap9lFfiTF9iDrqNIkFvC9.jpg
                        release_date: '2022-12-28'
                        title: A Man Called Otto
                        video: false
                        vote_average: 7.766
                        vote_count: 2821
                      - adult: false
                        backdrop_path: /rTl1x2zvz6EqwlkEo8tZ7l1a8e0.jpg
                        character: (archive footage)
                        credit_id: 6481b7cfe272600147b87edc
                        genre_ids:
                          - 18
                          - 10749
                        id: 126314
                        media_type: movie
                        order: 28
                        original_language: hu
                        original_title: 'Final Cut: Hölgyeim és uraim'
                        overview: >-
                          A film where anything can happen - the hero and the
                          heroine changes their faces, age, look, names, and so
                          on. The only same thing: The love between man and
                          woman... in an archetypical love story cut from 500
                          classics from all around the world.
                        popularity: 8.449
                        poster_path: /eoMO14iZVBTILw1BppQu6ZHaJdA.jpg
                        release_date: '2012-02-04'
                        title: 'Final Cut: Ladies and Gentlemen'
                        video: false
                        vote_average: 7.5
                        vote_count: 71
                      - adult: false
                        backdrop_path: /rXYejcyn762o3cjp9OYfyVR3QpY.jpg
                        character: Richard
                        credit_id: 620ef4877ad08c001b8fbdb1
                        genre_ids:
                          - 18
                        id: 940139
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Here
                        overview: >-
                          An odyssey through time and memory, centered around a
                          place in New England where—from wilderness, and then,
                          later, from a home—love, loss, struggle, hope and
                          legacy play out between couples and families over
                          generations.
                        popularity: 88.489
                        poster_path: /79euHUJJtfgeGU63ef38KtNjXEn.jpg
                        release_date: '2024-10-30'
                        title: Here
                        video: false
                        vote_average: 6.508
                        vote_count: 119
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        character: Larry Crowne
                        credit_id: 52fe499dc3a36847f81a3b1f
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /Tvn4W6qdbqhW5qcL7FZgb6570b.jpg
                        character: Woody (voice)
                        credit_id: 52fe4982c3a368484e12f03b
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 77887
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hawaiian Vacation
                        overview: >-
                          The toys throw Ken and Barbie a Hawaiian vacation in
                          Bonnie's room.
                        popularity: 25.834
                        poster_path: /7DrKSrV5NCgR9Ky4WNzgM6ybqdq.jpg
                        release_date: '2011-06-16'
                        title: Hawaiian Vacation
                        video: false
                        vote_average: 7
                        vote_count: 661
                      - adult: false
                        backdrop_path: /tx3uj8GPWf5pzb0gWATJ4bokNHI.jpg
                        character: Self - Filmmaker (archive footage)
                        credit_id: 52fe49b19251416c910b596d
                        genre_ids:
                          - 99
                        id: 87061
                        media_type: movie
                        order: 10
                        original_language: fr
                        original_title: Le Voyage extraordinaire
                        overview: >-
                          An account of the extraordinary life of film pioneer
                          Georges Méliès (1861-1938) and the amazing story of
                          the copy in color of his masterpiece “A Trip to the
                          Moon” (1902), unexpectedly found in Spain and restored
                          thanks to the heroic efforts of a group of true cinema
                          lovers.
                        popularity: 3.976
                        poster_path: /zHNNT9gfiGsuadR6x38KYOp6ekq.jpg
                        release_date: '2011-12-08'
                        title: The Extraordinary Voyage
                        video: false
                        vote_average: 7.8
                        vote_count: 51
                      - adult: false
                        backdrop_path: /hWjRmjNx5vJQjipHomHeQ3iwXYi.jpg
                        character: Horatio Nelson Jackson (voice)
                        credit_id: 52fe4a5ac3a368484e14e787
                        genre_ids:
                          - 99
                        id: 121100
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Horatio''s Drive: America''s First Road Trip'
                        overview: >-
                          In the spring of 1903, on a whim and a fifty-dollar
                          bet, Dr. Horatio Nelson Jackson set off from San
                          Francisco in a 20-horsepower Winton touring car hoping
                          to become the first person to cross the United States
                          in the new-fangled "horseless carriage." Most people
                          doubted that the automobile had much of a future.
                          Jackson's trip would prove them wrong.
                        popularity: 0.82
                        poster_path: /iglGxGhlo2ul2ciXXxDAHg3lv3x.jpg
                        release_date: '2003-10-06'
                        title: 'Horatio''s Drive: America''s First Road Trip'
                        video: false
                        vote_average: 7.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: /o1MstLw9ARhWdBPDZMDlaRgK3is.jpg
                        character: Walt Disney
                        credit_id: 52fe4a9c9251416c750e8175
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 140823
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Saving Mr. Banks
                        overview: >-
                          Author P.L. Travers looks back on her childhood while
                          reluctantly meeting with Walt Disney, who seeks to
                          adapt her Mary Poppins books for the big screen.
                        popularity: 13.43
                        poster_path: /4RkcUe5PKnYvrCwMjk8giUAoID7.jpg
                        release_date: '2013-11-29'
                        title: Saving Mr. Banks
                        video: false
                        vote_average: 7.3
                        vote_count: 3290
                      - adult: false
                        backdrop_path: /ihdFypo7MyfJvDSjK7Sbnsjhu8H.jpg
                        character: Captain Richard Phillips
                        credit_id: 52fe4ab5c3a36847f81dd51d
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 109424
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Captain Phillips
                        overview: >-
                          The true story of Captain Richard Phillips and the
                          2009 hijacking by Somali pirates of the US-flagged MV
                          Maersk Alabama, the first American cargo ship to be
                          hijacked in two hundred years.
                        popularity: 24.947
                        poster_path: /gAH73mMU7rgGZrpYkFYgFgSNHs5.jpg
                        release_date: '2013-10-10'
                        title: Captain Phillips
                        video: false
                        vote_average: 7.5
                        vote_count: 6921
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4ab79251416c750eb843
                        genre_ids:
                          - 99
                        id: 141498
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'Lost Moon: The Triumph of Apollo 13'
                        overview: >-
                          The making of the motion picture "Apollo 13", as well
                          as the story of the space mission it details.
                          Featuring interviews with director Ron Howard,
                          astronaut Jim Lovell, his wife Marilyn Lovell,
                          producer Brian Grazer, executive producer Todd
                          Hallowell, visual effects supervisor Robert Legato,
                          lead digital compositor Mark Forker, astronauts Fred
                          Haise and Dave Scott, Apollo 13 flight director Gerald
                          Griffin, command module systems controller Sy
                          Lieberglot, Apollo 13 flight dynamics officer Jerry
                          Bostick, mission control director Gene Krantz, Tom
                          Kelly of Grumman, NASA mission operations director
                          Christopher Kraft, daughters Susan Lovell Williams and
                          Margaret Haise, command systems module controller John
                          Aaron, and actors Tom Hanks, Bill Paxton, Kevin Bacon,
                          Gary Sinise, Kathleen Quinlan, and Ed Harris.
                        popularity: 2.45
                        poster_path: /sLARsRcHS9x6kp85eJcw0BhMSt1.jpg
                        release_date: '1996-07-16'
                        title: 'Lost Moon: The Triumph of Apollo 13'
                        video: false
                        vote_average: 5.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4b0ac3a368484e17484d
                        genre_ids:
                          - 99
                        id: 127850
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Inventing David Geffen
                        overview: >-
                          Notoriously press and camera-shy, David Geffen reveals
                          himself for the first time in this unflinching
                          portrait of a complex and compelling man. His
                          far-reaching influence - as an agent and manager,
                          record industry mogul, Hollywood and Broadway
                          producer, and billionaire philanthropist - has helped
                          shape American popular culture for the past four
                          decades. This documentary offers a rare insight into
                          the world of the man responsible for launching the
                          early successes of Joni Mitchell, Tom Cruise, and Guns
                          N’ Roses; co-founded DreamWorks; produced Cats and
                          Dreamgirls;  and is one of the largest contributors to
                          the fight against AIDS. (SBS AU)  Geffen narrates his
                          unorthodox rise from working class Brooklyn boy to
                          billionaire entertainment power broker in extensive
                          interviews.  American Masters explores the highs and
                          the lows in Geffen’s professional and personal life
                          through more than 50 new interviews with his friends,
                          colleagues and clients, as well as other media
                          luminaries. (PBS)
                        popularity: 4.221
                        poster_path: /eNJFdM0trGlwThfH6iLrg8QDLan.jpg
                        release_date: '2012-11-19'
                        title: Inventing David Geffen
                        video: false
                        vote_average: 7.5
                        vote_count: 6
                      - adult: false
                        backdrop_path: /xJHHkTwPfMGKWjE8BKs53XQgxE1.jpg
                        character: Voice Actor (voice)
                        credit_id: 64be3783ac6c7908de600999
                        genre_ids:
                          - 16
                          - 18
                          - 878
                        id: 426128
                        media_type: movie
                        order: 13
                        original_language: en
                        original_title: Electric City
                        overview: >-
                          In a post-apocalyptic world, humanity lives in small
                          settlements whose main activity is to produce
                          electricity.
                        popularity: 2.372
                        poster_path: /6KIftEnTAcQoeBGF3aLw2enHTCM.jpg
                        release_date: '2016-01-07'
                        title: Electric City
                        video: false
                        vote_average: 6.5
                        vote_count: 5
                      - adult: false
                        backdrop_path: /sRPMsLAygtI3GlZS8fLERQrzIvk.jpg
                        character: Woody (voice)
                        credit_id: 52fe4b68c3a368484e18793f
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 130925
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Partysaurus Rex
                        overview: >-
                          When Rex finds himself left behind in the bathroom, he
                          puts his limbs to use by getting a bath going for a
                          bunch of new toy friends.
                        popularity: 19.41
                        poster_path: /iukkUikRxktNzaK89PyQ1ioPVdm.jpg
                        release_date: '2012-09-14'
                        title: Partysaurus Rex
                        video: false
                        vote_average: 7.136
                        vote_count: 480
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6263373b168ea3155831b1e7
                        genre_ids:
                          - 99
                          - 16
                          - 10751
                        id: 966435
                        media_type: movie
                        order: 12
                        original_language: en
                        original_title: 'The Best of Disney: 50 Years of Magic'
                        overview: >-
                          Celebrities salute Disney Studios' 50th year in
                          Burbank, California.
                        popularity: 1.262
                        poster_path: null
                        release_date: '1991-05-20'
                        title: 'The Best of Disney: 50 Years of Magic'
                        video: false
                        vote_average: 7.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /vb4BE2jdiUR6lCumcFGA0MZxEZE.jpg
                        character: Self (archive footage)
                        credit_id: 64d29d5f6d4c97010d5262d3
                        genre_ids:
                          - 99
                        id: 13508
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Who Killed the Electric Car?
                        overview: >-
                          In 1996, electric cars began to appear on roads all
                          over California. They were quiet and fast, produced no
                          exhaust, and ran without gasoline... Ten years later,
                          these cars were destroyed.
                        popularity: 7.316
                        poster_path: /uMamC9o5zNU9wn8fyuAo2gUCMiD.jpg
                        release_date: '2006-08-04'
                        title: Who Killed the Electric Car?
                        video: false
                        vote_average: 7.268
                        vote_count: 181
                      - adult: false
                        backdrop_path: /8t2wI3IZVWucJaULiYLlWTrQ6bS.jpg
                        character: Self - Narrator
                        credit_id: 52fe4cf0c3a36847f8245b71
                        genre_ids:
                          - 99
                          - 18
                        id: 170039
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Killing Lincoln
                        overview: >-
                          April 14, 1865. One gunshot. One assassin hell-bent on
                          killing a tyrant, as he charged the 16th President of
                          the United States. And in one moment, our nation was
                          forever changed. This is the most dramatic and
                          resonant crime in American history—the true story of
                          the killing of Abraham Lincoln.
                        popularity: 5.769
                        poster_path: /zqlOXMsJ0sSyForOe93BSfNW3Pi.jpg
                        release_date: '2013-02-16'
                        title: Killing Lincoln
                        video: false
                        vote_average: 5.8
                        vote_count: 54
                      - adult: false
                        backdrop_path: /9ySIJ6EWmFs4rW4L9C9C4Xn85eC.jpg
                        character: Self (archive footage)
                        credit_id: 64e04f7ab77d4b11425ffa2c
                        genre_ids:
                          - 99
                        id: 1128918
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'Tom Hanks: The Nomad'
                        overview: >-
                          From humble beginnings to an aspiring thespian to
                          acting as some of the world's most iconic and notable
                          characters. He has picked up a reputation as
                          'America's Nice Guy', 'The Everyman' and a nomad of
                          the arts. But we all know him... as Tom Hanks.
                        popularity: 1.873
                        poster_path: /dacx3E91IFXQ66fJLIhTVGSSxDw.jpg
                        release_date: '2023-05-20'
                        title: 'Tom Hanks: The Nomad'
                        video: false
                        vote_average: 5.1
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4d33c3a36847f8254265
                        genre_ids:
                          - 99
                        id: 173458
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Stephen King: Shining in the Dark'
                        overview: >-
                          A documentary looking at the life and work of Stephen
                          King.
                        popularity: 2.133
                        poster_path: /1F0bQ77FBIEk0PbS3vV8mbLgZSj.jpg
                        release_date: '1999-09-09'
                        title: 'Stephen King: Shining in the Dark'
                        video: false
                        vote_average: 6.3
                        vote_count: 9
                      - adult: false
                        backdrop_path: /gJsVRVo4IHpZG7cSviGZJGXLBs5.jpg
                        character: Self
                        credit_id: 64e836861feac100fe5c6ca2
                        genre_ids:
                          - 99
                        id: 103733
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Radioman
                        overview: >-
                          The extraordinary story of 'Radioman',  a New York
                          film set mascot who overcame homelessness and
                          alcoholism to become a fixture of the New York film
                          industry, with over 100 small parts to his name.
                        popularity: 5.967
                        poster_path: /9nNitB9nKGaPusEgSx0UfLD0g6C.jpg
                        release_date: '2012-12-07'
                        title: Radioman
                        video: false
                        vote_average: 5.7
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 64f37f2797a4e6011bb0b4ae
                        genre_ids:
                          - 35
                          - 10770
                        id: 1157462
                        media_type: movie
                        order: 31
                        original_language: en
                        original_title: 'Saturday Night Live: 40th Anniversary Special'
                        overview: >-
                          Former members of Saturday Night Live come together to
                          remember the past 40 years of Saturday Night Live.
                        popularity: 5.072
                        poster_path: /cda1A0SQ0C9511GSCVnEQ0821bh.jpg
                        release_date: '2015-02-15'
                        title: 'Saturday Night Live: 40th Anniversary Special'
                        video: false
                        vote_average: 8.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hrjLiSuPPj4rPPn13Aj9sgAzw.jpg
                        character: Woody (Voice)
                        credit_id: 52fe4dbec3a368484e1fac11
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 213121
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Toy Story of Terror!
                        overview: >-
                          What starts out as a fun road trip for the Toy Story
                          gang takes an unexpected turn for the worse when the
                          trip detours to a roadside motel. After one of the
                          toys goes missing, the others find themselves caught
                          up in a mysterious sequence of events that must be
                          solved before they all suffer the same fate in this
                          Toy Story of Terror.
                        popularity: 0.869
                        poster_path: /oPBEnNP4Fg4gv9c0KBhchmtoG4H.jpg
                        release_date: '2013-10-16'
                        title: Toy Story of Terror!
                        video: false
                        vote_average: 7.193
                        vote_count: 936
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4e69c3a36847f828ea91
                        genre_ids:
                          - 99
                        id: 237353
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Through the Eyes of Forrest Gump
                        overview: >-
                          A look behind the scenes of Robert Zemeckis' 1994
                          Oscar-winning film, 'Forrest Gump'.
                        popularity: 5.032
                        poster_path: /dfjLE1HjdR9XhEpN04elCGUOJfA.jpg
                        release_date: '1994-10-01'
                        title: Through the Eyes of Forrest Gump
                        video: false
                        vote_average: 7.6
                        vote_count: 19
                      - adult: false
                        backdrop_path: /mBJ995JUssgh2hhm4JxNj8hyVVM.jpg
                        character: Woody (voice) (archive footage)
                        credit_id: 62a35889da9ef2009b0cfd77
                        genre_ids:
                          - 99
                        id: 979163
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: 'Beyond Infinity: Buzz and the Journey to Lightyear'
                        overview: >-
                          Explore the evolution of Buzz Lightyear from toy to
                          human in the making of Pixar’s Lightyear. Dive into
                          the origin and cultural impact of everyone’s favorite
                          Space Ranger, the art of designing a new “human Buzz,”
                          and the challenges faced by the Lightyear crew along
                          the way.
                        popularity: 9.244
                        poster_path: /mnp0INIjyWt4AziWmTHgPk9IFoE.jpg
                        release_date: '2022-06-10'
                        title: 'Beyond Infinity: Buzz and the Journey to Lightyear'
                        video: false
                        vote_average: 7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /sVUj3GZ6qWCyaVyu4PpMlyYQbxd.jpg
                        character: Self
                        credit_id: 62a8cdbc05b54973b1b7866e
                        genre_ids:
                          - 99
                          - 10402
                        id: 962192
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Halftime
                        overview: >-
                          Global superstar Jennifer Lopez reflects on her
                          multifaceted career and the pressure of life in the
                          spotlight in this intimate documentary.
                        popularity: 6.917
                        poster_path: /jUVglxBw7KSkcVEhvfJs1eipPnk.jpg
                        release_date: '2022-06-08'
                        title: Halftime
                        video: false
                        vote_average: 6.852
                        vote_count: 145
                      - adult: false
                        backdrop_path: /tE8iAcc2k8nDM0fkMHpYekxag93.jpg
                        character: Self
                        credit_id: 62af207a90ea4b00543f6f13
                        genre_ids:
                          - 99
                        id: 989517
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'Exclusively Elvis: A Special Edition of 20/20'
                        overview: >-
                          Inside the making of "Elvis," the cinematic drama
                          starring Austin Butler as Elvis Presley and Tom Hanks
                          as Presley's manager, Col. Tom Parker, interviews with
                          Presley's surviving family, who reflect on the 45
                          years since his death, Baz Luhrmann.
                        popularity: 1.289
                        poster_path: /jHz0l4H3fKrZO9L5CIQuDFjCb1T.jpg
                        release_date: '2022-06-21'
                        title: 'Exclusively Elvis: A Special Edition of 20/20'
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /1x8qZSDzqFFth4ijstLEwzHLUOQ.jpg
                        character: Allen Bauer (archive footage)
                        credit_id: 62bc97bf097c49008b8a6776
                        genre_ids:
                          - 99
                        id: 47813
                        media_type: movie
                        order: 141
                        original_language: en
                        original_title: Waking Sleeping Beauty
                        overview: >-
                          By the mid-1980s, the fabled animation studios of Walt
                          Disney had fallen on hard times. The artists were
                          polarized between newcomers hungry to innovate and old
                          timers not yet ready to relinquish control. These
                          conditions produced a series of box-office flops and
                          pessimistic forecasts: maybe the best days of
                          animation were over. Maybe the public didn't care.
                          Only a miracle or a magic spell could produce a happy
                          ending. Waking Sleeping Beauty is no fairy tale. It's
                          the true story of how Disney regained its magic with a
                          staggering output of hits - "Little Mermaid," "Beauty
                          and the Beast ," "Aladdin," "The Lion King," and more
                          - over a 10-year period.
                        popularity: 7.196
                        poster_path: /hywGLq5tMOuKwXfOhYUzoqNNAnU.jpg
                        release_date: '2009-09-05'
                        title: Waking Sleeping Beauty
                        video: false
                        vote_average: 7.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6528a36637806200c528fd77
                        genre_ids:
                          - 99
                        id: 208238
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: Who Needs Sleep?
                        overview: >-
                          A documentary that highlights the deadly combination
                          of sleep deprivation and long days of work, focusing
                          on the American film industry.
                        popularity: 1.083
                        poster_path: /auGiMgC8cI3LUj8TIoxmIbAdxbY.jpg
                        release_date: '2006-01-19'
                        title: Who Needs Sleep?
                        video: false
                        vote_average: 7
                        vote_count: 4
                      - adult: false
                        backdrop_path: /AbZZz3QwbCrF1hpJfvtl0uZBGGN.jpg
                        character: Alan Clay
                        credit_id: 5374eb17c3a3681509002f2d
                        genre_ids:
                          - 35
                          - 18
                        id: 270010
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Hologram for the King
                        overview: >-
                          Alan Clay, a struggling American businessman, travels
                          to Saudi Arabia to sell a new technology to the King,
                          only to be challenged by endless Middle Eastern
                          bureaucracy, a perpetually absent monarch, and a
                          suspicious growth on his back.
                        popularity: 14.487
                        poster_path: /wmjWGb2tqtOA4XPnK1tpIfzRtSQ.jpg
                        release_date: '2016-04-22'
                        title: A Hologram for the King
                        video: false
                        vote_average: 5.84
                        vote_count: 1135
                      - adult: false
                        backdrop_path: null
                        character: Self - Narrator
                        credit_id: 6540d97775110d00ad3ca780
                        genre_ids:
                          - 99
                          - 10752
                        id: 1198548
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Timeless Call
                        overview: >-
                          U.S. Veteran tribute made for the 2008 Democratic
                          convention.
                        popularity: 0.604
                        poster_path: /eSIJDlKvMt1OllOCBqfZ0bmRqqQ.jpg
                        release_date: '2008-08-27'
                        title: A Timeless Call
                        video: false
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /ncWUcY7ihZ2co7vqUCHqwF6t9us.jpg
                        character: James B. Donovan
                        credit_id: 54304fd80e0a26464c000ffd
                        genre_ids:
                          - 53
                          - 18
                        id: 296098
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bridge of Spies
                        overview: >-
                          During the Cold War, the Soviet Union captures U.S.
                          pilot Francis Gary Powers after shooting down his U-2
                          spy plane. Sentenced to 10 years in prison, Powers'
                          only hope is New York lawyer James Donovan, recruited
                          by a CIA operative to negotiate his release. Donovan
                          boards a plane to Berlin, hoping to win the young
                          man's freedom through a prisoner exchange. If all goes
                          well, the Russians would get Rudolf Abel, the
                          convicted spy who Donovan defended in court.
                        popularity: 24.266
                        poster_path: /fmOOjHAQzxr0c1sfcY4qkiSRBH6.jpg
                        release_date: '2015-10-15'
                        title: Bridge of Spies
                        video: false
                        vote_average: 7.235
                        vote_count: 6817
                      - adult: false
                        backdrop_path: /jbdvzJvNu0swWURJp71Fxwd54Fm.jpg
                        character: Himself/Woody (voice)/Scott Turner
                        credit_id: 543ae4340e0a2649ab00378c
                        genre_ids:
                          - 99
                        id: 15302
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: The Pixar Story
                        overview: >-
                          A look at the first years of Pixar Animation Studios -
                          from the success of "Toy Story" and Pixar's promotion
                          of talented people, to the building of its East Bay
                          campus, the company's relationship with Disney, and
                          its remarkable initial string of eight hits. The
                          contributions of John Lasseter, Ed Catmull and Steve
                          Jobs are profiled. The decline of two-dimensional
                          animation is chronicled as three-dimensional animation
                          rises. Hard work and creativity seem to share the
                          screen in equal proportions.
                        popularity: 13.126
                        poster_path: /vhK51wJybwZTRCPVUOkGpSI4auN.jpg
                        release_date: '2007-08-28'
                        title: The Pixar Story
                        video: false
                        vote_average: 7.5
                        vote_count: 227
                      - adult: false
                        backdrop_path: /4vetbabOgDQzpitnAkEVRiZP4P5.jpg
                        character: Woody (voice)
                        credit_id: 543d70930e0a266f8400032c
                        genre_ids:
                          - 16
                          - 10751
                          - 12
                          - 35
                        id: 256835
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Toy Story That Time Forgot
                        overview: >-
                          During a post-Christmas play date, the gang find
                          themselves in uncharted territory when the coolest set
                          of action figures ever turn out to be dangerously
                          delusional. It's all up to Trixie, the triceratops, if
                          the gang hopes to return to Bonnie's room in this Toy
                          Story That Time Forgot.
                        popularity: 30.205
                        poster_path: /kVOaFo8RaYQceHfTqbZGmV9R80q.jpg
                        release_date: '2014-12-02'
                        title: Toy Story That Time Forgot
                        video: false
                        vote_average: 6.997
                        vote_count: 976
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 6581c10a7e403d0963f51993
                        genre_ids:
                          - 99
                        id: 1116589
                        media_type: movie
                        order: 0
                        original_language: de
                        original_title: Die Tom Hanks Story
                        overview: ''
                        popularity: 0.948
                        poster_path: null
                        release_date: '2021-07-14'
                        title: Die Tom Hanks Story
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pY9vGDtO6PKMZHvth3FCQkncgUW.jpg
                        character: Mr. Macauley
                        credit_id: 547200b79251411752000075
                        genre_ids:
                          - 18
                        id: 305642
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: Ithaca
                        overview: >-
                          In a small town in California's San Joaquin Valley,
                          14-year-old Homer Macauley is determined to be the
                          best and fastest bicycle telegraph messenger anyone
                          has ever seen. His older brother has gone to war,
                          leaving Homer to look after his widowed mother, his
                          older sister and his 4-year-old brother, Ulysses. And
                          so it is that as spring turns to summer, 1942, Homer
                          Macauley delivers messages of love, hope, pain... and
                          death... to the good people of Ithaca. And Homer
                          Macauley will grapple with one message that will
                          change him forever - from a boy into a man. Based on
                          Pulitzer Prize-winning author William Saroyan's 1943
                          novel, The Human Comedy, ITHACA is the quintessential
                          wartime tale of the Home Front. It is a coming-of-age
                          story about the exuberance of youth, the sweetness of
                          life, the sting of death and the modesty and sheer
                          goodness that lives in each and every one of us.
                        popularity: 6.852
                        poster_path: /oCyNJbfZ7kQVhRyOlNcJhlsizLb.jpg
                        release_date: '2015-10-29'
                        title: Ithaca
                        video: false
                        vote_average: 5.3
                        vote_count: 95
                      - adult: false
                        backdrop_path: /9iFlqEIa044ZMnjZhd1fvW8fb9k.jpg
                        character: Self
                        credit_id: 658828ca325a5157bb01c030
                        genre_ids:
                          - 99
                        id: 1221257
                        media_type: movie
                        order: 11
                        original_language: en
                        original_title: >-
                          Disney 100: A Century of Dreams – A Special Edition of
                          20/20
                        overview: >-
                          Commemorating the 100th anniversary of the
                          entertainment company with interviews, rare footage
                          and photos, and never-before-heard stories from those
                          who built the Disney legend; a look inside Disney's
                          newest attraction.
                        popularity: 3.654
                        poster_path: /gZupK8CHNte7I1OPDSjreK5MhcW.jpg
                        release_date: '2023-12-14'
                        title: >-
                          Disney 100: A Century of Dreams – A Special Edition of
                          20/20
                        video: false
                        vote_average: 6.5
                        vote_count: 8
                      - adult: false
                        backdrop_path: /bYSzeJpAHOBMRNJStaubwWwKI72.jpg
                        character: Robert Langdon
                        credit_id: 5475a40dc3a3687fd9000e10
                        genre_ids:
                          - 9648
                          - 53
                          - 28
                        id: 207932
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Inferno
                        overview: >-
                          After waking up in a hospital with amnesia, professor
                          Robert Langdon and a doctor must race against time to
                          foil a deadly global plot.
                        popularity: 26.042
                        poster_path: /cnqvFvjAaV28F1tU7986VVg0WP7.jpg
                        release_date: '2016-10-13'
                        title: Inferno
                        video: false
                        vote_average: 6.1
                        vote_count: 6228
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 544a2c5a0e0a267480003bb5
                        genre_ids:
                          - 99
                        id: 298859
                        media_type: movie
                        order: 18
                        original_language: en
                        original_title: All In
                        overview: >-
                          A behind-the-scenes look at the team and event that
                          made history.  The DVD chronicles the Rider's
                          incredible run to the 101st Grey Cup Championship game
                          and their historic victory on home soil.  This 70
                          minute feature takes you behind the scenes of the
                          Roughrider's 2013 season, the Grey Cup Championship
                          Game, the Grey Cup Festival and the aftermath of one
                          of the greatest moments in Roughrider history. 
                          Insightful interviews get you up close and personal
                          with General Manager Brendan Taman, Head Coach Corey
                          Chamblin, broadcasters, event crews and the players
                          that made it all happen.
                        popularity: 1.319
                        poster_path: null
                        release_date: '2014-05-27'
                        title: All In
                        video: true
                        vote_average: 5.9
                        vote_count: 4
                      - adult: false
                        backdrop_path: /dJTUyaWhtNN0HTshnFN4VKaFxLt.jpg
                        character: Self
                        credit_id: 63211f5c511d09009851866a
                        genre_ids:
                          - 35
                          - 99
                        id: 316067
                        media_type: movie
                        order: 70
                        original_language: en
                        original_title: Misery Loves Comedy
                        overview: >-
                          Do you have to be miserable to be funny? More than
                          sixty comedians—including stand-ups, writers, actors,
                          and directors from the US, Canada, and abroad—take on
                          this question, sharing anecdotes and insights with
                          lively enthusiasm.
                        popularity: 3.284
                        poster_path: /wjYla0vnZ3HtzAS6JxINNrZ3wY5.jpg
                        release_date: '2015-01-23'
                        title: Misery Loves Comedy
                        video: false
                        vote_average: 6.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /7R3uf5SqFMPlZPsFG0jA7gHq3BB.jpg
                        character: Self
                        credit_id: 6325845eb7fbbd007f891de1
                        genre_ids:
                          - 99
                          - 35
                          - 10770
                        id: 1016902
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: 'Norman Lear: 100 Years of Music and Laughter'
                        overview: >-
                          The one-night-only celebration honoring the life and
                          legacy of the famed producer features intimate
                          conversations, special performances and surprise
                          reunions that pay homage to the man behind some of
                          television’s greatest stories in celebration of his
                          100th birthday.
                        popularity: 2.751
                        poster_path: /kduizj7eZEaI0lmsga33s70lRVa.jpg
                        release_date: '2022-09-22'
                        title: 'Norman Lear: 100 Years of Music and Laughter'
                        video: false
                        vote_average: 8
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 54a565059251414d2700ee41
                        genre_ids:
                          - 10770
                          - 10402
                        id: 315085
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: The Concert for Valor
                        overview: >-
                          A live HBO concert honoring United States veterans in
                          Washington DC.
                        popularity: 2.815
                        poster_path: /q7nBd0KGa9efwk5EpcCvQgWcT7r.jpg
                        release_date: '2014-11-11'
                        title: The Concert for Valor
                        video: false
                        vote_average: 8.6
                        vote_count: 7
                      - adult: false
                        backdrop_path: /w98XELt88o7iOyXrK0fxgcoWFrL.jpg
                        character: Hank, Video Store Owner
                        credit_id: 65ac7803f8aee8010b1e3ce5
                        genre_ids:
                          - 12
                          - 35
                          - 18
                        id: 979660
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Freaky Tales
                        overview: >-
                          In 1987 Oakland, a mysterious force guides The Town’s
                          underdogs in four interconnected tales: teen punks
                          defend their turf against Nazi skinheads, a rap duo
                          battles for hip-hop immortality, a weary henchman gets
                          a shot at redemption, and an NBA All-Star settles the
                          score.
                        popularity: 4.207
                        poster_path: /43FSWxGdmuOUGUy7CDNvlqMgu4k.jpg
                        release_date: '2025-04-04'
                        title: Freaky Tales
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /3mhqxlsfSYGIKXHqBI4tQf2iNfx.jpg
                        character: Self (archive footage)
                        credit_id: 65b0bf68dd926a01734cf02d
                        genre_ids:
                          - 99
                          - 36
                        id: 595841
                        media_type: movie
                        order: 65
                        original_language: en
                        original_title: 'Making Waves: The Art of Cinematic Sound'
                        overview: >-
                          The history of cinematic sound, told by legendary
                          sound designers and visionary filmmakers.
                        popularity: 4.135
                        poster_path: /jafF7jcl116rzohZydL1VfK1y2e.jpg
                        release_date: '2019-10-25'
                        title: 'Making Waves: The Art of Cinematic Sound'
                        video: false
                        vote_average: 6.8
                        vote_count: 69
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6354ebe94ca676007a5377e5
                        genre_ids:
                          - 10770
                          - 35
                          - 99
                        id: 1038873
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Earth to America
                        overview: >-
                          Tom Hanks is the host of this show with a comic
                          approach to raise awareness concerning the
                          environment.
                        popularity: 0.691
                        poster_path: /8XtgzKDylEFYYfMFOt8Y5SPd6zn.jpg
                        release_date: '2005-11-20'
                        title: Earth to America
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /sd4xN5xi8tKRPrJOWwNiZEile7f.jpg
                        character: Woody Car (voice)
                        credit_id: 550da08dc3a368487d006282
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 920
                        media_type: movie
                        order: 21
                        original_language: en
                        original_title: Cars
                        overview: >-
                          Lightning McQueen, a hotshot rookie race car driven to
                          succeed, discovers that life is about the journey, not
                          the finish line, when he finds himself unexpectedly
                          detoured in the sleepy Route 66 town of Radiator
                          Springs. On route across the country to the big Piston
                          Cup Championship in California to compete against two
                          seasoned pros, McQueen gets to know the town's offbeat
                          characters.
                        popularity: 57.385
                        poster_path: /2Touk3m5gzsqr1VsvxypdyHY5ci.jpg
                        release_date: '2006-06-08'
                        title: Cars
                        video: false
                        vote_average: 7
                        vote_count: 13987
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 65c7d924e295b4012ff7ee16
                        genre_ids:
                          - 99
                        id: 1242980
                        media_type: movie
                        order: 3
                        original_language: pt
                        original_title: Nos Bastidores de Hollywood
                        overview: ''
                        popularity: 2.155
                        poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg
                        release_date: '2005-03-01'
                        title: Nos Bastidores de Hollywood
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /a6Ha2K2VGQVDEPL76oN8qLVnqAH.jpg
                        character: Self
                        credit_id: 554f734e92514162f2001889
                        genre_ids:
                          - 99
                          - 36
                        id: 32562
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: The Celluloid Closet
                        overview: >-
                          What "That's Entertainment" did for movie musicals,
                          "The Celluloid Closet" does for Hollywood
                          homosexuality, as this exuberant, eye-opening movie
                          serves up a dazzling hundred-year history of the role
                          of gay men and lesbians have had on the silver
                          screen.  Lily Tomlin narrates as Oscar-winning
                          moviemaker Rob Epstein ("The Times of Harvey Milk" and
                          "Common Threads: Stories from the Quilt") and Jeffrey
                          Friedman assemble fabulous footage from 120 films
                          showing the changing face of cinema sexuality, from
                          cruel stereotypes to covert love to the activist
                          triumphs of the 1990s. Tom Hanks, Susan Sarandon,
                          Whoopi Goldberg, Tony Curtis, Harvey Fierstein and
                          Gore Vidal are just a few of the many actors, writers
                          and commentators who provide funny and insightful
                          anecdotes.
                        popularity: 8.213
                        poster_path: /x0DSh3uMeQk6EG1DHjGJUywN7C0.jpg
                        release_date: '1996-01-30'
                        title: The Celluloid Closet
                        video: false
                        vote_average: 7.183
                        vote_count: 101
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        character: Self
                        credit_id: 65ceac5284f249018a42c464
                        genre_ids:
                          - 99
                        id: 897465
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Walking the Mile
                        overview: >-
                          Full-length documentary about the making of Frank
                          Darabont's drama, The Green Mile, based on Stephen
                          King's novel.
                        popularity: 1.597
                        poster_path: /4Z0QHzVRduxaQ9oSvKaNFp9kZUP.jpg
                        release_date: '2014-12-09'
                        title: Walking the Mile
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /2NGBchckkORvJ94ojJWQDqgVvEX.jpg
                        character: Eamon Bailey
                        credit_id: 55528c9bc3a368426f0054e9
                        genre_ids:
                          - 18
                          - 53
                          - 878
                        id: 339988
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Circle
                        overview: >-
                          A young tech worker takes a job at a powerful Internet
                          corporation, quickly rises up the company's ranks, and
                          soon finds herself in a perilous situation concerning
                          privacy, surveillance and freedom. She comes to learn
                          that her decisions and actions will determine the
                          future of humanity.
                        popularity: 18.017
                        poster_path: /bQVqd5rWrx5GbXhJNuvKy4Viz6j.jpg
                        release_date: '2017-04-27'
                        title: The Circle
                        video: false
                        vote_average: 5.518
                        vote_count: 4389
                      - adult: false
                        backdrop_path: /4m8yq8vEVGVcmOxO39j1Yz8ry1s.jpg
                        character: Self - Narrator (voice)
                        credit_id: 65df638eb76cbb017dd91b5d
                        genre_ids:
                          - 10752
                          - 99
                          - 36
                        id: 1251636
                        media_type: movie
                        order: 29
                        original_language: en
                        original_title: The Bloody Hundredth
                        overview: >-
                          Meet the real-life airmen who inspired Masters of the
                          Air as they share the harrowing and transformative
                          events of the 100th Bomb Group.
                        popularity: 10.487
                        poster_path: /5GnpAw5BaQBNqYd4wE1IptYEVKd.jpg
                        release_date: '2024-03-14'
                        title: The Bloody Hundredth
                        video: false
                        vote_average: 7.423
                        vote_count: 26
                      - adult: false
                        backdrop_path: /yCXvf4C9cKnTSOJtuNRGqB0CUFV.jpg
                        character: Woody (voice)
                        credit_id: 65edd5772790bf01634423c9
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1084244
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 5
                        overview: >-
                          Buzz, Woody, Jessie and the rest of the gang's jobs
                          get exponentially harder when they go head to head
                          with an all-new threat to playtime: tech.
                        popularity: 28.313
                        poster_path: /i4UtdsApMwXQkGD2mBDroJSJZsk.jpg
                        release_date: '2026-06-17'
                        title: Toy Story 5
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 639b9d239408ec00a8dc5c31
                        genre_ids:
                          - 99
                          - 10770
                        id: 1061818
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: '''Tis the Season: The Holidays on Screen'
                        overview: >-
                          CNN Documentary Covering the History and Impact of
                          Christmas Movies and TV
                        popularity: 2.828
                        poster_path: /ie5zpIgWKKKAU24flhdO3FjrUVD.jpg
                        release_date: '2022-11-27'
                        title: '''Tis the Season: The Holidays on Screen'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 65f83bd2e194b0017cc0dc11
                        genre_ids:
                          - 99
                        id: 1258314
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg
                        character: Self
                        credit_id: 6398a54ba1a9ba00a0009041
                        genre_ids:
                          - 10402
                          - 99
                        id: 42348
                        media_type: movie
                        order: 64
                        original_language: en
                        original_title: Live 8
                        overview: >-
                          On 2 July 2005 an estimated 3 billion people came
                          together in the fight against extreme poverty. LIVE 8
                          - 10 concerts featuring over 1000 musicians from
                          across the globe - asked people not for their money,
                          but for their voice.
                        popularity: 3.575
                        poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg
                        release_date: '2005-11-07'
                        title: Live 8
                        video: false
                        vote_average: 7.2
                        vote_count: 23
                      - adult: false
                        backdrop_path: /3aQk7jAuOw6Zw9cquTtqqcaTcwb.jpg
                        character: Self (archive footage)
                        credit_id: 63a7c7a5b3316b0085c879bc
                        genre_ids:
                          - 99
                          - 10770
                        id: 1065395
                        media_type: movie
                        order: 49
                        original_language: it
                        original_title: Noi siamo cinema
                        overview: An Italian documentary about Italian cinema.
                        popularity: 2.561
                        poster_path: /h8AbL2k8aA828b5tvZJMuOfspRb.jpg
                        release_date: '2021-12-16'
                        title: We Are Cinema
                        video: false
                        vote_average: 9.5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 660dc6915aadc4017c66a65d
                        genre_ids:
                          - 99
                        id: 729031
                        media_type: movie
                        order: 8
                        original_language: de
                        original_title: Die Clint Eastwood Story
                        overview: German Documentary on Clint Eastwood
                        popularity: 1.188
                        poster_path: /duInEKeZfJl0rhj24RXjGz3SUB4.jpg
                        release_date: '2018-02-07'
                        title: Die Clint Eastwood Story
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /phWZP5FESItyhQcqk6sWz35nUtP.jpg
                        character: Chesley 'Sully' Sullenberger
                        credit_id: 561c1d9cc3a3682251002307
                        genre_ids:
                          - 18
                          - 36
                        id: 363676
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Sully
                        overview: >-
                          On 15 January 2009, the world witnessed the 'Miracle
                          on the Hudson' when Captain 'Sully' Sullenberger
                          glided his disabled plane onto the Hudson River,
                          saving the lives of all 155 souls aboard. However,
                          even as Sully was being heralded by the public and the
                          media for his unprecedented feat of aviation skill, an
                          investigation was unfolding that threatened to destroy
                          his reputation and career.
                        popularity: 50.74
                        poster_path: /4vs83YcJ8TsabADDtaeCJ6ZTjYY.jpg
                        release_date: '2016-09-07'
                        title: Sully
                        video: false
                        vote_average: 7.2
                        vote_count: 7185
                      - adult: false
                        backdrop_path: /uFxfOzGTuI4ttzQXZD2QiC3x1VP.jpg
                        character: Self - ‘Colonel Tom Parker’
                        credit_id: 63bb567fa6e2d2007eb9ecfc
                        genre_ids:
                          - 99
                        id: 1071583
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: >-
                          Just a Boy From Tupelo: Bringing Elvis to the Big
                          Screen
                        overview: >-
                          Director Baz Luhrmann, actors Austin Butler and Tom
                          Hanks, and others explore the life and legacy of Elvis
                          Presley and the making of the acclaimed hit film,
                          ELVIS.
                        popularity: 1.394
                        poster_path: /u5ymBf2RvKXUJAsK8BZANZC3BQy.jpg
                        release_date: '2023-01-08'
                        title: >-
                          Just a Boy From Tupelo: Bringing Elvis to the Big
                          Screen
                        video: false
                        vote_average: 5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 567d70c59251412e52004ea2
                        genre_ids:
                          - 12
                          - 99
                          - 18
                        id: 374164
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Boatlift
                        overview: >-
                          From the midst of 9/11, one of the darkest moments in
                          American history, comes this inspiring and relatively
                          unknown story. When the twin towers fell, hundreds of
                          thousands of people ran to the water's edge. They soon
                          realized that Manhattan is, indeed, an island. And
                          that they were trapped. Within moments, an armada of
                          every vessel that could get to the city's seawall
                          spontaneously organized. Dashing into the teeth of
                          danger, hundreds of boats pulled together and, without
                          any formal planning, military or otherwise, they
                          pulled off an ad-hoc sea evacuation that became the
                          largest in history. Their story of courage and resolve
                          reminds us of the powerful spirit that rose among us,
                          on that fateful day. Narrated by Tom Hanks. Directed
                          by Eddie Rosenstein.
                        popularity: 0.672
                        poster_path: /CL5DxOFJ0hwW2DWTVlq2pJD90D.jpg
                        release_date: '2011-09-08'
                        title: Boatlift
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 56b2431392514103380004b3
                        genre_ids:
                          - 99
                        id: 380994
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: 'Mike Nichols: An American Master'
                        overview: >-
                          With charm and wit, Nichols discusses his life and
                          50-year career as a performer and director.
                        popularity: 2.912
                        poster_path: /wOMSIJeIt3LunhwSeSF7LO2JuPe.jpg
                        release_date: '2016-01-29'
                        title: 'Mike Nichols: An American Master'
                        video: false
                        vote_average: 6.3
                        vote_count: 10
                      - adult: false
                        backdrop_path: /mbxqEVH9CSJtLMqSzXZ1ubSV9d8.jpg
                        character: Self
                        credit_id: 56f49b3e9251417a490009da
                        genre_ids:
                          - 99
                        id: 356325
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Everything Is Copy
                        overview: >-
                          A candid portrait of writer/director Nora Ephron,
                          directed by her son, journalist Jacob Bernstein.
                        popularity: 3.517
                        poster_path: /oCQUxbAcANmQoCR5TeVDEMdVhWR.jpg
                        release_date: '2015-09-29'
                        title: Everything Is Copy
                        video: false
                        vote_average: 7.3
                        vote_count: 31
                      - adult: false
                        backdrop_path: null
                        character: Leland
                        credit_id: 6661f38fb5dc23bdef21fea6
                        genre_ids:
                          - 18
                          - 35
                        id: 1137350
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Phoenician Scheme
                        overview: >-
                          Dark tale of espionage following a strained
                          father-daughter relationship within a family business.
                          Twists revolve around betrayal and morally gray
                          choices.
                        popularity: 5.445
                        poster_path: /unOHzaVVAgWEVlk8elRtzX71wbT.jpg
                        release_date: ''
                        title: The Phoenician Scheme
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /q62bpQ67qaXY0u6b2wFEnQYIbPd.jpg
                        character: Woody (voice)
                        credit_id: 577a78b8c3a368770400058f
                        genre_ids:
                          - 10751
                          - 12
                          - 16
                          - 35
                          - 14
                        id: 301528
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 4
                        overview: >-
                          Woody has always been confident about his place in the
                          world and that his priority is taking care of his kid,
                          whether that's Andy or Bonnie. But when Bonnie adds a
                          reluctant new toy called "Forky" to her room, a road
                          trip adventure alongside old and new friends will show
                          Woody how big the world can be for a toy.
                        popularity: 59.708
                        poster_path: /w9kR8qbmQ01HwnvK4alvnQ2ca0L.jpg
                        release_date: '2019-06-19'
                        title: Toy Story 4
                        video: false
                        vote_average: 7.5
                        vote_count: 9803
                      - adult: false
                        backdrop_path: /7K14XTTTtlmJLpnpfd9MT61hIfv.jpg
                        character: Self (archive footage)
                        credit_id: 667740eb55857f9b29bdeeff
                        genre_ids:
                          - 99
                        id: 1298922
                        media_type: movie
                        order: 10
                        original_language: fr
                        original_title: De "Matrix" à "Sense8", la révolution Wachowski
                        overview: >-
                          From "Bound" to the queer series "Work in Progress",
                          an exploration and deciphering of the artistic work
                          and revolutionary career of Lana and Lilly Wachowski.
                          "Matrix" is the soil in which all the seeds of the
                          filmmakers' struggle were sown. Feminism,
                          anti-capitalism, trans-identity and racial justice are
                          encoded in trench-coat action scenes and symbol-laden
                          metaphors. The two sisters, as uncompromising in their
                          societal battles as they are in their experimental
                          aesthetics, are a happy Hollywood anomaly, a real
                          crack in the matrix it's time to rediscover.
                        popularity: 2.205
                        poster_path: /kAsd3BvvSh5RkrpJ6FygpG4kFEF.jpg
                        release_date: '2024-05-31'
                        title: De "Matrix" à "Sense8", la révolution Wachowski
                        video: false
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /sQaesFBOHjDgL1ah43xRZpLsW2W.jpg
                        character: Self
                        credit_id: 57ab202fc3a36827b4001039
                        genre_ids:
                          - 99
                        id: 406122
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Toy Story at 20: To Infinity and Beyond'
                        overview: >-
                          Retrospective looking at the revolutionary
                          computer-animated feature film Toy Story.
                        popularity: 4.039
                        poster_path: /e1A7HontTztPtBCGwAHqIF0CIj4.jpg
                        release_date: '2015-12-10'
                        title: 'Toy Story at 20: To Infinity and Beyond'
                        video: false
                        vote_average: 6.8
                        vote_count: 13
                      - adult: false
                        backdrop_path: /n77OxYu5POTaHiCKxkdAX9ko5zZ.jpg
                        character: Waitstill Sharp (voice)
                        credit_id: 57bbc639c3a368301300088e
                        genre_ids:
                          - 99
                        id: 252451
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Defying the Nazis: The Sharps'' War'
                        overview: >-
                          Join an American couple’s courageous mission in 1939
                          to help refugees escape Nazi-occupied Europe. Over the
                          course of two years, the pair will risk their lives so
                          that hundreds can live in freedom.
                        popularity: 1.455
                        poster_path: /cnMQERaTKOZZTwT4YmbPd52qzId.jpg
                        release_date: '2016-09-20'
                        title: 'Defying the Nazis: The Sharps'' War'
                        video: false
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /j1z8S3ZfgDn47AegrQoslsdAoHl.jpg
                        character: Self
                        credit_id: 57d0d14492514173ac00573b
                        genre_ids:
                          - 99
                        id: 414792
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: California Typewriter
                        overview: >-
                          A story about people whose lives are connected by
                          typewriters. A meditation on creativity and technology
                          featuring Tom Hanks, John Mayer, Sam Shepard, David
                          McCullough and others.
                        popularity: 2.554
                        poster_path: /8tdOPx8TZ6y85BHD0G3sS8anuMY.jpg
                        release_date: '2017-08-18'
                        title: California Typewriter
                        video: false
                        vote_average: 6.9
                        vote_count: 32
                      - adult: false
                        backdrop_path: null
                        character: Self - Actor
                        credit_id: 668d3687381eee5eb5f366db
                        genre_ids:
                          - 99
                          - 10770
                        id: 253639
                        media_type: movie
                        order: 185
                        original_language: en
                        original_title: And the Oscar Goes To...
                        overview: >-
                          The story of the gold-plated statuette that became the
                          film industry's most coveted prize, AND THE OSCAR GOES
                          TO... traces the history of the Academy itself, which
                          began in 1927 when Louis B. Mayer, then head of MGM,
                          led other prominent members of the industry in forming
                          this professional honorary organization. Two years
                          later the Academy began bestowing awards, which were
                          nicknamed "Oscar," and quickly came to represent the
                          pinnacle of cinematic achievement.
                        popularity: 4.888
                        poster_path: /rRL4xf3Z6kgLUyb5vbGKErlzP4h.jpg
                        release_date: '2014-02-01'
                        title: And the Oscar Goes To...
                        video: false
                        vote_average: 6.971
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage) (uncredited)
                        credit_id: 58569e5092514146c903cdbc
                        genre_ids:
                          - 99
                        id: 43714
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: The Harryhausen Chronicles
                        overview: >-
                          As an actor, director and producer, Ray Harryhausen
                          has been a vibrant figure in Hollywood, working on
                          everything from family films to mind-bending sci-fi.
                          But his true genius lay in the creation of special
                          effects for movies such as Mighty Joe Young and It
                          Came from Outer Space. Narrated by Leonard Nimoy and
                          featuring appearances by George Lucas and Ray
                          Bradbury, this film documents Harryhausen's remarkable
                          life's work.
                        popularity: 3.182
                        poster_path: /xP4CR20quD3iNi0qKxyhpjs0YNr.jpg
                        release_date: '1997-01-01'
                        title: The Harryhausen Chronicles
                        video: false
                        vote_average: 6.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /h5jqLrIv1tlszezv2UEWq9KBuoj.jpg
                        character: Ben Bradlee
                        credit_id: 58c43116c3a368536200010d
                        genre_ids:
                          - 18
                          - 36
                        id: 446354
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Post
                        overview: >-
                          A cover-up that spanned four U.S. Presidents pushed
                          the country's first female newspaper publisher and a
                          hard-driving editor to join an unprecedented battle
                          between journalist and government. Inspired by true
                          events.
                        popularity: 30.384
                        poster_path: /h4XG3g6uMMPIBPjAoQhC2QIMdkl.jpg
                        release_date: '2017-12-22'
                        title: The Post
                        video: false
                        vote_average: 7.009
                        vote_count: 4578
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58fafc4592514163ec009438
                        genre_ids:
                          - 99
                        id: 453422
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: 'Sully: Sully Sullenberger - The Man Behind the Miracle'
                        overview: >-
                          Documentary about the life of Captain Chesley
                          Sullenberger
                        popularity: 0.906
                        poster_path: null
                        release_date: '2016-12-20'
                        title: 'Sully: Sully Sullenberger - The Man Behind the Miracle'
                        video: true
                        vote_average: 6.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58ff12c2c3a368539f00601f
                        genre_ids:
                          - 35
                        id: 454330
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: 'Saturday Night Live: 15th Anniversary'
                        overview: >-
                          A TV special celebrating the 15th anniversary of
                          Saturday Night Live. Before a celebrity audience, many
                          of the former cast members and guest hosts return to
                          perform their signature monologues and present a look
                          back at some of the best comedy skits and musical
                          numbers of the past 15 years.
                        popularity: 1.665
                        poster_path: /m7HxQu1CC82mYCTiabOdOja91Iw.jpg
                        release_date: '1989-09-24'
                        title: 'Saturday Night Live: 15th Anniversary'
                        video: true
                        vote_average: 7.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /z1uRO9B7Gqp9ZELapLdX80Ivtwv.jpg
                        character: Self / Paul Edgecomb
                        credit_id: 5910d53ec3a36864ec033b16
                        genre_ids:
                          - 99
                          - 18
                        id: 456703
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Walking the Mile: The Making of The Green Mile'
                        overview: >-
                          Frank Darabont explains how this new project was
                          introduced thru a phone call from Stephen King as
                          "another prison tale" if he was interested to make it,
                          the answer was not, King expose his concept idea in
                          few words, however Frank asking to Stephen send the
                          script to him firstly, when the first tale was
                          finished and sent to Darabont, after reading such odd
                          story, asking for more, so King replied "You must wait
                          as anybody else", receiving later all other tales
                          Frank wrote a screenplay on 8 weeks, so come up "the
                          Green Mile"
                        popularity: 2.317
                        poster_path: null
                        release_date: '2000-06-13'
                        title: 'Walking the Mile: The Making of The Green Mile'
                        video: true
                        vote_average: 7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /8jELoQY7JosQaGOtLmlVHJzUzeq.jpg
                        character: Self
                        credit_id: 595d127a9251415a400439f8
                        genre_ids:
                          - 99
                        id: 464729
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Story Behind 'Toy Story'
                        overview: >-
                          The documentary short of Toy Story of why and how the
                          feature length blockbuster sleeper movie became a
                          success and helps to boost Pixar's popularity of
                          making one of the few animation movie production
                          companies in the world today, especially in North
                          America.
                        popularity: 4.916
                        poster_path: /ul7sy0m9GPifIgMaEXX8ivENqHP.jpg
                        release_date: '1996-12-18'
                        title: The Story Behind 'Toy Story'
                        video: true
                        vote_average: 7.9
                        vote_count: 16
                      - adult: false
                        backdrop_path: null
                        character: David S. Pumpkins
                        credit_id: 59ce6a1fc3a3686aa9019e54
                        genre_ids:
                          - 16
                          - 35
                          - 10770
                        id: 478639
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The David S. Pumpkins Halloween Special
                        overview: >-
                          Set in a small suburban town on All Hallows' Eve, the
                          special centers on David Pumpkins and his skeleton
                          sidekicks who show a young boy and his sister the true
                          meaning of Halloween, answering none of their
                          questions along the way.
                        popularity: 2.904
                        poster_path: /3uoVw6eGWi3ek9c0DYP4r0O6AkX.jpg
                        release_date: '2017-10-28'
                        title: The David S. Pumpkins Halloween Special
                        video: false
                        vote_average: 5
                        vote_count: 18
                      - adult: false
                        backdrop_path: /hoML3xQNqd6aRcUXiVlPhrSIfAR.jpg
                        character: Self
                        credit_id: 59dc100e92514124cd068260
                        genre_ids:
                          - 99
                        id: 467062
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Spielberg
                        overview: >-
                          A documentary on the life and career of one of the
                          most influential film directors of all time, Steven
                          Spielberg.
                        popularity: 7.392
                        poster_path: /2AAvIR2PHoxNITgLDOkXXlWLlua.jpg
                        release_date: '2017-10-05'
                        title: Spielberg
                        video: false
                        vote_average: 7.6
                        vote_count: 280
                      - adult: false
                        backdrop_path: null
                        character: Self - Interviewee
                        credit_id: 59e392f79251410b670002c4
                        genre_ids:
                          - 35
                          - 10402
                          - 10770
                        id: 32694
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: 'The Rutles 2: Can''t Buy Me Lunch'
                        overview: >-
                          Twenty-three years after the release of the original
                          Beatles mockumentary, 'The Rutles: All You Need Is
                          Cash', famous artists, actors and musicians speak out
                          on how The Rutles influenced them.
                        popularity: 2.551
                        poster_path: /maUbhufh8qw44vg2rYnQcozpd2l.jpg
                        release_date: '2003-08-16'
                        title: 'The Rutles 2: Can''t Buy Me Lunch'
                        video: false
                        vote_average: 5.6
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fc9251410b670003bc
                        genre_ids:
                          - 99
                        id: 459682
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'Catch Me If You Can: Behind the Camera'
                        overview: >-
                          A behind-the-scenes look at the making of Stephen
                          Spielberg's "Catch Me If You Can."
                        popularity: 3.163
                        poster_path: /dW0ufGS32gimuicgzvf7P0YTSHf.jpg
                        release_date: '2003-05-06'
                        title: 'Catch Me If You Can: Behind the Camera'
                        video: false
                        vote_average: 8.25
                        vote_count: 30
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5a1c161cc3a3680b8a0533af
                        genre_ids:
                          - 99
                        id: 224355
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'Rebels of Oakland: The A''s, The Raiders, The ''70s'
                        overview: >-
                          "As soon as you hear the title to this new one, you
                          know exactly what it's about and why it's likely to be
                          good, especially if you were a sports fan growing up
                          in the 1970s. Even to good boys all the way across the
                          country in New Hampshire, the authority-flouting
                          baseball A's and football Raiders were magical. Not
                          only did they win championships, they did it amid
                          clubhouse brawls, feuds with an owner and a general
                          embrace of the 1960s aesthetic.  Filmmakers Rick
                          Bernstein and Ross Greenburg tell the stories of these
                          turbulent, talented teams and show how they perfectly
                          fit their city. Oakland was blue collar and home to
                          hardcore hard-core 1960s rebellion, exemplified by the
                          Black Panthers. Oakland, especially, was not San
                          Francisco, the effete, world-class city across the
                          bay."
                        popularity: 1.306
                        poster_path: /rc9ovrusS56WpuR79BaYksmEEhq.jpg
                        release_date: '2003-12-10'
                        title: 'Rebels of Oakland: The A''s, The Raiders, The ''70s'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cSJMk9Jar8SibFXL8JAF9p2fhKu.jpg
                        character: Fred Rogers
                        credit_id: 5a709346c3a36847e4012aaa
                        genre_ids:
                          - 18
                          - 36
                        id: 501907
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: A Beautiful Day in the Neighborhood
                        overview: >-
                          An award-winning cynical journalist, Lloyd Vogel,
                          begrudgingly accepts an assignment to write an Esquire
                          profile piece on the beloved television icon Fred
                          Rogers. After his encounter with Rogers, Vogel's
                          perspective on life is transformed.
                        popularity: 19.001
                        poster_path: /p9vCAVhDK375XyobVcKqzqzsUHE.jpg
                        release_date: '2019-09-07'
                        title: A Beautiful Day in the Neighborhood
                        video: false
                        vote_average: 6.973
                        vote_count: 1610
                      - adult: false
                        backdrop_path: /xXBnM6uSTk6qqCf0SRZKXcga9Ba.jpg
                        character: Commander Krause
                        credit_id: 5ac6db57c3a36834de01a435
                        genre_ids:
                          - 10752
                          - 28
                          - 18
                        id: 516486
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Greyhound
                        overview: >-
                          A first-time captain leads a convoy of allied ships
                          carrying thousands of soldiers across the treacherous
                          waters of the "Black Pit" to the front lines of WWII.
                          With no air cover protection for 5 days, the captain
                          and his convoy must battle the surrounding enemy Nazi
                          U-boats in order to give the allies a chance to win
                          the war.
                        popularity: 39.865
                        poster_path: /kjMbDciooTbJPofVXgAoFjfX8Of.jpg
                        release_date: '2020-07-09'
                        title: Greyhound
                        video: false
                        vote_average: 7.403
                        vote_count: 2907
                      - adult: false
                        backdrop_path: /91qfG6VaxRsCh1SbIi1w2vxknsL.jpg
                        character: Woody (voice)
                        credit_id: 5ac0152ec3a368443f034084
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 863
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 2
                        overview: >-
                          Andy heads off to Cowboy Camp, leaving his toys to
                          their own devices. Things shift into high gear when an
                          obsessive toy collector named Al McWhiggen, owner of
                          Al's Toy Barn kidnaps Woody. Andy's toys mount a
                          daring rescue mission, Buzz Lightyear meets his match
                          and Woody has to decide where he and his heart truly
                          belong.
                        popularity: 91.876
                        poster_path: /yFWQkz2ynjwsazT6xQiIXEUsyuh.jpg
                        release_date: '1999-10-30'
                        title: Toy Story 2
                        video: false
                        vote_average: 7.6
                        vote_count: 13895
                      - adult: false
                        backdrop_path: /oE6bhqqVFyIECtBzqIuvh6JdaB5.jpg
                        character: Finch
                        credit_id: 5aecfbc99251411d1e0022e1
                        genre_ids:
                          - 878
                          - 18
                          - 12
                        id: 522402
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Finch
                        overview: >-
                          On a post-apocalyptic Earth, a robot, built to protect
                          the life of his dying creator's beloved dog, learns
                          about life, love, friendship, and what it means to be
                          human.
                        popularity: 36.962
                        poster_path: /jKuDyqx7jrjiR9cDzB5pxzhJAdv.jpg
                        release_date: '2021-11-04'
                        title: Finch
                        video: false
                        vote_average: 7.874
                        vote_count: 3529
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 5b6be82092514140641214e4
                        genre_ids:
                          - 99
                        id: 471198
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Universal Story
                        overview: >-
                          Richard Dreyfuss hosts a celebration of the 80 year
                          history of Universal Studios. Founded as IMP by Carl
                          Leammle to oppose Edison's Motion Picture Tust, it
                          soon grew under the leadership of 21 year old
                          production head Irving Thalberg with classic silents
                          from artists like John Ford, Erich Von Stroheim, and
                          Lon Chaney and prospered further in the Sound Era
                          under the leadership of Carl Leammle Jr. with such
                          classics as "All Quiet on The Western Front,"
                          "Showboat," and the studio's signature monster
                          franchises, "Frankenstein" and "Dracula."
                        popularity: 1.243
                        poster_path: /QmEOPgTZ9hELnWSmfzelaqAriU.jpg
                        release_date: '1996-04-21'
                        title: The Universal Story
                        video: false
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /zOpB3aAL935XXxvdA1wjUuHFn5C.jpg
                        character: Will Mayo
                        credit_id: 5bab96dbc3a3683ac902692b
                        genre_ids:
                          - 99
                        id: 550600
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: The Mayo Clinic
                        overview: >-
                          The Mayo Clinic tells the story of a unique medical
                          institution that has been called a "Medical Mecca,"
                          the "Supreme Court of Medicine," and the "place for
                          hope where there is no hope." The Mayo Clinic began in
                          1883 as an unlikely partnership between the Sisters of
                          Saint Francis and a country doctor named William
                          Worrall Mayo after a devastating tornado in rural
                          Minnesota. Since then, it has grown into an
                          organization that treats more than a million patients
                          a year from all 50 states and 150 countries. Dr. Mayo
                          had a simple philosophy he imparted to his sons Will
                          and Charlie: "the needs of the patient come first."
                          They wouldn't treat diseases...they would treat
                          people. In a world where healthcare delivery is
                          typically fragmented among individual specialties, the
                          Mayo Clinic practices a multi-specialty, team-based
                          approach that has, from its beginnings, created a
                          culture that thrives on collaboration.
                        popularity: 1.319
                        poster_path: /r5Axef30grCmdyN3UR8eftSB4fo.jpg
                        release_date: '2018-09-25'
                        title: The Mayo Clinic
                        video: false
                        vote_average: 7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg
                        character: Self
                        credit_id: 5bac137f92514150ee029a76
                        genre_ids:
                          - 99
                          - 10402
                        id: 504561
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Quincy
                        overview: >-
                          An intimate look into the life of icon Quincy Jones. A
                          unique force in music and popular culture for 70
                          years, Jones has transcended racial and cultural
                          boundaries; his story is inextricably woven into the
                          fabric of America.  Jones came to prominence in the
                          1950s as a jazz arranger and conductor before working
                          on pop music and film scores. He moved easily between
                          musical genres, producing major pop hits of the early
                          1960s  and serving as an arranger and conductor for
                          several collaborations in the same time period.
                        popularity: 5.906
                        poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg
                        release_date: '2018-09-09'
                        title: Quincy
                        video: false
                        vote_average: 7.3
                        vote_count: 106
                      - adult: false
                        backdrop_path: /mU7A8sM6TFC5MuFxl2i0rLbEHLk.jpg
                        character: Self
                        credit_id: 5c0e5c92c3a36825150c845b
                        genre_ids:
                          - 99
                        id: 567649
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Last Mile
                        overview: >-
                          It's been 25 years since “Philadelphia” premiered, and
                          since then, we've come a long way in the fight to end
                          AIDS. In partnership with Coca Cola and RED, "The Last
                          Mile" explores how far we've come.
                        popularity: 0.962
                        poster_path: /fp3mOjFJ55HhHVULBMs5oqtzWk2.jpg
                        release_date: '2018-12-01'
                        title: The Last Mile
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /6NXM452S865MhGx3WiNIYyc2bLa.jpg
                        character: Narrator
                        credit_id: 5c38ad42c3a368266a5d7f9d
                        genre_ids:
                          - 10752
                          - 99
                        id: 574379
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: Beyond All Boundaries
                        overview: >-
                          A visual, 4-D experience of the battles of World War
                          II featuring stories, archival footage and advanced
                          special effects.
                        popularity: 2.705
                        poster_path: /8TcXwhS8HbXLXC1hadEvesf8wwb.jpg
                        release_date: '2009-11-09'
                        title: Beyond All Boundaries
                        video: false
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /57dG6BzU2RcPtLgoA3oyHUIb2rI.jpg
                        character: Captain Jefferson Kyle Kidd
                        credit_id: 5c5f525ac3a3683cc68eab43
                        genre_ids:
                          - 18
                          - 37
                          - 12
                        id: 581032
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: News of the World
                        overview: >-
                          A Texan traveling across the wild West bringing the
                          news of the world to local townspeople, agrees to help
                          rescue a young girl who was kidnapped.
                        popularity: 16.612
                        poster_path: /fYQCgVRsQTEfUrP7cW5iAFVYOlh.jpg
                        release_date: '2020-12-25'
                        title: News of the World
                        video: false
                        vote_average: 6.963
                        vote_count: 1743
                      - adult: false
                        backdrop_path: /xUgWf8zeBbirS9YVIFDY3Dp6VEk.jpg
                        character: Self
                        credit_id: 5c732730c3a3685a44177f59
                        genre_ids:
                          - 10402
                          - 99
                        id: 325450
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'The Dave Clark Five and Beyond: Glad All Over'
                        overview: >-
                          The Dave Clark Five started the rock n roll British
                          invasion that changed the world, having already
                          knocked The Beatles out of the #1 position in the UK.
                          Watch newly-filmed interviews with Tom Hanks, Paul
                          McCartney, Elton John, Bruce Springsteen, Stevie
                          Wonder, Dionne Warwick and many more, as they share
                          their memories of how the music of the 60s and the
                          cultural revolution of 1964 changed their lives
                          forever. Bonus disc includes 2 hours of extra
                          interview scenes and rare archival footage, including
                          never-before-seen star performances and alternate
                          performances from The DC5 ! Featuring 4 hours of
                          star-studded performances in total!
                        popularity: 1.19
                        poster_path: /jNTueLKnIavVd1hUNO2c55wnWfF.jpg
                        release_date: '2014-05-13'
                        title: 'The Dave Clark Five and Beyond: Glad All Over'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /hFeW14oNRU0hKiILAUKZVrilFBg.jpg
                        character: Host
                        credit_id: 5cb28f639251411ed620788c
                        genre_ids:
                          - 10402
                          - 99
                        id: 31107
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        overview: "On October 29th and 30th, 2009, rock 'n' roll royalty held court at Madison Square Garden for what have been called 'the best concerts ever,' and 'where rock 'n' roll history was made.'\r The concerts featured a who's who of rock 'n' roll from the '50s to the '90s and included artists performing together in unprecedented combinations that will most likely never be witnessed again.\r 'The 25th Anniversary Rock and Roll Hall of Fame Anniversary Concerts' included sets by Crosby, Stills & Nash; Stevie Wonder; Paul Simon; Simon & Garfunkel; Aretha Franklin; Metallica; U2; Jeff Beck and Bruce Springsteen & the E-Street Band. Joining this iconic line up on stage were special guests including: Jerry Lee Lewis, Bonnie Raitt, Jackson Browne, Smokey Robinson, B.B. King, Annie Lennox, Lou Reed, John Fogerty, Mick Jagger, Fergie and others.\r A 4-hour special of the concerts aired on HBO to high ratings, and was seen by tens of millions. Now this historic event is available on DVD."
                        popularity: 3.371
                        poster_path: /yvVW8X56vjGWEP7zLJyLWK19mk8.jpg
                        release_date: '2009-11-29'
                        title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        video: true
                        vote_average: 8
                        vote_count: 15
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5cf19b4d92514138ccb9316b
                        genre_ids:
                          - 99
                        id: 606078
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'People Like Us: Making ''Philadelphia'''
                        overview: >-
                          10 years after the release of "Philadelphia," director
                          Jonathan Demme, Tom Hanks, Denzel Washington and
                          others discuss about the making of that film and it's
                          important legacy through the years of being the first
                          mainstream Hollywood film about dealing with the topic
                          of Aids, revealing its impact on culture and society.
                          Cast and crew talk about the inception of the project,
                          the making of it and curious stories about one of the
                          greatest hits of 1993.
                        popularity: 0.998
                        poster_path: /f729hoffrFAOuTkhymgi0b4hszW.jpg
                        release_date: '2004-07-19'
                        title: 'People Like Us: Making ''Philadelphia'''
                        video: false
                        vote_average: 6
                        vote_count: 3
                      - adult: false
                        backdrop_path: /1Zyf6cyFPPaU0TCD78EJiCVZPJ9.jpg
                        character: Colonel Tom Parker
                        credit_id: 5d2897a8a294f0000f2913d3
                        genre_ids:
                          - 18
                          - 10402
                          - 36
                        id: 614934
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Elvis
                        overview: >-
                          The life story of Elvis Presley as seen through the
                          complicated relationship with his enigmatic manager,
                          Colonel Tom Parker.
                        popularity: 30.594
                        poster_path: /qBOKWqAFbveZ4ryjJJwbie6tXkQ.jpg
                        release_date: '2022-06-22'
                        title: Elvis
                        video: false
                        vote_average: 7.513
                        vote_count: 3428
                      - adult: false
                        backdrop_path: null
                        character: Baxter
                        credit_id: 5d8a4c236c1e04000facfa3b
                        genre_ids:
                          - 27
                        id: 473544
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: Vault of Horror I
                        overview: >-
                          A compilation of three episodes from the Tales from
                          the Crypt series ("Carrion Death", "None but the
                          lonely heart" and "Abra Cadaver") with some famous
                          cast and directors.
                        popularity: 0.983
                        poster_path: /jrCnvkXgEe5xH7pVg6eFK05efuZ.jpg
                        release_date: '1994-07-02'
                        title: Vault of Horror I
                        video: true
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Major Matt Mason
                        credit_id: 5d9ea80ff0647c003fcda073
                        genre_ids:
                          - 12
                          - 28
                          - 10751
                        id: 638302
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Major Matt Mason
                        overview: Plot unknown. Based on a Mattel action figure.
                        popularity: 1.228
                        poster_path: null
                        release_date: ''
                        title: Major Matt Mason
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /bFzBbSphXMpv3DH01Vdg9IKs5N4.jpg
                        character: Self (archive footage)
                        credit_id: 5dd3b664356a715875e9eed6
                        genre_ids:
                          - 99
                          - 80
                        id: 558912
                        media_type: movie
                        order: 23
                        original_language: en
                        original_title: 'Beyond Boundaries: The Harvey Weinstein Scandal'
                        overview: >-
                          Examine the rise and fall of Hollywood media mogul
                          Harvey Weinstein following the scandal in 2017. Learn
                          from exclusive interviews with those who knew him in
                          the industry, and a discussion of the start of the
                          #MeToo movement.
                        popularity: 3.491
                        poster_path: /3RttUhiOHu1qFkmvYPdJOo1PJk5.jpg
                        release_date: '2018-08-21'
                        title: 'Beyond Boundaries: The Harvey Weinstein Scandal'
                        video: true
                        vote_average: 5.733
                        vote_count: 15
                      - adult: false
                        backdrop_path: null
                        character: Self / Allen Bauer
                        credit_id: 5ea8bc6db7fbbd001b39b498
                        genre_ids:
                          - 99
                          - 35
                        id: 698229
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: Making a 'Splash'
                        overview: >-
                          Retrospective documentary on the making of the hit
                          comedy Splash (1984).
                        popularity: 1.028
                        poster_path: /tqTBRER4JqHu4mjCvPA9VEcUnFP.jpg
                        release_date: '2004-03-30'
                        title: Making a 'Splash'
                        video: false
                        vote_average: 4.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /leUVJPZbA8rZIkcn33y46LGMPv2.jpg
                        character: Self
                        credit_id: 5ec3007c4e52ed002038a723
                        genre_ids:
                          - 99
                          - 10402
                          - 10770
                        id: 705899
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: >-
                          We Are One: The Obama Inaugural Celebration at the
                          Lincoln Memorial
                        overview: >-
                          A public celebration of the inauguration of Barack
                          Obama as the 44th President of the United States of
                          America at the Lincoln Memorial and the National Mall
                          in Washington D.C., on January 18, 2009.
                        popularity: 1.439
                        poster_path: /aqFHftRn2gRe5psczpv37J0Aqsi.jpg
                        release_date: '2009-01-18'
                        title: >-
                          We Are One: The Obama Inaugural Celebration at the
                          Lincoln Memorial
                        video: false
                        vote_average: 4.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /6rmc43jaxcztIGEeAq2zBIQGQ8L.jpg
                        character: Self
                        credit_id: 5ed7ae5e528b2e002073624e
                        genre_ids:
                          - 35
                        id: 712062
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Pennis from Heaven
                        overview: >-
                          Wherever he goes, Dennis Pennis (Paul Kaye) leaves a
                          trail of embarrassment in his wake. From London to the
                          Venice Film Festival and on to Hollywood, no-one is
                          spared, no star is too big to escape verbal abuse.
                          Victims include Steve Martin, Pierce Brosnan, Don
                          Johnson, Jim Carrey, Richard Gere, Sharon Stone,
                          Sandra Bullock, Charlie Sheen, Cindy Crawford, Demi
                          Moore and Arnold Schwarzennegger. If you're a star,
                          beware! Pennis is out to get you. This release
                          includes previously released Very Important Pennis,
                          Anyone For Pennis? and RIP - Too Rude to Live.
                        popularity: 1.106
                        poster_path: /c1HiJwCJy8OMdrJCmzSD8Wiz89c.jpg
                        release_date: '2005-03-28'
                        title: Pennis from Heaven
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self - Narrator
                        credit_id: 5efad50ef0317400364e6ebe
                        genre_ids:
                          - 99
                        id: 720203
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: The Road We've Traveled
                        overview: >-
                          A short documentary on the first term of President
                          Barack Obama's administration.
                        popularity: 0.58
                        poster_path: /bgkB00OM00xOQLiCwqVYMwM2JIg.jpg
                        release_date: '2012-03-15'
                        title: The Road We've Traveled
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hbrXbVoE0NuA1ORoSGGYNASagrl.jpg
                        character: Self
                        credit_id: 5f9234ea278d8a00373b5012
                        genre_ids:
                          - 35
                        id: 740985
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Borat Subsequent Moviefilm
                        overview: >-
                          14 years after making a film about his journey across
                          the USA, Borat risks life and limb when he returns to
                          the United States with his young daughter, and reveals
                          more about the culture, the COVID-19 pandemic, and the
                          political elections.
                        popularity: 24.395
                        poster_path: /3L1Ml5RWjFVfVq3rQENvgFymT0U.jpg
                        release_date: '2020-10-23'
                        title: Borat Subsequent Moviefilm
                        video: false
                        vote_average: 6.452
                        vote_count: 2545
                      - adult: false
                        backdrop_path: /nnUQqlVZeEGuCRx8SaoCU4XVHJN.jpg
                        character: Geppetto
                        credit_id: 5fd2b7cd3f7e1d0040b8ffc9
                        genre_ids:
                          - 14
                          - 12
                          - 10751
                        id: 532639
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Pinocchio
                        overview: >-
                          A wooden puppet embarks on a thrilling adventure to
                          become a real boy.
                        popularity: 28.782
                        poster_path: /g8sclIV4gj1TZqUpnL82hKOTK3B.jpg
                        release_date: '2022-09-07'
                        title: Pinocchio
                        video: false
                        vote_average: 6.344
                        vote_count: 1583
                      - adult: false
                        backdrop_path: /cNlPJE40kkEOmD28lKE98NMXEGa.jpg
                        character: Self
                        credit_id: 5fe8e928c7176d003f7c6e70
                        genre_ids:
                          - 35
                        id: 269535
                        media_type: movie
                        order: 17
                        original_language: en
                        original_title: 'Saturday Night Live: 25th Anniversary Special'
                        overview: >-
                          A TV special celebrating the 25th anniversary of
                          Saturday Night Live. Before a celebrity audience, many
                          of the former cast members and guest hosts return to
                          perform their signature monologues and present a look
                          back at some of the best comedy skits and musical
                          numbers of the past two and a half decades.
                        popularity: 3.176
                        poster_path: /iloU9d27LBYLH5AaWtkSsSoqFtC.jpg
                        release_date: '1999-09-25'
                        title: 'Saturday Night Live: 25th Anniversary Special'
                        video: true
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /t4OhMwOgQnBPmT9zYSytYJGeFCN.jpg
                        character: Self - Host
                        credit_id: 600025907390c0003ef5b65c
                        genre_ids:
                          - 10770
                          - 99
                        id: 785930
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Celebrating America
                        overview: >-
                          Inauguration Day special showcasing the American
                          people’s resilience, heroism, and unified commitment
                          to coming together as a nation to heal and rebuild.
                        popularity: 1.817
                        poster_path: /bor7aoKx0TvaRjqiGcal4Traaj.jpg
                        release_date: '2021-01-20'
                        title: Celebrating America
                        video: false
                        vote_average: 6.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /k7vO3lOOkxZ88Bieu5UQLEBKZOl.jpg
                        character: Himself
                        credit_id: 607a56597a97ab00409f22c5
                        genre_ids:
                          - 99
                        id: 711704
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Making 'Toy Story'
                        overview: >-
                          Documentary of the making of the groundbreaking
                          Disney/Pixar animated hit movie.
                        popularity: 5.008
                        poster_path: /s2vPOYtuOY3DMYTduRx0cOzDcWm.jpg
                        release_date: '1995-12-02'
                        title: Making 'Toy Story'
                        video: false
                        vote_average: 6.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 60bf71078a88b2003feee94d
                        genre_ids:
                          - 99
                        id: 838219
                        media_type: movie
                        order: 13
                        original_language: en
                        original_title: Rescued from the Closet
                        overview: >-
                          A collection of interviews recorded for the making of
                          the 1995 documentary "The Celluloid Closet," on the
                          subject of LGBT representation in film history.
                        popularity: 0.627
                        poster_path: /h3PZfCQ0t91plYx8p63ugpRxd5o.jpg
                        release_date: '2001-05-29'
                        title: Rescued from the Closet
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /lTTOed6NeyEaMzgItVWnNrF2yFN.jpg
                        character: Mountie
                        credit_id: 60f7065f8d1b8e002d120430
                        genre_ids:
                          - 10402
                          - 99
                        id: 28236
                        media_type: movie
                        order: 27
                        original_language: en
                        original_title: Concert for George
                        overview: >-
                          As a memorial to George Harrison on the first
                          anniversary of his passing, The Concert for George was
                          held at the Royal Albert Hall in London on 29 November
                          2002 . Organized by Harrison's widow, Olivia, and son,
                          Dhani, and arranged under the musical direction of
                          Eric Clapton and Jeff Lynne. A benefit for Harrison's
                          Material World Charitable Foundation, the all-star
                          concert took place on the day of the first anniversary
                          of his death. Proceeds from the film also went to the
                          Material World Charitable Foundation. The film was
                          shot using discreet cameras from over twelve
                          locations.
                        popularity: 5.32
                        poster_path: /gVVd7hEfOgJ3OYkOUaoCqIZMmpC.jpg
                        release_date: '2003-10-03'
                        title: Concert for George
                        video: false
                        vote_average: 8.1
                        vote_count: 58
                      - adult: false
                        backdrop_path: /iloUOSs3Rcq3aMr04CrGRWVVBkq.jpg
                        character: Stanley Zak
                        credit_id: 61045303ad87f7002ff752d2
                        genre_ids:
                          - 35
                          - 18
                        id: 747188
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Asteroid City
                        overview: >-
                          In an American desert town circa 1955, the itinerary
                          of a Junior Stargazer/Space Cadet convention is
                          spectacularly disrupted by world-changing events.
                        popularity: 32.445
                        poster_path: /hfo7pvL9Fys7rocfL4VOzw9qDEQ.jpg
                        release_date: '2023-06-08'
                        title: Asteroid City
                        video: false
                        vote_average: 6.5
                        vote_count: 1908
                      - adult: false
                        backdrop_path: /hXbPyKhuK27Nija6LOBH3aFNd7N.jpg
                        character: Self (archive footage)
                        credit_id: 6115c32a151c5c002c74dbac
                        genre_ids:
                          - 99
                        id: 37757
                        media_type: movie
                        order: 124
                        original_language: en
                        original_title: 'Never Sleep Again: The Elm Street Legacy'
                        overview: >-
                          For decades, Freddy Krueger has slashed his way
                          through the dreams of countless youngsters, scaring up
                          over half a billion dollars at the box office across
                          eight terrifying, spectacular films.
                        popularity: 10.504
                        poster_path: /wjo0erw7vqzI3gGfbapCkZjxehV.jpg
                        release_date: '2010-05-04'
                        title: 'Never Sleep Again: The Elm Street Legacy'
                        video: false
                        vote_average: 7.8
                        vote_count: 154
                      - adult: false
                        backdrop_path: /1gfpdg2H3m5Ju7f8oePNdLeXt58.jpg
                        character: Self
                        credit_id: 67150a602bbba65f7b114a9c
                        genre_ids:
                          - 99
                        id: 1335757
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Making of 'Band of Brothers'
                        overview: >-
                          Interviews made of the various actors and cast members
                          that provide the knowledge and production skills and
                          sets required to make the film a success.
                        popularity: 1.277
                        poster_path: /u9C6q5DXJRxmkEt81FaRVuhgzfF.jpg
                        release_date: '2001-09-09'
                        title: The Making of 'Band of Brothers'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /po2gbBDDdthrt9aU2xjbeBiBNzP.jpg
                        character: Self
                        credit_id: 67489ef094215dcd6d6bb79e
                        genre_ids:
                          - 99
                        id: 1394473
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: >-
                          The Untold Story of Mary Poppins: A Special Edition of
                          20/20
                        overview: >-
                          ABC takes viewers on a magical journey to celebrate
                          the 60th anniversary of one of Walt Disney’s most
                          beloved films.
                        popularity: 4.928
                        poster_path: /Art8eY0cpckCQlPPHJ5CxEP6KvG.jpg
                        release_date: '2024-11-27'
                        title: >-
                          The Untold Story of Mary Poppins: A Special Edition of
                          20/20
                        video: false
                        vote_average: 5.667
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 6750ddf543a6abd06b6ec76b
                        genre_ids: []
                        id: 1397615
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Crumbs 2
                        overview: this time theres a bit more crumbs
                        popularity: 0.816
                        poster_path: null
                        release_date: ''
                        title: Crumbs 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /aGnyqGuOfjfHWIggHs7TncwDEfx.jpg
                        character: Josh (Big)
                        credit_id: 675c714d9456706d98ab177f
                        genre_ids:
                          - 99
                          - 35
                          - 80
                          - 36
                        id: 1401354
                        media_type: movie
                        order: 59
                        original_language: en
                        original_title: The Fall of 2008
                        overview: >-
                          After starting a painting business right before the
                          housing crash, a filmmaker drives over 35,000 miles to
                          track down the people who saw it coming and look back
                          at the responses to the largest financial crisis since
                          the great depression.
                        popularity: 6.622
                        poster_path: /rcPq3jpTyvEdb1opiVowt3ynJOf.jpg
                        release_date: ''
                        title: The Fall of 2008
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /m4G421LlrPxqdtq980PLM91u38Y.jpg
                        character: Ned Donnelly
                        credit_id: 52537b5819c295794018e220
                        episode_count: 3
                        first_air_date: '1982-09-22'
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 496
                        media_type: tv
                        name: Family Ties
                        origin_country:
                          - US
                        original_language: en
                        original_name: Family Ties
                        overview: >-
                          Former 1960s flower children Steven and Elyse Keaton
                          raise their conservative son Alex, daughters Mallory
                          and Jennifer, and later, youngest child Andrew.
                        popularity: 91.223
                        poster_path: /vxERANdozlMKgl7VqGxbAvZ6u1O.jpg
                        vote_average: 7.272
                        vote_count: 230
                      - adult: false
                        backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg
                        character: Self
                        credit_id: 5253954c19c29579402c556e
                        episode_count: 1
                        first_air_date: '1988-10-03'
                        genre_ids:
                          - 10767
                          - 10763
                        id: 766
                        media_type: tv
                        name: This Morning
                        origin_country:
                          - GB
                        original_language: en
                        original_name: This Morning
                        overview: >-
                          This Morning features a variety of news, as well as
                          show business, fashion, beauty, lifestyle, home and
                          garden, food, tech, live phone-ins, and competitions.
                        popularity: 36.053
                        poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg
                        vote_average: 5.5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg
                        character: Self
                        credit_id: 5253461719c29579400c699c
                        episode_count: 1
                        first_air_date: '1994-08-14'
                        genre_ids:
                          - 10767
                        id: 217
                        media_type: tv
                        name: Inside the Actors Studio
                        origin_country:
                          - US
                        original_language: en
                        original_name: Inside the Actors Studio
                        overview: >-
                          James Lipton sits down with some of the world's most
                          accomplished actors and directors for penetrating,
                          fascinating interviews.
                        popularity: 3.97
                        poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg
                        vote_average: 7.443
                        vote_count: 53
                      - adult: false
                        backdrop_path: /6JxPt3brbwE3IySdL1BtzDYFqo3.jpg
                        character: Self
                        credit_id: 5253869519c295794020e084
                        episode_count: 1
                        first_air_date: '2003-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 562
                        media_type: tv
                        name: The Ellen DeGeneres Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Ellen DeGeneres Show
                        overview: >-
                          The Ellen DeGeneres Show, often shortened to just
                          Ellen, is an American television talk show hosted by
                          comedian/actress Ellen DeGeneres.
                        popularity: 71.642
                        poster_path: /PhUYIGUUk1RzWq2Aw3TqH65McE.jpg
                        vote_average: 5.766
                        vote_count: 156
                      - adult: false
                        backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg
                        character: Self
                        credit_id: 52572a6e760ee3776a2cb55a
                        episode_count: 3
                        first_air_date: '1996-07-22'
                        genre_ids:
                          - 10763
                          - 35
                        id: 2224
                        media_type: tv
                        name: The Daily Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Daily Show
                        overview: >-
                          The World's Fakest News Team tackle the biggest
                          stories in news, politics and pop culture.
                        popularity: 331.658
                        poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg
                        vote_average: 6.4
                        vote_count: 537
                      - adult: false
                        backdrop_path: /jphrbgfi2Plwp7wyQL0AMHzKrF0.jpg
                        character: Tom Hanks
                        credit_id: 5257226f760ee3776a222981
                        episode_count: 1
                        first_air_date: '2002-09-17'
                        genre_ids:
                          - 35
                        id: 2103
                        media_type: tv
                        name: Life with Bonnie
                        origin_country:
                          - US
                        original_language: en
                        original_name: Life with Bonnie
                        overview: >-
                          The host of the local morning talk show Morning
                          Chicago creatively balances family commitment—to her
                          husband John, a hard-working family practice doctor,
                          and their three young children— and career
                          obligations.
                        popularity: 19.349
                        poster_path: /4VG2dtEL6X3v1Ad3pyzsm8Er0hN.jpg
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg
                        character: Self
                        credit_id: 525713c2760ee3776a110e5f
                        episode_count: 3
                        first_air_date: '1952-01-14'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 1709
                        media_type: tv
                        name: Today
                        origin_country:
                          - US
                        original_language: en
                        original_name: Today
                        overview: >-
                          Today is a daily American morning television show that
                          airs on NBC. The program debuted on January 14, 1952.
                          It was the first of its genre on American television
                          and in the world, and is the fifth-longest running
                          American television series. Originally a two-hour
                          program on weekdays, it expanded to Sundays in 1987
                          and Saturdays in 1992. The weekday broadcast expanded
                          to three hours in 2000, and to four hours in 2007.


                          Today's dominance was virtually unchallenged by the
                          other networks until the late 1980s, when it was
                          overtaken by ABC's Good Morning America. Today retook
                          the Nielsen ratings lead the week of December 11,
                          1995, and held onto that position for 852 consecutive
                          weeks until the week of April 9, 2012, when it was
                          beaten by Good Morning America yet again. In 2002,
                          Today was ranked #17 on TV Guide's 50 Greatest
                          Television  Shows of All Time.
                        popularity: 15.889
                        poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg
                        vote_average: 5.5
                        vote_count: 26
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571af019c29571140d5c92
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 85.942
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.372
                        vote_count: 39
                      - adult: false
                        backdrop_path: /nwtdRZHTlDqYwuJDc7oVQueHY2l.jpg
                        character: Baxter
                        credit_id: 525734f3760ee3776a39718f
                        episode_count: 1
                        first_air_date: '1989-06-10'
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 10765
                        id: 2391
                        media_type: tv
                        name: Tales from the Crypt
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tales from the Crypt
                        overview: >-
                          Cadaverous scream legend the Crypt Keeper is your
                          macabre host for these forays of fright and fun based
                          on the classic E.C. Comics tales from back in the day.
                          So shamble up to the bar and pick your poison. Will it
                          be an insane Santa on a personal slay ride?
                          Honeymooners out to fulfill the "til death do we part"
                          vow ASAP?
                        popularity: 73.915
                        poster_path: /265Gpw7wSwwMkUQlksot8B2chRg.jpg
                        vote_average: 7.963
                        vote_count: 889
                      - adult: false
                        backdrop_path: /6LFqVT02WaNq3q3FlU7dAmt6X5A.jpg
                        character: Self
                        credit_id: 525728b4760ee3776a29d6bb
                        episode_count: 1
                        first_air_date: '1997-08-11'
                        genre_ids:
                          - 10767
                        id: 2221
                        media_type: tv
                        name: The View
                        origin_country:
                          - US
                        original_language: en
                        original_name: The View
                        overview: >-
                          ABC Daytime's morning chatfest, currently featuring
                          Whoopi Goldberg, Joy Behar, Sunny Hostin, Sara Haines,
                          Alyssa Farah Griffin, and Ana Navarro discussing the
                          most exciting events of the day. Hot topics in the
                          news, the best experts in their field, celebrity
                          interviews and general entertainment are all part of
                          The View.
                        popularity: 263.718
                        poster_path: /zn5ZtKXYo8XOoXUgtQxw7q2CjVt.jpg
                        vote_average: 4.4
                        vote_count: 95
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573be1760ee36aaa023012
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 53.516
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: /7cAqw5tw7DHUP1VfxH1zulA3GR2.jpg
                        character: Kip Wilson / Buffy
                        credit_id: 52573d36760ee36aaa040acb
                        episode_count: 38
                        first_air_date: '1980-11-27'
                        genre_ids:
                          - 35
                        id: 2574
                        media_type: tv
                        name: Bosom Buddies
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bosom Buddies
                        overview: >-
                          Kip and Henry, two young studs working for a New York
                          ad agency, must disguise themselves as women to live
                          in the one apartment they can afford.
                        popularity: 50.285
                        poster_path: /ocUYoa7QptPAg4jsyQB88f5M8tP.jpg
                        vote_average: 6.4
                        vote_count: 37
                      - adult: false
                        backdrop_path: /lyAx1XlcrPaenfwvSYnOl4h4WMk.jpg
                        character: ''
                        credit_id: 525757da760ee36aaa25dfcc
                        episode_count: 1
                        first_air_date: '1974-01-15'
                        genre_ids:
                          - 35
                        id: 3845
                        media_type: tv
                        name: Happy Days
                        origin_country:
                          - US
                        original_language: en
                        original_name: Happy Days
                        overview: >-
                          In 1950s Milwaukee the Cunningham family must contend
                          with Fonzie, a motorcycle riding Casanova.
                        popularity: 135.127
                        poster_path: /sepIwNPCEhkKvFOQSjXK6tekkjR.jpg
                        vote_average: 7.672
                        vote_count: 267
                      - adult: false
                        backdrop_path: /Ajku4m7jbMpCTEPr794Imv19mCA.jpg
                        character: ''
                        credit_id: 525766fb760ee36aaa388f0e
                        episode_count: 1
                        first_air_date: '2005-10-17'
                        genre_ids:
                          - 10763
                          - 35
                        id: 4385
                        media_type: tv
                        name: The Colbert Report
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Colbert Report
                        overview: >-
                          The Colbert Report is an American satirical late night
                          television program that airs Monday through Thursday
                          on Comedy Central. It stars political humorist Stephen
                          Colbert, a former correspondent for The Daily Show
                          with Jon Stewart. The Colbert Report is a spin-off
                          from and counterpart to The Daily Show that comments
                          on politics and the media in a similar way. It
                          satirizes conservative personality-driven political
                          pundit programs, particularly Fox News' The O'Reilly
                          Factor. The show focuses on a fictional anchorman
                          character named Stephen Colbert, played by his
                          real-life namesake. The character, described by
                          Colbert as a "well-intentioned, poorly informed,
                          high-status idiot", is a caricature of televised
                          political pundits.


                          The Colbert Report has been nominated for seven
                          Primetime Emmy Awards each in 2006, 2007, 2008, 2009,
                          2010, 2011, and 2012, two Television Critics
                          Association Awards Awards, and two Satellite Awards.
                          In 2013, it won two Emmys. It has been presented as
                          non-satirical journalism in several instances,
                          including by the Tom DeLay Legal Defense Trust and by
                          Robert Wexler following his interview on the program.
                          The Report received considerable media coverage
                          following its debut on October 17, 2005, for Colbert's
                          coining of the term "truthiness", which dictionary
                          publisher Merriam-Webster named its 2006 Word of the
                          Year.
                        popularity: 352.315
                        poster_path: /pn2CVXjOlR8kY5MgOTJjZ71IM0Q.jpg
                        vote_average: 6.822
                        vote_count: 264
                      - adult: false
                        backdrop_path: /q9unI9oHyLUNK97RQPYAGjFs4Xu.jpg
                        character: Self - Guest
                        credit_id: 52577143760ee36aaa4968c6
                        episode_count: 2
                        first_air_date: '1993-09-13'
                        genre_ids:
                          - 35
                          - 10767
                        id: 4573
                        media_type: tv
                        name: Late Night with Conan O'Brien
                        origin_country:
                          - US
                        original_language: en
                        original_name: Late Night with Conan O'Brien
                        overview: >-
                          Stepping into the late-late slot vacated by David
                          Letterman, Conan O'Brien stars in a show that far
                          outdoes its competition in sheer strangeness. Along
                          with the celebrity interviews and musical numbers
                          typical of late-night talk shows, this program make
                          frequent use of odd walk-on characters and frequent
                          "visits" from celebrity guests.
                        popularity: 70.462
                        poster_path: /gJZ1rhLLFpatuAeylJoUI82DKC7.jpg
                        vote_average: 7.1
                        vote_count: 135
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5258094b19c29531db3e31f0
                        episode_count: 1
                        first_air_date: '2003-06-04'
                        genre_ids:
                          - 10763
                          - 99
                        id: 10946
                        media_type: tv
                        name: Celebrities Uncensored
                        origin_country:
                          - US
                        original_language: en
                        original_name: Celebrities Uncensored
                        overview: >-
                          Celebrities Uncensored is a TV program on the E!
                          network that edited together amusing paparazzi footage
                          of celebrities, usually in public places such as
                          public sidewalks, restaurants, nightclubs, etc. The
                          celebrities were often friendly, but sometimes their
                          more unfriendly antics were featured in an amusing and
                          entertaining way. It was very popular with stars on
                          the rise and created a stir in the Hollywood
                          community. Paris Hilton was first brought to the
                          public's attention by this show.
                        popularity: 0.816
                        poster_path: /cwZ6ZXREDPOtsAiAUcA4uKBhy1e.jpg
                        vote_average: 2.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5258751c760ee3466128c52a
                        episode_count: 1
                        first_air_date: '1997-09-28'
                        genre_ids:
                          - 16
                          - 10751
                        id: 23936
                        media_type: tv
                        name: The Wonderful World of Disney
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Wonderful World of Disney
                        overview: >-
                          Walt Disney Productions (later The Walt Disney
                          Company) has produced an anthology television series
                          under several different titles since 1954. The
                          original version of the series premiered on ABC in
                          1954. The show was broadcast weekly on one of the Big
                          Three television networks until 1990, a 36-year span
                          with only a two-year hiatus in 1984-85. The series was
                          broadcast on Sunday for 25 of those years. From 1991
                          until 1997, the series aired infrequently. The program
                          resumed a regular schedule in 1997 on the ABC fall
                          schedule, coinciding with Disney's recent purchase of
                          the network. From 1997 until 2008, the program aired
                          regularly on ABC. Subsequently, ABC continued the
                          series as an occasional special presentation.
                        popularity: 55.493
                        poster_path: /liQIvgYvnNwqjV6MvnFzvlXJNL2.jpg
                        vote_average: 6.609
                        vote_count: 23
                      - adult: false
                        backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg
                        character: Self
                        credit_id: 52588329760ee346613fe730
                        episode_count: 11
                        first_air_date: '1953-03-19'
                        genre_ids: []
                        id: 27023
                        media_type: tv
                        name: The Oscars
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oscars
                        overview: >-
                          An annual American awards ceremony honoring cinematic
                          achievements in the film industry. The various
                          category winners are awarded a copy of a statuette,
                          officially the Academy Award of Merit, that is better
                          known by its nickname Oscar.
                        popularity: 39.81
                        poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg
                        vote_average: 7
                        vote_count: 65
                      - adult: false
                        backdrop_path: /w0GA9tmKfRgxXj2zPUp0qzDuYjC.jpg
                        character: Self
                        credit_id: 60f8c1a8209f180044be7618
                        episode_count: 1
                        first_air_date: '2014-04-27'
                        genre_ids:
                          - 10767
                          - 35
                          - 10763
                        id: 60694
                        media_type: tv
                        name: Last Week Tonight with John Oliver
                        origin_country:
                          - US
                        original_language: en
                        original_name: Last Week Tonight with John Oliver
                        overview: >-
                          A half-hour satirical look at the week in news,
                          politics and current events.
                        popularity: 280.269
                        poster_path: /b12eM3FXNjN7yM7XYTIdmeQRud9.jpg
                        vote_average: 7.898
                        vote_count: 676
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5258de00760ee34661774c3e
                        episode_count: 1
                        first_air_date: '2011-02-14'
                        genre_ids:
                          - 10763
                        id: 35340
                        media_type: tv
                        name: OK! TV
                        origin_country:
                          - GB
                        original_language: en
                        original_name: OK! TV
                        overview: >-
                          OK! TV is an early evening magazine programme,
                          broadcast on Channel 5 as a brand extension of
                          celebrity title OK! Magazine. It replaced the former
                          magazine and discussion show Live from Studio Five on
                          14 February 2011, and was presented by Kate Walsh and
                          Matt Johnson, both of whom later left the programme.
                          Jeff Brazier and Jenny Frost replaced Walsh and
                          Johnson in August 2011 and presented the show until
                          its cancellation. The show was made by the 5 News team
                          and produced by Sky News for Channel 5. On 8 November
                          2011, it was announced that the show has been
                          cancelled by Channel 5. The show aired its final
                          edition on 16 December after ten months on air due to
                          the contract for 5 News returning to ITN.
                        popularity: 13.906
                        poster_path: /AbKHleMiAEqz471pRvOINFKij0K.jpg
                        vote_average: 4
                        vote_count: 2
                      - adult: false
                        backdrop_path: /jFwodJvT1EIujHxeG2Chtl1VOLb.jpg
                        character: ''
                        credit_id: 52589fc0760ee3466163cdbf
                        episode_count: 6
                        first_air_date: '2009-09-27'
                        genre_ids:
                          - 99
                        id: 31708
                        media_type: tv
                        name: 'The National Parks: America''s Best Idea'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'The National Parks: America''s Best Idea'
                        overview: >-
                          Filmed over the course of more than six years at some
                          of nature's most spectacular locales – from Acadia to
                          Yosemite, Yellowstone to the Grand Canyon, the
                          Everglades of Florida to the Gates of the Arctic in
                          Alaska - “The National Parks: America's Best Idea” is
                          nonetheless a story of people: people from every
                          conceivable background – rich and poor; famous and
                          unknown; soldiers and scientists; natives and
                          newcomers; idealists, artists and entrepreneurs;
                          people who were willing to devote themselves to saving
                          some precious portion of the land they loved, and in
                          doing so reminded their fellow citizens of the full
                          meaning of democracy.
                        popularity: 11.941
                        poster_path: /6RIXsAA5O91qnUha9VqUN9uBfng.jpg
                        vote_average: 8.2
                        vote_count: 19
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self - Host
                        credit_id: 5273d255760ee3572c01d50b
                        episode_count: 10
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /uT1VS0k6Y0yHzaRubwx59ew6S6r.jpg
                        character: Self - Actor
                        credit_id: 645855c377d23b0153936292
                        episode_count: 1
                        first_air_date: '2023-05-07'
                        genre_ids:
                          - 99
                        id: 225948
                        media_type: tv
                        name: The 2010s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2010s
                        overview: >-
                          Audiences are invited to look back at The 2010s, a
                          turbulent era marked by political and social upheaval,
                          culminating in the single most dramatic year of the
                          21st century: 2020. It was a decade in which social
                          media transformed society and streaming upended
                          entertainment, resulting in genre-defying music and
                          ushering in the era of "peak TV".
                        popularity: 7.503
                        poster_path: /1d5hWv4bLPoi3zw4A2clO8FX1VC.jpg
                        vote_average: 6.333
                        vote_count: 3
                      - adult: false
                        backdrop_path: /9weuRb4JYBLHHN8UMnD82emYw41.jpg
                        character: Self
                        credit_id: 53a330e20e0a2614a100040a
                        episode_count: 10
                        first_air_date: '2014-05-29'
                        genre_ids:
                          - 99
                        id: 60909
                        media_type: tv
                        name: The Sixties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sixties
                        overview: >-
                          The space race, the cold war, "free love," civil
                          rights and more: The decade of the 1960s shaped our
                          history -- and changed the world. In collaboration
                          with Tom Hanks, Gary Goetzman and Mark Herzog, CNN
                          explores perhaps the most transformative decade of the
                          modern era in a 10-part documentary series and brings
                          new insights into how those events shaped today.
                        popularity: 16.018
                        poster_path: /wJndYfUYeszk44ZSD5HP5rjcHAW.jpg
                        vote_average: 7.294
                        vote_count: 17
                      - adult: false
                        backdrop_path: /enI39WicJCd2zWJeDAbHUM6soxX.jpg
                        character: Self (archive footage)
                        credit_id: 613cb9e0c68b69008d51e7e4
                        episode_count: 1
                        first_air_date: '2021-08-22'
                        genre_ids:
                          - 10767
                          - 99
                        id: 133349
                        media_type: tv
                        name: When Ruby Wax Met...
                        origin_country:
                          - GB
                        original_language: en
                        original_name: When Ruby Wax Met...
                        overview: >-
                          Ruby Wax’s interviews in the 90s were some of the most
                          talked-about shows on TV. These sensational series
                          have never been repeated, and Ruby has never watched
                          them back - until now.
                        popularity: 5.463
                        poster_path: /eIkRnpnGygYbfPqrCBtPUTKtzkH.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /amtOltTVcK9vQtL1iQS6p3LBi05.jpg
                        character: Self
                        credit_id: 552137c4c3a3683453001324
                        episode_count: 1
                        first_air_date: '2015-03-23'
                        genre_ids:
                          - 10767
                        id: 62223
                        media_type: tv
                        name: The Late Late Show with James Corden
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Late Show with James Corden
                        overview: >-
                          Once Craig Ferguson retires, James Corden will be
                          taking over The Late Late Show. The show is a late
                          night talk show that interviews celebrities and has
                          its own bits. And of course, it's all hosted by James
                          Corden.
                        popularity: 323.476
                        poster_path: /qPmVoG8G9tc1nN8ZwGV2zYcknit.jpg
                        vote_average: 5.393
                        vote_count: 131
                      - adult: false
                        backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg
                        character: Self
                        credit_id: 560c0078c3a368681400632f
                        episode_count: 1
                        first_air_date: '1995-12-05'
                        genre_ids:
                          - 10764
                        id: 40605
                        media_type: tv
                        name: Die Harald Schmidt Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Harald Schmidt Show
                        overview: >-
                          The Harald Schmidt Show is a German late night talk
                          show hosted on Sky Deutschland by comedian Harald
                          Schmidt. The show first aired from 5 December 1995 to
                          23 December 2003 on Sat.1. Schmidt then moved his show
                          to Das Erste as Harald Schmidt and Schmidt & Pocher,
                          but he returned to Sat.1 on 13 September 2011. After
                          cancellation on Sat.1, the show continued on Sky
                          Deutschland in September 2012.
                        popularity: 168.487
                        poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg
                        vote_average: 7
                        vote_count: 16
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Jean-Luc Despont
                        credit_id: 6179664a9ee0ef00612ba4b3
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Tom Hanks
                        credit_id: 6179ed8dbb070d006200490e
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e99a3dc3a3682c5d006975
                        episode_count: 2
                        first_air_date: '1981-02-14'
                        genre_ids:
                          - 18
                          - 10764
                          - 35
                          - 10767
                        id: 10918
                        media_type: tv
                        name: Wetten, dass..?
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Wetten, dass..?
                        overview: >-
                          A long-running German-language entertainment
                          television show based on the format of the British
                          show You Bet! and the American show Wanna Bet?.
                        popularity: 63.202
                        poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg
                        vote_average: 5.5
                        vote_count: 18
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        character: Cleveland Carr (voice)
                        credit_id: 5679eba4c3a3685bbf0006c1
                        episode_count: 20
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /m0bV3qBiJBBlpFaaKjwHo13MVjm.jpg
                        character: Self
                        credit_id: 61ab7a730cd446004244800b
                        episode_count: 1
                        first_air_date: '2005-01-03'
                        genre_ids:
                          - 35
                          - 10767
                        id: 14981
                        media_type: tv
                        name: The Late Late Show with Craig Ferguson
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Late Show with Craig Ferguson
                        overview: >-
                          The Late Late Show with Craig Ferguson is an American
                          late-night talk show hosted by Scottish American
                          comedian Craig Ferguson, who is the third regular host
                          of the Late Late Show franchise. It follows Late Show
                          with David Letterman in the CBS late-night lineup,
                          airing weekdays in the US at 12:37 a.m. It is taped in
                          front of a live studio audience from Monday to Friday
                          at CBS Television City in Los Angeles, California,
                          directly above the Bob Barker Studio. It is produced
                          by David Letterman's production company Worldwide
                          Pants Incorporated and CBS Television Studios.


                          Since becoming host on January 3, 2005, after Craig
                          Kilborn and Tom Snyder, Ferguson has achieved the
                          highest ratings since the show's inception in 1995.
                          While the majority of the episodes focus on comedy,
                          Ferguson has also addressed difficult subject matter,
                          such as the deaths of his parents, and undertaken
                          serious interviews, such as one with Desmond Tutu,
                          which earned the show a 2009 Peabody Award.
                        popularity: 193.502
                        poster_path: /gGC7zSDgG0FY0MbM1pjfhTCWQBI.jpg
                        vote_average: 6.8
                        vote_count: 96
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self - Cameo (uncredited)
                        credit_id: 61acc59407a80800420246c3
                        episode_count: 11
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /uQUHCqxHsG9blvtCoL7vluMG9Jp.jpg
                        character: General George Meade
                        credit_id: 61bf16a1d2f5b5001caade5b
                        episode_count: 1
                        first_air_date: '2021-12-19'
                        genre_ids:
                          - 18
                          - 37
                        id: 118357
                        media_type: tv
                        name: '1883'
                        origin_country:
                          - US
                        original_language: en
                        original_name: '1883'
                        overview: >-
                          Follow the Dutton family as they embark on a journey
                          west through the Great Plains toward the last bastion
                          of untamed America. A stark retelling of Western
                          expansion, and an intense study of one family fleeing
                          poverty to seek a better future in America’s promised
                          land — Montana.
                        popularity: 98.666
                        poster_path: /waLbm384SQDwLTCn6ttPqQS5kfV.jpg
                        vote_average: 8.278
                        vote_count: 616
                      - adult: false
                        backdrop_path: /9Lsus3eIlPwtXoJIk5IGM7DWwO8.jpg
                        character: ''
                        credit_id: 574e95529251410cdc000609
                        episode_count: 1
                        first_air_date: '2016-05-31'
                        genre_ids:
                          - 35
                          - 10767
                        id: 66623
                        media_type: tv
                        name: Maya & Marty
                        origin_country:
                          - US
                        original_language: en
                        original_name: Maya & Marty
                        overview: >-
                          Within comedy circles, Maya Rudolph and Martin Short
                          are considered two of the best sketch performers in
                          the business. This series will feature sketches that
                          spoof current events, celebrities and topical trends,
                          as well as musical performances.
                        popularity: 11.103
                        poster_path: /u6wbOsArJoWoEukj1tdS4zuQ3Py.jpg
                        vote_average: 5.9
                        vote_count: 11
                      - adult: false
                        backdrop_path: /8Y8vn9feCVUoJRXpWK6xno5VrUz.jpg
                        character: Gordon
                        credit_id: 65027086d7dcd200e2fdeccc
                        episode_count: 1
                        first_air_date: '1978-09-12'
                        genre_ids:
                          - 35
                          - 18
                        id: 2251
                        media_type: tv
                        name: Taxi
                        origin_country:
                          - US
                        original_language: en
                        original_name: Taxi
                        overview: >-
                          Louie De Palma is a cantankerous, acerbic taxi
                          dispatcher in New York City. He tries to maintain
                          order over a collection of varied and strange
                          characters who drive for him. As he bullies and
                          insults them from the safety of his “cage,” they form
                          a special bond among themselves, becoming friends and
                          supporting each other through the inevitable trials
                          and tribulations of life.
                        popularity: 80.401
                        poster_path: /pua3A2XSaO6bP6WhVDBRbcyRTAS.jpg
                        vote_average: 7.2
                        vote_count: 151
                      - adult: false
                        backdrop_path: /dfX2UaHVE5c7kLBFbgmEZJuy4Ev.jpg
                        character: Self
                        credit_id: 651e78133d3557011c000b66
                        episode_count: 2
                        first_air_date: '2014-02-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 61818
                        media_type: tv
                        name: Late Night with Seth Meyers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Late Night with Seth Meyers
                        overview: >-
                          Seth Meyers, who is "Saturday Night Live’s" longest
                          serving anchor on the show’s wildly popular "Weekend
                          Update," takes over as host of NBC’s "Late Night" —
                          home to A-list celebrity guests, memorable comedy and
                          the best in musical talent. As the Emmy Award-winning
                          head writer for "SNL," Meyers has established a
                          reputation for sharp wit and perfectly timed comedy,
                          and has gained fame for his spot-on jokes and satire.
                          Meyers takes his departure from "SNL" to his new post
                          at "Late Night," as Jimmy Fallon moves to "The Tonight
                          Show".
                        popularity: 618.185
                        poster_path: /g6MrJxNaHYGYU7Sxo72e5B8gKOV.jpg
                        vote_average: 5.5
                        vote_count: 94
                      - adult: false
                        backdrop_path: /wdP0PJrLGtbCoYWTrHkEY7RkEy0.jpg
                        character: Narrator (voice)
                        credit_id: 5a3b19710e0a265f7701ce51
                        episode_count: 1
                        first_air_date: '1988-10-04'
                        genre_ids:
                          - 99
                        id: 1181
                        media_type: tv
                        name: American Experience
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Experience
                        overview: >-
                          TV's most-watched history series brings to life the
                          compelling stories from our past that inform our
                          understanding of the world today.
                        popularity: 118.798
                        poster_path: /iABtkX1IZXijc4VIbkgOLMDjmCT.jpg
                        vote_average: 7.5
                        vote_count: 30
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        character: Self
                        credit_id: 5a95c3099251415639008de4
                        episode_count: 8
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /ttN99rRQUYHD7azOl8EVmuftAGZ.jpg
                        character: Narrator
                        credit_id: 5a95c30e9251415639008e90
                        episode_count: 7
                        first_air_date: '2008-03-05'
                        genre_ids:
                          - 99
                          - 10768
                          - 80
                        id: 31750
                        media_type: tv
                        name: The War
                        origin_country:
                          - US
                        original_language: en
                        original_name: The War
                        overview: >-
                          The story of the Second World War through the personal
                          accounts of a handful of men and women from four
                          American towns. The war touched the lives of every
                          family on every street in every town in America and
                          demonstrated that in extraordinary times, there are no
                          ordinary lives.
                        popularity: 13.885
                        poster_path: /s2pJDvs6LZdijaiWCdSuLRkDryV.jpg
                        vote_average: 8.1
                        vote_count: 55
                      - adult: false
                        backdrop_path: /ttN99rRQUYHD7azOl8EVmuftAGZ.jpg
                        character: Al McIntosh (Voice)
                        credit_id: 5a95c30f9251415639008ea6
                        episode_count: 7
                        first_air_date: '2008-03-05'
                        genre_ids:
                          - 99
                          - 10768
                          - 80
                        id: 31750
                        media_type: tv
                        name: The War
                        origin_country:
                          - US
                        original_language: en
                        original_name: The War
                        overview: >-
                          The story of the Second World War through the personal
                          accounts of a handful of men and women from four
                          American towns. The war touched the lives of every
                          family on every street in every town in America and
                          demonstrated that in extraordinary times, there are no
                          ordinary lives.
                        popularity: 13.885
                        poster_path: /s2pJDvs6LZdijaiWCdSuLRkDryV.jpg
                        vote_average: 8.1
                        vote_count: 55
                      - adult: false
                        backdrop_path: /cK5AbLFBY2JDoqEdVXk0697e2SV.jpg
                        character: Tom Hanks
                        credit_id: 62661aad7fcab31167275841
                        episode_count: 1
                        first_air_date: '2006-10-11'
                        genre_ids:
                          - 35
                        id: 4608
                        media_type: tv
                        name: 30 Rock
                        origin_country:
                          - US
                        original_language: en
                        original_name: 30 Rock
                        overview: >-
                          Liz Lemon, the head writer for a late-night TV variety
                          show in New York, tries to juggle all the egos around
                          her while chasing her own dream.
                        popularity: 131.471
                        poster_path: /eYYQWACx7ttUzRwTNYuo6zveqpE.jpg
                        vote_average: 7.417
                        vote_count: 685
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        character: Self
                        credit_id: 6290cdaedf86a87625b7c57f
                        episode_count: 1
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self
                        credit_id: 5a590042925141020f00dd60
                        episode_count: 7
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 168.144
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /lPTfmwxZtauvTuqKls8EBLJeW2j.jpg
                        character: 'Trouble Boy #1'
                        credit_id: 655398d0ea84c71093ffc7a8
                        episode_count: 1
                        first_air_date: '1993-08-01'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 4981
                        media_type: tv
                        name: Fallen Angels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fallen Angels
                        overview: >-
                          A neo-noir anthology television series, set in somber
                          Los Angeles right after World War II and before the
                          election of American President John F. Kennedy. The
                          episodes, although filmed in color, mimicked what had
                          been done by Hollywood filmmakers during the film noir
                          era of the 1940s and 1950s in terms of tone, look, and
                          story content.
                        popularity: 117.943
                        poster_path: /fnbdv4uSFUGJ2jp9Gf99fYtlIu3.jpg
                        vote_average: 5.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /qFfWFwfaEHzDLWLuttWiYq7Poy2.jpg
                        character: Self
                        credit_id: 656d357a4a4bf6013d8ed636
                        episode_count: 2
                        first_air_date: '1962-10-01'
                        genre_ids:
                          - 10767
                        id: 2261
                        media_type: tv
                        name: The Tonight Show Starring Johnny Carson
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Johnny Carson
                        overview: >-
                          The Tonight Show Starring Johnny Carson is a talk show
                          hosted by Johnny Carson under The Tonight Show
                          franchise from 1962 to 1992. It originally aired
                          during late-night. For its first ten years, Carson's
                          Tonight Show was based in New York City with
                          occasional trips to Burbank, California; in May 1972,
                          the show moved permanently to Burbank, California. In
                          2002, The Tonight Show Starring Johnny Carson was
                          ranked #12 on TV Guide's 50 Greatest TV Shows of All
                          Time.
                        popularity: 377.754
                        poster_path: /oA8QVTGlAN511uCAMDN60aVQUs1.jpg
                        vote_average: 7.4
                        vote_count: 69
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Host
                        credit_id: 5a95bedd925141563900812c
                        episode_count: 12
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /3w075sQ7g6CZjghzwI05WXJOu4q.jpg
                        character: Self - Guest
                        credit_id: 5b7518b3c3a368754b00bde7
                        episode_count: 1
                        first_air_date: '1996-06-10'
                        genre_ids:
                          - 10767
                          - 10751
                          - 35
                        id: 1503
                        media_type: tv
                        name: The Rosie O'Donnell Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Rosie O'Donnell Show
                        overview: >-
                          The Rosie O'Donnell Show was an American daytime
                          television talk show hosted and produced by actress
                          and comedian Rosie O'Donnell. It aired for six seasons
                          from 1996 to 2002. Topics often discussed on the show
                          include Broadway, children, extended families and
                          charitable works, people and organizations. The show
                          was based out of Studio 8G at NBC's Rockefeller Center
                          studios in New York City, NY, USA and was produced and
                          syndicated by KidRo Productions, Telepictures
                          Productions and Warner Bros. Television.
                        popularity: 10.868
                        poster_path: /rHHSx7kyLEHK48Y3LO3sNfclOT2.jpg
                        vote_average: 3.5
                        vote_count: 14
                      - adult: false
                        backdrop_path: /f6qmI9ZZqL3GzBdj0MnYWscE2CV.jpg
                        character: Self
                        credit_id: 62b724eca61de103b61e21ea
                        episode_count: 1
                        first_air_date: '1997-05-10'
                        genre_ids:
                          - 99
                        id: 113667
                        media_type: tv
                        name: Scene by Scene
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Scene by Scene
                        overview: >-
                          Mark Cousins invites film actors and directors to
                          watch major scenes in their career to date, and to
                          talk us through them.
                        popularity: 11.779
                        poster_path: /9XNpNhfmDu7O8IiItkSCSLtYNJ7.jpg
                        vote_average: 6
                        vote_count: 3
                      - adult: false
                        backdrop_path: /nWfpVLgioDXQsAbfL6UJxYz6d3d.jpg
                        character: Narrator (voice)
                        credit_id: 5bfd3d5092514111160266fb
                        episode_count: 10
                        first_air_date: '2010-03-14'
                        genre_ids:
                          - 18
                          - 10759
                          - 10768
                        id: 16997
                        media_type: tv
                        name: The Pacific
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pacific
                        overview: >-
                          Track the intertwined real-life stories of three U.S.
                          Marines – Robert Leckie, John Basilone, and Eugene
                          Sledge – across the vast canvas of the Pacific Theater
                          during World War II. A companion piece to the 2001
                          miniseries Band of Brothers.
                        popularity: 58.416
                        poster_path: /x9Y1IMFdY8Ma222KcQadFEau0EB.jpg
                        vote_average: 7.8
                        vote_count: 2334
                      - adult: false
                        backdrop_path: /n8FhfKd8dqFsIaTHFI637j3lnOt.jpg
                        character: Colonel Tom Parker (archive footage)
                        credit_id: 65d2bd3dc2b9df017b0a48d5
                        episode_count: 1
                        first_air_date: '2012-02-13'
                        genre_ids: []
                        id: 122843
                        media_type: tv
                        name: Honest Trailers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Honest Trailers
                        overview: >-
                          Trailers that tell you the TRUTH about your favorite
                          movies and TV shows: Honest Trailers. These are the
                          hilarious trailers the producers don't want you to
                          see...
                        popularity: 50.452
                        poster_path: /5wZDu7JVXqmzJLthh1ngIfLmKIS.jpg
                        vote_average: 6.4
                        vote_count: 24
                      - adult: false
                        backdrop_path: /lkrwXeQyxfXZy27J6RbpHPDGDxb.jpg
                        character: Self - Narrator (voice)
                        credit_id: 65ca0fb6ce6c4c0149b9f381
                        episode_count: 2
                        first_air_date: '2025-02-23'
                        genre_ids:
                          - 99
                        id: 246212
                        media_type: tv
                        name: The Americas
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Americas
                        overview: >-
                          A showcase of the wonders, secrets and fragilities of
                          the Americas, narrated by Tom Hanks.
                        popularity: 4.515
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self - Guest
                        credit_id: 635351f89369a2007c2c4030
                        episode_count: 4
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 168.144
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5cd83aa59251417580ce9110
                        episode_count: 1
                        first_air_date: '1948-01-01'
                        genre_ids:
                          - 10764
                        id: 89293
                        media_type: tv
                        name: Bambi Awards
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Bambi-Verleihung
                        overview: >-
                          The Bambi, often called the Bambi Award and stylised
                          as BAMBI, is a German award presented annually by
                          Hubert Burda Media to recognize excellence in
                          international media and television to personalities in
                          the media, arts, culture, sports, and other fields
                          "with vision and creativity who affected and inspired
                          the German public that year", both domestic and
                          foreign. First held in 1948, it is the oldest media
                          award in Germany. The trophy is named after Felix
                          Salten's book Bambi, A Life in the Woods and its
                          statuettes are in the shape of the novel's titular
                          fawn character. They were originally made of porcelain
                          until 1958, when the organizers switched to using
                          gold, with the casting done by the art casting
                          workshop of Ernst Strassacker in Süßen.
                        popularity: 235.971
                        poster_path: /7Bc1fE5mKIYmhhgl0fVcw3nvDra.jpg
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /zbhgW0bQu9iRavslj8fG1XS50kg.jpg
                        character: Self
                        credit_id: 660c04220b5fd6017c37e152
                        episode_count: 2
                        first_air_date: '1981-09-15'
                        genre_ids:
                          - 10763
                        id: 1387
                        media_type: tv
                        name: Entertainment Tonight
                        origin_country:
                          - US
                        original_language: en
                        original_name: Entertainment Tonight
                        overview: >-
                          Daily tabloid television news show on entertainment
                          and celebrity news with unprecedented access to
                          Hollywood's biggest stars, exclusive behind-the-scenes
                          looks at upcoming film and television projects, as
                          well as the real story behind Hollywood's latest news.
                        popularity: 18.798
                        poster_path: /rVAMCmlyDqhw20NHg5jk9sMuMNg.jpg
                        vote_average: 3.7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /aplztf8fotkLOnwBM0bNfNmlxSo.jpg
                        character: Rick Martin
                        credit_id: 5d8405f97aecc6025208c6cb
                        episode_count: 1
                        first_air_date: '1977-09-24'
                        genre_ids:
                          - 18
                          - 35
                        id: 1823
                        media_type: tv
                        name: The Love Boat
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Love Boat
                        overview: >-
                          Passengers who search for romantic nights aboard a
                          beautiful ship travelling to tropical or mysterious
                          countries, decide to pass their vacation aboard the
                          "Love Boat", where Gopher, Dr. Bricker, Isaac, Julie,
                          and Captain Stubing try their best to please them, and
                          sometimes help them fall in love. Things are not
                          always so easy, but in the end, love wins.
                        popularity: 134.197
                        poster_path: /fnsnazlj2bt3Fuj0pJ7wBPmuMLO.jpg
                        vote_average: 6.3
                        vote_count: 179
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Efrim
                        credit_id: 5dc2d7b19d8939001833a33e
                        episode_count: 1
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self (archive footage)
                        credit_id: 5dc3547e5aadc4001820f899
                        episode_count: 1
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self
                        credit_id: 5dc35845470ead00138c9d4e
                        episode_count: 2
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6648d9f6ff9ef892828e7bbb
                        episode_count: 1
                        first_air_date: '1967-12-04'
                        genre_ids:
                          - 10763
                        id: 105058
                        media_type: tv
                        name: Titel, Thesen, Temperamente
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Titel, Thesen, Temperamente
                        overview: ''
                        popularity: 15.275
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /7OrDrYlFhOgFFVid3XloFXFhIaR.jpg
                        character: Self - Guest
                        credit_id: 63b191895ad76b0085e6a55c
                        episode_count: 1
                        first_air_date: '2021-01-15'
                        genre_ids:
                          - 10767
                          - 10751
                          - 10764
                        id: 132374
                        media_type: tv
                        name: Carina Bergfeldt
                        origin_country:
                          - SE
                        original_language: sv
                        original_name: Carina Bergfeldt
                        overview: ''
                        popularity: 8.145
                        poster_path: /mBa1ekpNKaCNvRjgIPLyyE5pBi9.jpg
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: Self - Guest
                        credit_id: 63bb415aa6e2d20083e17d5a
                        episode_count: 1
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg
                        character: Self
                        credit_id: 5e27a835ed2ac200123ad1d8
                        episode_count: 2
                        first_air_date: '2015-08-02'
                        genre_ids:
                          - 10767
                        id: 63498
                        media_type: tv
                        name: Close Up with The Hollywood Reporter
                        origin_country:
                          - US
                        original_language: en
                        original_name: Close Up with The Hollywood Reporter
                        overview: >-
                          Some of this year's most talked about talent open up
                          about the challenges and triumphs of creating
                          critically acclaimed series and performances.
                        popularity: 113.56
                        poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg
                        vote_average: 5.735
                        vote_count: 17
                      - adult: false
                        backdrop_path: /9wCzrCZBNZlCSalLgrYL8uQjrSy.jpg
                        character: Self
                        credit_id: 63defe119974ee0b63f2729d
                        episode_count: 1
                        first_air_date: '2020-04-27'
                        genre_ids:
                          - 10767
                        id: 113445
                        media_type: tv
                        name: Reunited Apart
                        origin_country: []
                        original_language: en
                        original_name: Reunited Apart
                        overview: >-
                          Josh Gad reunites the cast and crews of various
                          classic movies, and discusses the the films in
                          hilarious yet heartfelt conversations.
                        popularity: 20.871
                        poster_path: /A1o2EkmtYw8hMFeebobxppmDUDy.jpg
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: ''
                        credit_id: 63d6759f955c65007baa45c1
                        episode_count: 1
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /1y05rGhHbbHPdY3Mvf3PuPH0tCE.jpg
                        character: ''
                        credit_id: 63fec1909f1be700869f3db4
                        episode_count: 1
                        first_air_date: '2001-06-20'
                        genre_ids:
                          - 35
                          - 10767
                        id: 17046
                        media_type: tv
                        name: Primetime Glick
                        origin_country:
                          - US
                        original_language: en
                        original_name: Primetime Glick
                        overview: >-
                          Talk-show parody featuring obese host Jiminy Glick,
                          who usually knows nothing about his guests and hurls
                          veiled insults at them during his interviews.
                        popularity: 12.933
                        poster_path: /9GEzuGqRaqIjCmT3KImOntRpQzf.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /l9Z2Yxbk6VYZ1svKwSsmSFg24AL.jpg
                        character: Self
                        credit_id: 6673ea115e075f5b74a3c2a1
                        episode_count: 9
                        first_air_date: '2021-09-09'
                        genre_ids:
                          - 99
                        id: 254647
                        media_type: tv
                        name: 'Clint Eastwood: A Cinematic Legacy'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Clint Eastwood: A Cinematic Legacy'
                        overview: >-
                          As he enters his eighth decade in the movies, Warner
                          Bros. celebrates this cinematic icon - actor,
                          producer, director, master filmmaker - with 9 new
                          documentaries covering the entire breadth of
                          Eastwood's remarkable career.
                        popularity: 17.636
                        poster_path: /seubUUPEFeqzvat64X6GdGu3VVb.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5e80a95da4f03c0014b70985
                        episode_count: 1
                        first_air_date: '1996-01-28'
                        genre_ids: []
                        id: 45336
                        media_type: tv
                        name: Ruby Wax Meets
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Ruby Wax Meets
                        overview: >-
                          A series of BBC television celebrity
                          profiles/portraits featuring Ruby Wax.
                        popularity: 10.086
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /kgYpilCpxcED0qqZQVdzWXXK2pD.jpg
                        character: Reader / Roy Olmstead (voice)
                        credit_id: 5eaa7f49945d36002085c432
                        episode_count: 3
                        first_air_date: '2011-10-02'
                        genre_ids:
                          - 99
                        id: 39983
                        media_type: tv
                        name: Prohibition
                        origin_country:
                          - US
                        original_language: en
                        original_name: Prohibition
                        overview: >-
                          The history of the rise, rule and fall of the
                          Eighteenth Amendment to the United States Constitution
                          and the entire era it encompassed (1920-33). After
                          nearly a century of activism, Prohibition was intended
                          to improve the lives of all citizens by protecting
                          individuals, families and society at large from the
                          devastating effects of alcohol abuse; but
                          paradoxically it made millions of people rethink their
                          definition of morality.
                        popularity: 22.591
                        poster_path: /dhZKY66U37aIJVxA6OsR95efTkI.jpg
                        vote_average: 7.9
                        vote_count: 46
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5ed8e2fa1b157d001f5badff
                        episode_count: 1
                        first_air_date: '2000-04-10'
                        genre_ids:
                          - 10767
                        id: 104370
                        media_type: tv
                        name: Koschwitz
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Koschwitz
                        overview: ''
                        popularity: 10.939
                        poster_path: null
                        vote_average: 3
                        vote_count: 1
                      - adult: false
                        backdrop_path: /7XjGEkr6mAVA3TUVYpBMQFLhSL3.jpg
                        character: Tom Hanks
                        credit_id: 5ef10d9c283ed900388fe017
                        episode_count: 1
                        first_air_date: '1995-09-13'
                        genre_ids:
                          - 35
                        id: 11894
                        media_type: tv
                        name: The Naked Truth
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Naked Truth
                        overview: >-
                          The Naked Truth is an American television sitcom that
                          aired on ABC from 1995 to 1996, and on NBC from 1996
                          to 1998. The series stars Téa Leoni and co-starred
                          Holland Taylor. The show took place at the office of a
                          tabloid news publication.
                        popularity: 29.565
                        poster_path: /cXxh8emuJhYIDV82vXEZ2sC6lHX.jpg
                        vote_average: 6.4
                        vote_count: 16
                      - adult: false
                        backdrop_path: /sdnWyqxGKx5nmZcSZJ6zJkX5kJp.jpg
                        character: Self
                        credit_id: 669d53dbd3281ac9fd880ac8
                        episode_count: 1
                        first_air_date: '2004-09-01'
                        genre_ids:
                          - 10763
                          - 99
                        id: 105333
                        media_type: tv
                        name: Kulturplatz
                        origin_country:
                          - CH
                        original_language: de
                        original_name: Kulturplatz
                        overview: ''
                        popularity: 23.948
                        poster_path: /2yHMMrHsmMbvMPHLrsYH4epu5M.jpg
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: Self
                        credit_id: 5f0f4a69afe2240034e05b22
                        episode_count: 3
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /gqzbvkD5KEeyzLBCUoERtsnjNGt.jpg
                        character: Self
                        credit_id: 66b075878f19bbb05bda5c83
                        episode_count: 1
                        first_air_date: '2012-10-12'
                        genre_ids:
                          - 35
                        id: 120516
                        media_type: tv
                        name: The Greatest Event in Television History
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Greatest Event in Television History
                        overview: >-
                          Adam Scott is determined to make the greatest event in
                          television history by remaking the opening sequences
                          of TV shows.
                        popularity: 14.217
                        poster_path: /abiiLt0LCFItR6VPtn5MT3NwJKK.jpg
                        vote_average: 7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /kCcH5XGInPxDuhwfZJUBUFb0JUi.jpg
                        character: self
                        credit_id: 5fd610cd55937b003fc60833
                        episode_count: 1
                        first_air_date: '1997-03-11'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 42265
                        media_type: tv
                        name: Taff
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Taff
                        overview: >-
                          Taff is a tabloid news magazine airing on the German
                          television network, ProSieben.
                        popularity: 313.599
                        poster_path: /2XJlnWPmoNLuaa85ol8Xe3GXYVm.jpg
                        vote_average: 3.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /2Ib8kvWa9gGhJrAfGlhIvbmtbWn.jpg
                        character: Self
                        credit_id: 5fe7867731644b0040fe4266
                        episode_count: 3
                        first_air_date: '2010-11-08'
                        genre_ids:
                          - 10767
                          - 35
                          - 10763
                        id: 32415
                        media_type: tv
                        name: Conan
                        origin_country:
                          - US
                        original_language: en
                        original_name: Conan
                        overview: >-
                          A late night television talk show hosted by  Conan
                          O'Brien.
                        popularity: 244.673
                        poster_path: /oQxrvUhP3ycwnlxIrIMQ9Z3kleq.jpg
                        vote_average: 7
                        vote_count: 224
                      - adult: false
                        backdrop_path: /pxeqQX4qFQ0cVxPt5SWZENV5BH3.jpg
                        character: Tom Hanks (voice)
                        credit_id: 66e46453c81b24b3fe242ec1
                        episode_count: 1
                        first_air_date: '1989-12-17'
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 456
                        media_type: tv
                        name: The Simpsons
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Simpsons
                        overview: >-
                          Set in Springfield, the average American town, the
                          show focuses on the antics and everyday adventures of
                          the Simpson family; Homer, Marge, Bart, Lisa and
                          Maggie, as well as a virtual cast of thousands. Since
                          the beginning, the series has been a pop culture icon,
                          attracting hundreds of celebrities to guest star. The
                          show has also made name for itself in its fearless
                          satirical take on politics, media and American life in
                          general.
                        popularity: 820.535
                        poster_path: /vHqeLzYl3dEAutojCO26g0LIkom.jpg
                        vote_average: 8.018
                        vote_count: 9969
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Winner
                        credit_id: 67008bc267c6fb09fff82763
                        episode_count: 3
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Nominee
                        credit_id: 6706f6f63abedc1d3b6a2a75
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Audience Member
                        credit_id: 6710d1401f9d0ee4b8c9e024
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6716d4581e22d3fb6bbd38be
                        episode_count: 1
                        first_air_date: '1998-01-09'
                        genre_ids:
                          - 10767
                        id: 213221
                        media_type: tv
                        name: Parkinson
                        origin_country:
                          - US
                        original_language: en
                        original_name: Parkinson
                        overview: >-
                          Michael Parkinson returns for a second run of his
                          iconic talk show.
                        popularity: 24.186
                        poster_path: /z8lBCnZSmHpk9OPSeZsicx9Tquw.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Presenter
                        credit_id: 675065a45f744bf1741e0a02
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg
                        character: Self
                        credit_id: 675f70dd96cfddbf19ccc91c
                        episode_count: 2
                        first_air_date: '2014-12-21'
                        genre_ids:
                          - 10767
                        id: 105197
                        media_type: tv
                        name: 'Variety Studio: Actors on Actors'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Variety Studio: Actors on Actors'
                        overview: >-
                          PBS SoCal and Variety take you inside the biggest
                          movies and TV shows of the past year through candid
                          conversations with today's hottest actors. Hosted by
                          Variety Film Awards Editor Clayton Davis and Variety
                          Chief Correspondent Elizabeth Wagmeister, each episode
                          brings together pairs of actors engaging in intimate
                          one-on-one discussions about their craft and work.
                        popularity: 112.501
                        poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg
                        vote_average: 4.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: /cOtwlGs2YO1a4opWFWA9cpXdPib.jpg
                        character: Efrim
                        credit_id: 67607ac286258a6fb7636d51
                        episode_count: 1
                        first_air_date: '2005-12-03'
                        genre_ids:
                          - 35
                        id: 279618
                        media_type: tv
                        name: SNL Digital Shorts
                        origin_country:
                          - US
                        original_language: en
                        original_name: SNL Digital Shorts
                        overview: >-
                          An SNL Digital Short is one in a series of comedic and
                          often musical video shorts created for airing on NBC's
                          Saturday Night Live, generally produced and written by
                          The Lonely Island (Jorma Taccone, Akiva Schaffer and
                          Andy Samberg), though originated by Adam McKay, in
                          collaboration with SNL hosts, writers, and cast
                          members. The segments were originally recorded with
                          consumer grade digital video cameras and edited on
                          personal computers. It is usual for the episode's
                          hosts and musical guests (the latter on rarer
                          occasions) to take part in the episode's short, and
                          several shorts have included celebrity cameos.
                        popularity: 13.836
                        poster_path: /bELQ9yJeG4pUJ7woEg0BqF3KVvY.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self
                        credit_id: 677471b963f90f8f6692a6c2
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /gdGIwCH9OS2w2USTKUlcTppXfXz.jpg
                        credit_id:
                          type: string
                          example: 52fe4365c3a36847f805145d
                        department:
                          type: string
                          example: Production
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '1998-04-05'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 14
                          example:
                            - 14
                            - 35
                            - 10751
                        id:
                          type: number
                          example: 2698
                        job:
                          type: string
                          example: Executive Producer
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: From the Earth to the Moon
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: From the Earth to the Moon
                        original_title:
                          type: string
                          example: Evan Almighty
                        overview:
                          type: string
                          example: >-
                            Junior congressman Evan Baxter, whose wish is to
                            "change the world" is heard by none other than God.
                            When God appears with the perplexing request to
                            build an ark, Evan is sure he is losing it.
                        popularity:
                          type: number
                          example: 27.676
                        poster_path:
                          type: string
                          example: /ekz3L6VcvtEjIQ1bYcFQlgilg49.jpg
                        release_date:
                          type: string
                          example: '2007-06-09'
                        title:
                          type: string
                          example: Evan Almighty
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 5.6
                        vote_count:
                          type: number
                          example: 4275
                    example:
                      - adult: false
                        backdrop_path: /gdGIwCH9OS2w2USTKUlcTppXfXz.jpg
                        credit_id: 52fe4365c3a36847f805145d
                        department: Production
                        genre_ids:
                          - 14
                          - 35
                          - 10751
                        id: 2698
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Evan Almighty
                        overview: >-
                          Junior congressman Evan Baxter, whose wish is to
                          "change the world" is heard by none other than God.
                          When God appears with the perplexing request to build
                          an ark, Evan is sure he is losing it.
                        popularity: 27.676
                        poster_path: /ekz3L6VcvtEjIQ1bYcFQlgilg49.jpg
                        release_date: '2007-06-09'
                        title: Evan Almighty
                        video: false
                        vote_average: 5.6
                        vote_count: 4275
                      - adult: false
                        backdrop_path: /y8Mabq84N0d5fm83CWb9Zkltkwr.jpg
                        credit_id: 52fe4400c3a36847f807c963
                        department: Production
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                        id: 5255
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Polar Express
                        overview: >-
                          When a doubting young boy takes an extraordinary train
                          ride to the North Pole, he embarks on a journey of
                          self-discovery that shows him that the wonder of life
                          never fades for those who believe.
                        popularity: 115.406
                        poster_path: /axwMKhHq4bA5jP1KSxOAyfrOsGC.jpg
                        release_date: '2004-11-10'
                        title: The Polar Express
                        video: false
                        vote_average: 6.7
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        credit_id: 52fe44029251416c91001f65
                        department: Writing
                        genre_ids:
                          - 99
                        id: 30172
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'Magnificent Desolation: Walking on the Moon'
                        overview: >-
                          Twelve men who belong to one of the world's most
                          exclusive fraternities -- people who've walked on the
                          surface of the moon -- are paid homage in this
                          documentary. Using newsreel footage, rare NASA
                          photographs, and digitally animated re-creations,
                          Magnificent Desolation: Walking on the Moon examines
                          the Apollo missions between 1969 and 1972 which put
                          astronauts on the moon.
                        popularity: 2.831
                        poster_path: /r37asMhJd2iX030bxFl4l66c6za.jpg
                        release_date: '2005-09-23'
                        title: 'Magnificent Desolation: Walking on the Moon'
                        video: false
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6MyFH4phzKMxdvuk8ZfI1fohMz7.jpg
                        credit_id: 52fe4459c3a36847f8090d5b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 6538
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Charlie Wilson's War
                        overview: >-
                          In the 1980s U.S. Rep. Charlie Wilson, Texas socialite
                          Joanne Herring and CIA agent Gust Avrakotos form an
                          unlikely alliance to boost funding for Afghan freedom
                          fighters in their war against invading Soviets. The
                          trio's successful efforts to finance these covert
                          operations contributes to the fall of the Soviet Union
                          and the end of the Cold War.
                        popularity: 15.011
                        poster_path: /45FghqcdSYRWK7PsHUInaFPNd8l.jpg
                        release_date: '2007-12-19'
                        title: Charlie Wilson's War
                        video: false
                        vote_average: 6.537
                        vote_count: 1474
                      - adult: false
                        backdrop_path: /85BQpS3lEA7wESlGUCFQZNoPoo8.jpg
                        credit_id: 52fe446c9251416c750342a5
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 11631
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mamma Mia!
                        overview: >-
                          Donna Sheridan, an independent, single mother who owns
                          a small hotel on a Greek island, is preparing for her
                          daughter's wedding, along with the help of her two old
                          friends, Tanya and Rosie. Meanwhile Sophie, the
                          spirited bride, has a plan. She secretly invites three
                          of her mother's ex-lovers - Sam, Harry, and Bill - in
                          hope of finding her biological father and having him
                          escort her down the aisle on her big day.
                        popularity: 37.164
                        poster_path: /zdUA4FNHbXPadzVOJiU0Rgn6cHR.jpg
                        release_date: '2008-07-03'
                        title: Mamma Mia!
                        video: false
                        vote_average: 7
                        vote_count: 6530
                      - adult: false
                        backdrop_path: /3d8Y4q172YFp2obUdfMjyErB7eU.jpg
                        credit_id: 52fe44a1c3a36847f80a107b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8346
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding
                        overview: >-
                          A young Greek woman falls in love with a non-Greek and
                          struggles to get her family to accept him while she
                          comes to terms with her heritage and cultural
                          identity.
                        popularity: 12.884
                        poster_path: /ztc05ym0T3stnBpRHdxEs3Zwsmp.jpg
                        release_date: '2002-04-19'
                        title: My Big Fat Greek Wedding
                        video: false
                        vote_average: 6.494
                        vote_count: 2119
                      - adult: false
                        backdrop_path: /ioqaIhJSkwa9DGRHGtOOUTiGRs2.jpg
                        credit_id: 52fe44a2c3a36847f80a14ed
                        department: Production
                        genre_ids:
                          - 12
                          - 18
                        id: 8358
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Cast Away
                        overview: >-
                          Chuck Nolan, a top international manager for FedEx,
                          and Kelly, a Ph.D. student, are in love and heading
                          towards marriage. Then Chuck's plane to Malaysia
                          crashes at sea during a terrible storm. He's the only
                          survivor, and finds himself marooned on a desolate
                          island. With no way to escape, Chuck must find ways to
                          survive in his new home.
                        popularity: 48.135
                        poster_path: /7lLJgKnAicAcR5UEuo8xhSMj18w.jpg
                        release_date: '2000-12-22'
                        title: Cast Away
                        video: false
                        vote_average: 7.663
                        vote_count: 11405
                      - adult: false
                        backdrop_path: /zT7GDvQl2zgs0p3Z2wGwxsaEjNZ.jpg
                        credit_id: 52fe4545c3a36847f80c4c03
                        department: Production
                        genre_ids:
                          - 14
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 9906
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Ant Bully
                        overview: >-
                          Fed up with being targeted by the neighborhood bully,
                          10-year-old Lucas Nickle vents his frustrations on the
                          anthill in his front yard ... until the insects shrink
                          him to the size of a bug with a magic elixir.
                          Convicted of "crimes against the colony," Lucas can
                          only regain his freedom by living with the ants and
                          learning their ways.
                        popularity: 27.227
                        poster_path: /oFuqX0inTvbA1XAFv2x3CQnI65m.jpg
                        release_date: '2006-07-28'
                        title: The Ant Bully
                        video: false
                        vote_average: 5.734
                        vote_count: 1367
                      - adult: false
                        backdrop_path: /n8KxhAnfoAFoOrYLQcHi7nhp1zB.jpg
                        credit_id: 52fe457f9251416c750589d7
                        department: Production
                        genre_ids:
                          - 12
                          - 10751
                          - 14
                        id: 13600
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: City of Ember
                        overview: >-
                          For generations, the people of the City of Ember have
                          flourished in an amazing world of glittering lights.
                          But Ember's once powerful generator is failing and the
                          great lamps that illuminate the city are starting to
                          flicker. Now, two teenagers, in a race against time,
                          must search Ember for clues that will unlock the
                          ancient mystery of the city's existence, before the
                          the lights go out forever.
                        popularity: 18.566
                        poster_path: /xHYxFNsl8KuT4tHai8d1Y5gJI0F.jpg
                        release_date: '2008-10-07'
                        title: City of Ember
                        video: false
                        vote_average: 6.3
                        vote_count: 1731
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        credit_id: 52fe450ec3a36847f80b9bb3
                        department: Writing
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        credit_id: 52fe450ec3a36847f80b9bad
                        department: Directing
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /7rFTO7yEJaAXzx3OX1wHgVzVTXc.jpg
                        credit_id: 52fe46d89251416c75085741
                        department: Production
                        genre_ids:
                          - 10751
                          - 14
                          - 18
                          - 12
                        id: 16523
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Where the Wild Things Are
                        overview: >-
                          Max imagines running away from his mom and sailing to
                          a far-off land where large talking beasts—Ira, Carol,
                          Douglas, the Bull, Judith and Alexander—crown him as
                          their king, play rumpus, build forts and discover
                          secret hideaways.
                        popularity: 17.259
                        poster_path: /sDFV9VEjwTUWF1s5sjOllsb70jk.jpg
                        release_date: '2009-10-16'
                        title: Where the Wild Things Are
                        video: false
                        vote_average: 6.499
                        vote_count: 1835
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 52fe499dc3a36847f81a3b4f
                        department: Writing
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 52fe499dc3a36847f81a3b15
                        department: Directing
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /hFeW14oNRU0hKiILAUKZVrilFBg.jpg
                        credit_id: 60ea47b48258fc0030edcccc
                        department: Production
                        genre_ids:
                          - 10402
                          - 99
                        id: 31107
                        job: Executive Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        overview: "On October 29th and 30th, 2009, rock 'n' roll royalty held court at Madison Square Garden for what have been called 'the best concerts ever,' and 'where rock 'n' roll history was made.'\r The concerts featured a who's who of rock 'n' roll from the '50s to the '90s and included artists performing together in unprecedented combinations that will most likely never be witnessed again.\r 'The 25th Anniversary Rock and Roll Hall of Fame Anniversary Concerts' included sets by Crosby, Stills & Nash; Stevie Wonder; Paul Simon; Simon & Garfunkel; Aretha Franklin; Metallica; U2; Jeff Beck and Bruce Springsteen & the E-Street Band. Joining this iconic line up on stage were special guests including: Jerry Lee Lewis, Bonnie Raitt, Jackson Browne, Smokey Robinson, B.B. King, Annie Lennox, Lou Reed, John Fogerty, Mick Jagger, Fergie and others.\r A 4-hour special of the concerts aired on HBO to high ratings, and was seen by tens of millions. Now this historic event is available on DVD."
                        popularity: 3.371
                        poster_path: /yvVW8X56vjGWEP7zLJyLWK19mk8.jpg
                        release_date: '2009-11-29'
                        title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        video: true
                        vote_average: 8
                        vote_count: 15
                      - adult: false
                        backdrop_path: /c8sODXEgANa49CdcHc9NgNBexdF.jpg
                        credit_id: 533be86fc3a36824820003d3
                        department: Production
                        genre_ids:
                          - 36
                          - 18
                        id: 209262
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Parkland
                        overview: >-
                          November 22nd, 1963 was a day that changed the world
                          forever — when young American President John F.
                          Kennedy was assassinated in Dallas, Texas. This film
                          follows, almost in real time, a handful of individuals
                          forced to make split-second decisions after an event
                          that would change their lives and forever alter the
                          world’s landscape.
                        popularity: 13.197
                        poster_path: /23jc1Hclf1FFxpyYs9A4SxfRbK3.jpg
                        release_date: '2013-10-02'
                        title: Parkland
                        video: false
                        vote_average: 6.2
                        vote_count: 362
                      - adult: false
                        backdrop_path: /pY9vGDtO6PKMZHvth3FCQkncgUW.jpg
                        credit_id: 5472005d9251410ebc0012a9
                        department: Production
                        genre_ids:
                          - 18
                        id: 305642
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Ithaca
                        overview: >-
                          In a small town in California's San Joaquin Valley,
                          14-year-old Homer Macauley is determined to be the
                          best and fastest bicycle telegraph messenger anyone
                          has ever seen. His older brother has gone to war,
                          leaving Homer to look after his widowed mother, his
                          older sister and his 4-year-old brother, Ulysses. And
                          so it is that as spring turns to summer, 1942, Homer
                          Macauley delivers messages of love, hope, pain... and
                          death... to the good people of Ithaca. And Homer
                          Macauley will grapple with one message that will
                          change him forever - from a boy into a man. Based on
                          Pulitzer Prize-winning author William Saroyan's 1943
                          novel, The Human Comedy, ITHACA is the quintessential
                          wartime tale of the Home Front. It is a coming-of-age
                          story about the exuberance of youth, the sweetness of
                          life, the sting of death and the modesty and sheer
                          goodness that lives in each and every one of us.
                        popularity: 6.852
                        poster_path: /oCyNJbfZ7kQVhRyOlNcJhlsizLb.jpg
                        release_date: '2015-10-29'
                        title: Ithaca
                        video: false
                        vote_average: 5.3
                        vote_count: 95
                      - adult: false
                        backdrop_path: /bzjGojNGoLuGvbaeEbjI8BFhJ1f.jpg
                        credit_id: 54ad733cc3a36856c20000c0
                        department: Production
                        genre_ids:
                          - 35
                        id: 16279
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Great Buck Howard
                        overview: >-
                          When a law school dropout answers an advertisement to
                          be a personal assistant he unknowingly signs on to
                          work for a belligerent has-been magician struggling to
                          resurrect his career. This leads to a journey across
                          the country staging the comeback of a lifetime.
                        popularity: 8.437
                        poster_path: /iglKvmA7sq6Pnd6KWFnT6WW9Vpn.jpg
                        release_date: '2008-01-18'
                        title: The Great Buck Howard
                        video: false
                        vote_average: 6
                        vote_count: 241
                      - adult: false
                        backdrop_path: /2NGBchckkORvJ94ojJWQDqgVvEX.jpg
                        credit_id: 55528d24c3a36834e1005cda
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                          - 878
                        id: 339988
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Circle
                        overview: >-
                          A young tech worker takes a job at a powerful Internet
                          corporation, quickly rises up the company's ranks, and
                          soon finds herself in a perilous situation concerning
                          privacy, surveillance and freedom. She comes to learn
                          that her decisions and actions will determine the
                          future of humanity.
                        popularity: 18.017
                        poster_path: /bQVqd5rWrx5GbXhJNuvKy4Viz6j.jpg
                        release_date: '2017-04-27'
                        title: The Circle
                        video: false
                        vote_average: 5.518
                        vote_count: 4389
                      - adult: false
                        backdrop_path: /k1ihRy8yT0c0VO4ecyVlYaNic2H.jpg
                        credit_id: 56013c2d925141775d0010fd
                        department: Production
                        genre_ids:
                          - 99
                        id: 250011
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'David McCullough: Painting with Words'
                        overview: >-
                          Author/historian David McCullough welcomes viewers
                          into his public and private world in this film.
                          Produced by Tom Hanks and Gary Goetzman--who adapted
                          McCullough's 'John Adams' for the 7-part HBO
                          miniseries--this documentary paints an affectionate,
                          first-person portrait of the two-time Pulitzer Prize
                          winner as he gives a speech and even visits his old
                          Brooklyn neighborhood.
                        popularity: 8.189
                        poster_path: /3gV694zZKVb7auJL5v8qQpnXLYK.jpg
                        release_date: '2008-05-28'
                        title: 'David McCullough: Painting with Words'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 56631ea09251412ac6004452
                        department: Production
                        genre_ids:
                          - 99
                        id: 243784
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Assassination of President Kennedy
                        overview: >-
                          Produced by multiple EMMY® Award-winning executive
                          producers Tom Hanks and Gary Goetzman (HBO’s John
                          Adams and The Pacific), and EMMY® Award-winning
                          producer Mark Herzog (History’s Gettysburg) of Herzog
                          & Company (HCO), on Thursday, Nov. 14, CNN will
                          premiere The Assassination of President Kennedy at
                          9:00pm ET and PT.  The two-hour film explores the
                          events on the day that changed the nation – and the
                          world, as well as how the public’s perceptions of what
                          happened that day have changed through the years.
                        popularity: 1.506
                        poster_path: /f9wlGMzNiphwtaiWCG0rL2KdUOO.jpg
                        release_date: '2013-11-14'
                        title: The Assassination of President Kennedy
                        video: false
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 5693142592514115ce003b05
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /9ZznETDyfPWVugRiv0jfGrkRftw.jpg
                        credit_id: 6205c44815a4a1006c745b94
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                        id: 937278
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: A Man Called Otto
                        overview: >-
                          When a lively young family moves in next door, grumpy
                          widower Otto Anderson meets his match in a
                          quick-witted, pregnant woman named Marisol, leading to
                          an unlikely friendship that turns his world upside
                          down.
                        popularity: 51.977
                        poster_path: /130H1gap9lFfiTF9iDrqNIkFvC9.jpg
                        release_date: '2022-12-28'
                        title: A Man Called Otto
                        video: false
                        vote_average: 7.766
                        vote_count: 2821
                      - adult: false
                        backdrop_path: null
                        credit_id: 639b9db581a7fc007c3ea65c
                        department: Production
                        genre_ids:
                          - 99
                          - 10770
                        id: 1061818
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: '''Tis the Season: The Holidays on Screen'
                        overview: >-
                          CNN Documentary Covering the History and Impact of
                          Christmas Movies and TV
                        popularity: 2.828
                        poster_path: /ie5zpIgWKKKAU24flhdO3FjrUVD.jpg
                        release_date: '2022-11-27'
                        title: '''Tis the Season: The Holidays on Screen'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /9yCswkBvfdDjcdkKLynMqgH6Ekh.jpg
                        credit_id: 639b566404733f00a2e7ab97
                        department: Production
                        genre_ids:
                          - 10402
                        id: 1061712
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Beautiful
                        overview: >-
                          Film adaptation of the stage musical "Beautiful: The
                          Carole King Musical".
                        popularity: 0.965
                        poster_path: /3czKm9ZeVGBq0e8xdGZjtKGgPAs.jpg
                        release_date: ''
                        title: Beautiful
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ur8KwyzeUzOKSY5H8loqMSsmHS7.jpg
                        credit_id: 576aff4bc3a36822bd0014f1
                        department: Production
                        genre_ids:
                          - 10749
                          - 35
                        id: 302688
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding 2
                        overview: >-
                          The continuing adventures of the Portokalos family. A
                          follow-up to the 2002 comedy, "My Big Fat Greek
                          Wedding."
                        popularity: 16.81
                        poster_path: /lfPqApnLVPsYfdbpSHNnHIxTdmd.jpg
                        release_date: '2016-03-23'
                        title: My Big Fat Greek Wedding 2
                        video: false
                        vote_average: 5.984
                        vote_count: 998
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        credit_id: 65ceabc8322b2b017c0625bf
                        department: Crew
                        genre_ids:
                          - 99
                        id: 897465
                        job: Thanks
                        media_type: movie
                        original_language: en
                        original_title: Walking the Mile
                        overview: >-
                          Full-length documentary about the making of Frank
                          Darabont's drama, The Green Mile, based on Stephen
                          King's novel.
                        popularity: 1.597
                        poster_path: /4Z0QHzVRduxaQ9oSvKaNFp9kZUP.jpg
                        release_date: '2014-12-09'
                        title: Walking the Mile
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /4m8yq8vEVGVcmOxO39j1Yz8ry1s.jpg
                        credit_id: 65df63e07614210162d53f19
                        department: Production
                        genre_ids:
                          - 10752
                          - 99
                          - 36
                        id: 1251636
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Bloody Hundredth
                        overview: >-
                          Meet the real-life airmen who inspired Masters of the
                          Air as they share the harrowing and transformative
                          events of the 100th Bomb Group.
                        popularity: 10.487
                        poster_path: /5GnpAw5BaQBNqYd4wE1IptYEVKd.jpg
                        release_date: '2024-03-14'
                        title: The Bloody Hundredth
                        video: false
                        vote_average: 7.423
                        vote_count: 26
                      - adult: false
                        backdrop_path: null
                        credit_id: 65f0ea73eea34d0188122ceb
                        department: Writing
                        genre_ids:
                          - 99
                        id: 1258314
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /yZq3kFveiDtfJpwQTgZwXBxs4aE.jpg
                        credit_id: 63e1858fcb8028007b6c0363
                        department: Crew
                        genre_ids:
                          - 10402
                          - 35
                          - 18
                        id: 43939
                        job: Thanks
                        media_type: movie
                        original_language: en
                        original_title: I'm Still Here
                        overview: >-
                          I'm Still Here is a portrayal of a tumultuous year in
                          the life of actor Joaquin Phoenix. With remarkable
                          access, the film follows the Oscar-nominee as he
                          announces his retirement from a successful film career
                          in the fall of 2008 and sets off to reinvent himself
                          as a hip-hop musician. The film is a portrait of an
                          artist at a crossroads and explores notions of courage
                          and creative reinvention, as well as the ramifications
                          of a life spent in the public eye.
                        popularity: 11.823
                        poster_path: /h8c53OPv2miF6vzpVXQZX8jw1pJ.jpg
                        release_date: '2010-09-10'
                        title: I'm Still Here
                        video: false
                        vote_average: 6
                        vote_count: 370
                      - adult: false
                        backdrop_path: null
                        credit_id: 65f987e8abdec001636ab9f1
                        department: Production
                        genre_ids:
                          - 99
                        id: 1258314
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /dEgUKwxP1DqKp1Bd9VMLebAPW4b.jpg
                        credit_id: 63f165b0caaca200a19b2496
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 1001811
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding 3
                        overview: >-
                          Following the death of their patriarch Gus, the
                          Portokalos family travels to Greece for a family
                          reunion, and to deliver Gus' journal to his old
                          friends.
                        popularity: 9.034
                        poster_path: /8yO8okCs9iohJ0iDVls6QYfu6l6.jpg
                        release_date: '2023-09-07'
                        title: My Big Fat Greek Wedding 3
                        video: false
                        vote_average: 6
                        vote_count: 156
                      - adult: false
                        backdrop_path: null
                        credit_id: 640d43d7b4224200f78f9cbe
                        department: Production
                        genre_ids:
                          - 99
                          - 10402
                        id: 1007919
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Hung Up on a Dream
                        overview: >-
                          A journey trough the 60 year career of The Zombies
                          documenting the formation of the band in the 1960s and
                          their hits “She’s Not There” and “Time Of The Season”.
                          It will also follow the solo careers of the band
                          members and their induction into the Rock and Roll
                          Hall of Fame in 2019.  Scheduled to be released in the
                          summer of 2023.
                        popularity: 2.931
                        poster_path: /2NaT5CtZvwFdz0egqM8L0AxI0Dw.jpg
                        release_date: '2024-11-08'
                        title: Hung Up on a Dream
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fHY9TfKwC702kPxEcjkxCoLqUv6.jpg
                        credit_id: 599a13b9c3a36839780063ca
                        department: Production
                        genre_ids:
                          - 99
                          - 10402
                        id: 15675
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Neil Young: Heart of Gold'
                        overview: >-
                          In March 2005, Neil Young was diagnosed with a brain
                          aneurysm. Four days before he was scheduled for a
                          lifesaving operation, he headed to Nashville, where he
                          wrote and recorded the country folk album Prairie Wind
                          with old friends and family members. After the
                          successful operation and recovery period, he returned
                          to Nashville that August to play at the famed Ryman
                          Auditorium, once again gathering together friends and
                          family for this special performance.
                        popularity: 3.628
                        poster_path: /c7DPRQN44hihnaijY69OWOVGqNZ.jpg
                        release_date: '2006-02-17'
                        title: 'Neil Young: Heart of Gold'
                        video: false
                        vote_average: 7.429
                        vote_count: 35
                      - adult: false
                        backdrop_path: /4s0AurNfsPuC0M6RdPk12trhb6W.jpg
                        credit_id: 59f3b6b39251414d200006c6
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 23049
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: My Life in Ruins
                        overview: >-
                          A Greek tour guide named Georgia attempts to recapture
                          her kefi (Greek for mojo) by guiding a ragtag group of
                          tourists around Greece and showing them the beauty of
                          her native land. Along the way, she manages to open
                          their eyes to the wonders of an exotic foreign land
                          while beginning to see the world through a new set of
                          eyes in the process.
                        popularity: 12.962
                        poster_path: /f695mVyU0LyBb99rx7zkrtFcpxR.jpg
                        release_date: '2009-06-05'
                        title: My Life in Ruins
                        video: false
                        vote_average: 6.1
                        vote_count: 412
                      - adult: false
                        backdrop_path: /uXQxMjg57mGmXdFnAatnKFekdXk.jpg
                        credit_id: 59f3b6ec9251414d4d0007e5
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                          - 10749
                        id: 14055
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Starter for 10
                        overview: >-
                          In 1985, against the backdrop of Thatcherism, Brian
                          Jackson enrolls in the University of Bristol, a
                          scholarship boy from seaside Essex with a love of
                          knowledge for its own sake and a childhood spent
                          watching University Challenge, a college quiz show. At
                          Bristol he tries out for the Challenge team and falls
                          under the spell of Alice, a lovely blond with an
                          extensive sexual past.
                        popularity: 13.134
                        poster_path: /wUT0OLYY9HouuAkVFNchponJ5gQ.jpg
                        release_date: '2006-09-13'
                        title: Starter for 10
                        video: false
                        vote_average: 6.389
                        vote_count: 398
                      - adult: false
                        backdrop_path: /wYe0w2odluof3jb9tmn6ct3PS6o.jpg
                        credit_id: 59f3b761c3a3681ff10007d6
                        department: Production
                        genre_ids:
                          - 10770
                          - 18
                          - 35
                          - 36
                        id: 91010
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Game Change
                        overview: >-
                          During the Republican run of the 2008 Presidential
                          election, candidate John McCain picks a relative
                          unknown, Alaskan governor Sarah Palin, to be his
                          running mate.  As the campaign kicks into high gear,
                          her lack of experience, in both political and media
                          savvy, becomes a drain upon McCain and his
                          strategists.
                        popularity: 10.384
                        poster_path: /wfRJbhF3zkp3eBpSHkLyzLIKqEM.jpg
                        release_date: '2012-02-28'
                        title: Game Change
                        video: false
                        vote_average: 6.9
                        vote_count: 317
                      - adult: false
                        backdrop_path: /co2HWhWxNvyWWRLEpudY659gqK3.jpg
                        credit_id: 59f3b7219251414d6200082f
                        department: Production
                        genre_ids:
                          - 35
                          - 80
                          - 10402
                        id: 15673
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Connie and Carla
                        overview: >-
                          After accidentally witnessing a mafia hit in the Windy
                          City, gal pals Connie and Carla skip town for L.A.,
                          where they go way undercover as singers working the
                          city's dinner theater circuit ... disguised as drag
                          queens. Now, it's not enough that they become big hits
                          on the scene; things get extra-weird when Connie meets
                          Jeff -- a guy she'd like to be a woman with.
                        popularity: 5.523
                        poster_path: /mR0K8S5s2c5uxpcevnVam17HFrh.jpg
                        release_date: '2004-04-16'
                        title: Connie and Carla
                        video: false
                        vote_average: 5.9
                        vote_count: 91
                      - adult: false
                        backdrop_path: /xJHHkTwPfMGKWjE8BKs53XQgxE1.jpg
                        credit_id: 64be4092e9da69010d4171ab
                        department: Writing
                        genre_ids:
                          - 16
                          - 18
                          - 878
                        id: 426128
                        job: Idea
                        media_type: movie
                        original_language: en
                        original_title: Electric City
                        overview: >-
                          In a post-apocalyptic world, humanity lives in small
                          settlements whose main activity is to produce
                          electricity.
                        popularity: 2.372
                        poster_path: /6KIftEnTAcQoeBGF3aLw2enHTCM.jpg
                        release_date: '2016-01-07'
                        title: Electric City
                        video: false
                        vote_average: 6.5
                        vote_count: 5
                      - adult: false
                        backdrop_path: /8HKwxHZ23sW8wz4yb28IWnAM1M6.jpg
                        credit_id: 5bdc90b60e0a26283e002980
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 458423
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mamma Mia! Here We Go Again
                        overview: >-
                          Five years after meeting her three fathers, Sophie
                          Sheridan prepares to open her mother’s hotel. In 1979,
                          young Donna Sheridan meets the men who each could be
                          Sophie’s biological father.
                        popularity: 28.573
                        poster_path: /aWicerX4Y7n7tUwRAVHsVcBBpj2.jpg
                        release_date: '2018-07-09'
                        title: Mamma Mia! Here We Go Again
                        video: false
                        vote_average: 7.1
                        vote_count: 3344
                      - adult: false
                        backdrop_path: /xXBnM6uSTk6qqCf0SRZKXcga9Ba.jpg
                        credit_id: 5c214048c3a368044ae9ee51
                        department: Writing
                        genre_ids:
                          - 10752
                          - 28
                          - 18
                        id: 516486
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Greyhound
                        overview: >-
                          A first-time captain leads a convoy of allied ships
                          carrying thousands of soldiers across the treacherous
                          waters of the "Black Pit" to the front lines of WWII.
                          With no air cover protection for 5 days, the captain
                          and his convoy must battle the surrounding enemy Nazi
                          U-boats in order to give the allies a chance to win
                          the war.
                        popularity: 39.865
                        poster_path: /kjMbDciooTbJPofVXgAoFjfX8Of.jpg
                        release_date: '2020-07-09'
                        title: Greyhound
                        video: false
                        vote_average: 7.403
                        vote_count: 2907
                      - adult: false
                        backdrop_path: null
                        credit_id: 5c7dc03f0e0a26322b0fb560
                        department: Production
                        genre_ids: []
                        id: 145227
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: In the Garden of Beasts
                        overview: >-
                          A mild-mannered Chicago professor becomes America's
                          first ambassador to Hitler's Germany just before the
                          Nazis began to assert an iron grip across Europe.
                        popularity: 0.307
                        poster_path: /wm03ABuctrujtkhbADQ36TWcVa1.jpg
                        release_date: ''
                        title: In the Garden of Beasts
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tx3uj8GPWf5pzb0gWATJ4bokNHI.jpg
                        credit_id: 5d818a63d34eb3002c4f8fea
                        department: Crew
                        genre_ids:
                          - 99
                        id: 87061
                        job: Thanks
                        media_type: movie
                        original_language: fr
                        original_title: Le Voyage extraordinaire
                        overview: >-
                          An account of the extraordinary life of film pioneer
                          Georges Méliès (1861-1938) and the amazing story of
                          the copy in color of his masterpiece “A Trip to the
                          Moon” (1902), unexpectedly found in Spain and restored
                          thanks to the heroic efforts of a group of true cinema
                          lovers.
                        popularity: 3.976
                        poster_path: /zHNNT9gfiGsuadR6x38KYOp6ekq.jpg
                        release_date: '2011-12-08'
                        title: The Extraordinary Voyage
                        video: false
                        vote_average: 7.8
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d8a4ec16c1e040019acd873
                        department: Directing
                        genre_ids:
                          - 27
                        id: 473544
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: Vault of Horror I
                        overview: >-
                          A compilation of three episodes from the Tales from
                          the Crypt series ("Carrion Death", "None but the
                          lonely heart" and "Abra Cadaver") with some famous
                          cast and directors.
                        popularity: 0.983
                        poster_path: /jrCnvkXgEe5xH7pVg6eFK05efuZ.jpg
                        release_date: '1994-07-02'
                        title: Vault of Horror I
                        video: true
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /hfRllpqjLJfD2s78OVj0KCaGPQN.jpg
                        credit_id: 66f2ac3802208c67c88d808e
                        department: Production
                        genre_ids:
                          - 99
                          - 10752
                        id: 235199
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'We Stand Alone Together: The Men of Easy Company'
                        overview: >-
                          Over a period of two years, Mark Cowen and his crew
                          travelled to thirty U.S. states and ten European
                          cities, to interview the veterans of Easy Company. The
                          stories told by the veterans themselves, create a
                          history of the Second World War from the point of view
                          of this heroic company of men, made famous in the
                          mini-series Band of Brothers.
                        popularity: 6.444
                        poster_path: /XcmzhkZjptbjvXigtZJhwMEHZQ.jpg
                        release_date: '2001-11-10'
                        title: 'We Stand Alone Together: The Men of Easy Company'
                        video: false
                        vote_average: 7.4
                        vote_count: 32
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752bd19c29531db10e980
                        department: Directing
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Director
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752bb19c29531db10e8ef
                        department: Writing
                        episode_count: 4
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Writer
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752c319c29531db10eef6
                        department: Production
                        episode_count: 12
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Executive Producer
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /nwtdRZHTlDqYwuJDc7oVQueHY2l.jpg
                        credit_id: 525734f3760ee3776a397211
                        department: Directing
                        episode_count: 1
                        first_air_date: '1989-06-10'
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 10765
                        id: 2391
                        job: Director
                        media_type: tv
                        name: Tales from the Crypt
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tales from the Crypt
                        overview: >-
                          Cadaverous scream legend the Crypt Keeper is your
                          macabre host for these forays of fright and fun based
                          on the classic E.C. Comics tales from back in the day.
                          So shamble up to the bar and pick your poison. Will it
                          be an insane Santa on a personal slay ride?
                          Honeymooners out to fulfill the "til death do we part"
                          vow ASAP?
                        popularity: 73.915
                        poster_path: /265Gpw7wSwwMkUQlksot8B2chRg.jpg
                        vote_average: 7.963
                        vote_count: 889
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 52577653760ee36aaa522257
                        department: Directing
                        episode_count: 10
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Director
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 52577651760ee36aaa522024
                        department: Writing
                        episode_count: 1
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Writer
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 5257765d760ee36aaa522862
                        department: Production
                        episode_count: 10
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Executive Producer
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /lPTfmwxZtauvTuqKls8EBLJeW2j.jpg
                        credit_id: 52577c9c760ee36aaa596ba6
                        department: Directing
                        episode_count: 1
                        first_air_date: '1993-08-01'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 4981
                        job: Director
                        media_type: tv
                        name: Fallen Angels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fallen Angels
                        overview: >-
                          A neo-noir anthology television series, set in somber
                          Los Angeles right after World War II and before the
                          election of American President John F. Kennedy. The
                          episodes, although filmed in color, mimicked what had
                          been done by Hollywood filmmakers during the film noir
                          era of the 1940s and 1950s in terms of tone, look, and
                          story content.
                        popularity: 117.943
                        poster_path: /fnbdv4uSFUGJ2jp9Gf99fYtlIu3.jpg
                        vote_average: 5.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tKuGJ901086U6VRLAxFM9IpHjxn.jpg
                        credit_id: 52583815760ee36aaa962cec
                        department: Production
                        episode_count: 7
                        first_air_date: '2008-03-16'
                        genre_ids:
                          - 18
                        id: 15114
                        job: Executive Producer
                        media_type: tv
                        name: John Adams
                        origin_country:
                          - US
                        original_language: en
                        original_name: John Adams
                        overview: >-
                          Adapted from David McCullough's Pulitzer Prize-winning
                          biography, this lavish seven-part miniseries
                          chronicles the life of Founding Father John Adams,
                          starting with the Boston Massacre of 1770 through his
                          years as an ambassador in Europe, then his terms as
                          vice president and president of the United States, up
                          to his death on July 4, 1826.
                        popularity: 38.044
                        poster_path: /34qRIcLKkTpmM9x9gzm9nKvo5pW.jpg
                        vote_average: 7.7
                        vote_count: 292
                      - adult: false
                        backdrop_path: /nWfpVLgioDXQsAbfL6UJxYz6d3d.jpg
                        credit_id: 52584fd8760ee3466103c06d
                        department: Production
                        episode_count: 10
                        first_air_date: '2010-03-14'
                        genre_ids:
                          - 18
                          - 10759
                          - 10768
                        id: 16997
                        job: Executive Producer
                        media_type: tv
                        name: The Pacific
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pacific
                        overview: >-
                          Track the intertwined real-life stories of three U.S.
                          Marines – Robert Leckie, John Basilone, and Eugene
                          Sledge – across the vast canvas of the Pacific Theater
                          during World War II. A companion piece to the 2001
                          miniseries Band of Brothers.
                        popularity: 58.416
                        poster_path: /x9Y1IMFdY8Ma222KcQadFEau0EB.jpg
                        vote_average: 7.8
                        vote_count: 2334
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        credit_id: 5679e91892514106e80005c7
                        department: Writing
                        episode_count: 20
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        job: Writer
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        credit_id: 5962a8c69251410c560d62df
                        department: Production
                        episode_count: 7
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        job: Executive Producer
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        credit_id: 5a95c3099251415639008de8
                        department: Production
                        episode_count: 8
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        job: Producer
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /7TiyubF98k7fgKkNT3DD9BdW6Pv.jpg
                        credit_id: 5a95c2f59251415639008bd6
                        department: Production
                        episode_count: 7
                        first_air_date: '2016-03-31'
                        genre_ids:
                          - 99
                        id: 66482
                        job: Producer
                        media_type: tv
                        name: The Eighties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Eighties
                        overview: >-
                          The third installment from executive producers Tom
                          Hanks, Gary Goetzman and Mark Herzog, following in the
                          footsteps of critically-acclaimed series THE SIXTIES
                          and THE SEVENTIES, tackles 10 years shaped by
                          exceptionalism and excess. Like its predecessors, THE
                          EIGHTIES intersperses rare archival newsreel footage,
                          interviews, and comments by historians, journalists,
                          politicians, celebrities and others, painting a
                          perspective-rich picture of a vibrant decade. Episodes
                          examine the age of Reagan, the AIDS crisis, the end of
                          the Cold War, Wall Street corruption, the evolving TV
                          and music scene, and everything in between.
                        popularity: 3.28
                        poster_path: /qlmuaP6c7v52niT1UMw5uCUeznG.jpg
                        vote_average: 7.583
                        vote_count: 18
                      - adult: false
                        backdrop_path: /9weuRb4JYBLHHN8UMnD82emYw41.jpg
                        credit_id: 5a95c3099251415639008e00
                        department: Production
                        episode_count: 10
                        first_air_date: '2014-05-29'
                        genre_ids:
                          - 99
                        id: 60909
                        job: Producer
                        media_type: tv
                        name: The Sixties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sixties
                        overview: >-
                          The space race, the cold war, "free love," civil
                          rights and more: The decade of the 1960s shaped our
                          history -- and changed the world. In collaboration
                          with Tom Hanks, Gary Goetzman and Mark Herzog, CNN
                          explores perhaps the most transformative decade of the
                          modern era in a 10-part documentary series and brings
                          new insights into how those events shaped today.
                        popularity: 16.018
                        poster_path: /wJndYfUYeszk44ZSD5HP5rjcHAW.jpg
                        vote_average: 7.294
                        vote_count: 17
                      - adult: false
                        backdrop_path: /yWUa2QDf64BVT9X1TiHluMjVCJl.jpg
                        credit_id: 5a95e9ce925141563900964f
                        department: Production
                        episode_count: 4
                        first_air_date: '2014-11-02'
                        genre_ids:
                          - 18
                        id: 61585
                        job: Executive Producer
                        media_type: tv
                        name: Olive Kitteridge
                        origin_country:
                          - US
                        original_language: en
                        original_name: Olive Kitteridge
                        overview: >-
                          A look at a seemingly placid New England town that is
                          actually wrought with illicit affairs, crime and
                          tragedy, all told through the lens of Olive, whose
                          wicked wit and harsh demeanor mask a warm but troubled
                          heart and staunch moral center. The story spans 25
                          years and focuses on Olive's relationships with her
                          husband, Henry, the good-hearted and kindly town
                          pharmacist; their son, Christopher, who resents his
                          mother's approach to parenting; and other members of
                          their community.
                        popularity: 25.509
                        poster_path: /2tuB2kGd4is7tFMhcOTfEGB96lm.jpg
                        vote_average: 7.538
                        vote_count: 263
                      - adult: false
                        backdrop_path: /wcI5MSQSxGLyssPO7q02bDPL5sH.jpg
                        credit_id: 5b04db63c3a36864b00033aa
                        department: Production
                        episode_count: 4
                        first_air_date: '2018-05-27'
                        genre_ids:
                          - 99
                        id: 79774
                        job: Executive Producer
                        media_type: tv
                        name: '1968: The Year That Changed America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: '1968: The Year That Changed America'
                        overview: >-
                          A half century look back at a year marked by the
                          assassinations of MLK and RFK, a contentious
                          presidential election, escalating anti-Vietnam War
                          sentiment and more.
                        popularity: 10.644
                        poster_path: /wtUkLvDKruZDN57kwk4McBHcqCb.jpg
                        vote_average: 5.8
                        vote_count: 8
                      - adult: false
                        backdrop_path: /4X5zgdUltQv32Wd9wufbJmMTqka.jpg
                        credit_id: 5b332d249251413cb5012a9f
                        department: Production
                        episode_count: 7
                        first_air_date: '2018-07-08'
                        genre_ids:
                          - 99
                        id: 80446
                        job: Executive Producer
                        media_type: tv
                        name: The 2000s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2000s
                        overview: >-
                          Explore the cultural and political milestones of the
                          2000s decade, including technological triumphs like
                          the iPhone and social media, President George W.
                          Bush’s war on terror and response to Hurricane
                          Katrina, Barack Obama’s presidential election and the
                          financial crisis, hip-hop’s rise to dominance and a
                          creative renaissance in television.
                        popularity: 7.747
                        poster_path: /vjGk5aJLsatgY55Dwh6zJEpVUFp.jpg
                        vote_average: 6.333
                        vote_count: 12
                      - adult: false
                        backdrop_path: /4vjNLVc8Ie3Cac3TFAjpOEEPVw9.jpg
                        credit_id: 5d1ca41994d8a831163b8e9e
                        department: Production
                        episode_count: 6
                        first_air_date: '2019-07-07'
                        genre_ids:
                          - 99
                        id: 90832
                        job: Executive Producer
                        media_type: tv
                        name: The Movies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Movies
                        overview: >-
                          Explore American cinema through the decades and the
                          cultural, societal and political shifts that framed
                          its evolution.
                        popularity: 7.125
                        poster_path: /sYtKqlqfdyR0noZAR6Npv1Bcpmr.jpg
                        vote_average: 6.381
                        vote_count: 42
                      - adult: false
                        backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg
                        credit_id: 5da0e9dfea7b0e0015bc6b20
                        department: Production
                        episode_count: 9
                        first_air_date: '2024-01-25'
                        genre_ids:
                          - 18
                          - 10768
                        id: 46518
                        job: Executive Producer
                        media_type: tv
                        name: Masters of the Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: Masters of the Air
                        overview: >-
                          During World War II, airmen risk their lives with the
                          100th Bomb Group, a brotherhood forged by courage,
                          loss, and triumph.
                        popularity: 206.042
                        poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg
                        vote_average: 7.9
                        vote_count: 415
                      - adult: false
                        backdrop_path: /1FxfmcCniLlLNljdU4v9Xihe4IO.jpg
                        credit_id: 63a7590215a4a100cb720c91
                        department: Production
                        episode_count: 1
                        first_air_date: '2022-11-27'
                        genre_ids: []
                        id: 214739
                        job: Executive Producer
                        media_type: tv
                        name: 'Tis the Season: The Holidays on Screen'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Tis the Season: The Holidays on Screen'
                        overview: >-
                          A panoramic celebration of the beloved genre of
                          holiday films and television specials, featuring
                          decades of rich archival footage and lively interviews
                          with notable celebrities, directors, producers, film
                          critics, historians, and pop culture experts.
                        popularity: 3.355
                        poster_path: /9HpmWqKAtZv9Yz2X2ktXVSJRnCC.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tmkOxFigy2CS0ZCUTAC6nDidflT.jpg
                        credit_id: 63d6980b3dc31300af21e9d4
                        department: Production
                        episode_count: 53
                        first_air_date: '2006-03-12'
                        genre_ids:
                          - 18
                        id: 4392
                        job: Executive Producer
                        media_type: tv
                        name: Big Love
                        origin_country:
                          - US
                        original_language: en
                        original_name: Big Love
                        overview: >-
                          The story of Bill Henrickson and his life in suburban
                          Salt Lake City, balancing the needs of his three wives
                          -- Barb, Nicki and Margene-- their seven kids, three
                          new houses and the opening of his newest hardware
                          store. When disturbing news arrives about Bill's
                          father, he is forced to reconnect with his polygamist
                          parents who live on a fundamentalist compound in rural
                          Utah.
                        popularity: 64.537
                        poster_path: /38aaxDXz4qim9M85VTzpUecKlq9.jpg
                        vote_average: 6.898
                        vote_count: 123
                      - adult: false
                        backdrop_path: /uT1VS0k6Y0yHzaRubwx59ew6S6r.jpg
                        credit_id: 6456554fdaf57c011973e84f
                        department: Production
                        episode_count: 7
                        first_air_date: '2023-05-07'
                        genre_ids:
                          - 99
                        id: 225948
                        job: Executive Producer
                        media_type: tv
                        name: The 2010s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2010s
                        overview: >-
                          Audiences are invited to look back at The 2010s, a
                          turbulent era marked by political and social upheaval,
                          culminating in the single most dramatic year of the
                          21st century: 2020. It was a decade in which social
                          media transformed society and streaming upended
                          entertainment, resulting in genre-defying music and
                          ushering in the era of "peak TV".
                        popularity: 7.503
                        poster_path: /1d5hWv4bLPoi3zw4A2clO8FX1VC.jpg
                        vote_average: 6.333
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        credit_id: 556643b29251414781000126
                        department: Creator
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        job: Creator
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        credit_id: 5679e193c3a3685bbc000435
                        department: Creator
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        job: Creator
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        credit_id: 5a9566750e0a26087b009570
                        department: Creator
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        job: Creator
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 6179a0ccd236e6002a825188
                        department: Creator
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Creator
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /1FxfmcCniLlLNljdU4v9Xihe4IO.jpg
                        credit_id: 6379c9b0976e480076835b85
                        department: Creator
                        first_air_date: '2022-11-27'
                        genre_ids: []
                        id: 214739
                        job: Creator
                        media_type: tv
                        name: 'Tis the Season: The Holidays on Screen'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Tis the Season: The Holidays on Screen'
                        overview: >-
                          A panoramic celebration of the beloved genre of
                          holiday films and television specials, featuring
                          decades of rich archival footage and lively interviews
                          with notable celebrities, directors, producers, film
                          critics, historians, and pop culture experts.
                        popularity: 3.355
                        poster_path: /9HpmWqKAtZv9Yz2X2ktXVSJRnCC.jpg
                        vote_average: 0
                        vote_count: 0
                  id:
                    type: number
                    example: 31
              examples:
                New Request:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg
                        character: Forrest Gump
                        credit_id: 52fe420ec3a36847f800074f
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 13
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Forrest Gump
                        overview: >-
                          A man with a low IQ has accomplished great things in
                          his life and been present during significant historic
                          events—in each case, far exceeding what anyone
                          imagined he could do. But despite all he has achieved,
                          his one true love eludes him.
                        popularity: 145.07
                        poster_path: /arw2vcBveWOVZr6pxd9XTd1TdQa.jpg
                        release_date: '1994-06-23'
                        title: Forrest Gump
                        video: false
                        vote_average: 8.5
                        vote_count: 27612
                      - adult: false
                        backdrop_path: /8ln5VUVk7gnNGIb2VNgw8nICDVt.jpg
                        character: Tom Hanks (voice)
                        credit_id: 52fe4211c3a36847f8001551
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 35
                        media_type: movie
                        order: 18
                        original_language: en
                        original_title: The Simpsons Movie
                        overview: >-
                          After Homer accidentally pollutes the town's water
                          supply, Springfield is encased in a gigantic dome by
                          the EPA and the Simpsons are declared fugitives.
                        popularity: 57.432
                        poster_path: /gzb6P78zeFTnv9eoFYnaJ2YrZ5q.jpg
                        release_date: '2007-07-25'
                        title: The Simpsons Movie
                        video: false
                        vote_average: 7
                        vote_count: 8003
                      - adult: false
                        backdrop_path: /8gN4y9ijiYHIdcvWVHFgqumF5W1.jpg
                        character: Sam Baldwin
                        credit_id: 52fe4283c3a36847f8024bd9
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 858
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Sleepless in Seattle
                        overview: >-
                          After the death of his mother, a young boy calls a
                          radio station in an attempt to set his father up on a
                          date. Talking about his father’s loneliness soon leads
                          to a meeting with a young female journalist, who has
                          flown to Seattle to write a story about the boy and
                          his father.
                        popularity: 39.173
                        poster_path: /jAXfku1u1uaLGh4cUmK0ESf1pPu.jpg
                        release_date: '1993-06-24'
                        title: Sleepless in Seattle
                        video: false
                        vote_average: 6.738
                        vote_count: 2342
                      - adult: false
                        backdrop_path: /bdD39MpSVhKjxarTxLSfX6baoMP.jpg
                        character: Captain Miller
                        credit_id: 52fe4283c3a36847f8024aef
                        genre_ids:
                          - 18
                          - 36
                          - 10752
                        id: 857
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Saving Private Ryan
                        overview: >-
                          As U.S. troops storm the beaches of Normandy, three
                          brothers lie dead on the battlefield, with a fourth
                          trapped behind enemy lines. Ranger captain John Miller
                          and seven men are tasked with penetrating German-held
                          territory and bringing the boy home.
                        popularity: 67.452
                        poster_path: /1wY4psJ5NVEhCuOYROwLH2XExM2.jpg
                        release_date: '1998-07-24'
                        title: Saving Private Ryan
                        video: false
                        vote_average: 8.2
                        vote_count: 15911
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        character: Woody (voice)
                        credit_id: 52fe4284c3a36847f8024f95
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story
                        overview: >-
                          Led by Woody, Andy's toys live happily in his room
                          until Andy's birthday brings Buzz Lightyear onto the
                          scene. Afraid of losing his place in Andy's heart,
                          Woody plots against Buzz. But when circumstances
                          separate Buzz and Woody from their owner, the duo
                          eventually learns to put aside their differences.
                        popularity: 118.853
                        poster_path: /uXDfjJbdP4ijW5hWSBrPrlKpxab.jpg
                        release_date: '1995-10-30'
                        title: Toy Story
                        video: false
                        vote_average: 7.969
                        vote_count: 18461
                      - adult: false
                        backdrop_path: /vxJ08SvwomfKbpboCWynC3uqUg4.jpg
                        character: Paul Edgecomb
                        credit_id: 52fe424ac3a36847f8012bc7
                        genre_ids:
                          - 14
                          - 18
                          - 80
                        id: 497
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Green Mile
                        overview: >-
                          A supernatural tale set on death row in a Southern
                          prison, where gentle giant John Coffey possesses the
                          mysterious power to heal people's ailments. When the
                          cell block's head guard, Paul Edgecomb, recognizes
                          Coffey's miraculous gift, he tries desperately to help
                          stave off the condemned man's execution.
                        popularity: 82.717
                        poster_path: /8VG8fDNiy50H4FedGwdSVUPoaJe.jpg
                        release_date: '1999-12-10'
                        title: The Green Mile
                        video: false
                        vote_average: 8.5
                        vote_count: 17595
                      - adult: false
                        backdrop_path: /pcSjQftPIflB8pSy0g41oSktp6N.jpg
                        character: Jim Lovell
                        credit_id: 52fe4253c3a36847f801595d
                        genre_ids:
                          - 18
                          - 36
                        id: 568
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Apollo 13
                        overview: >-
                          The true story of technical troubles that scuttle the
                          Apollo 13 lunar mission in 1970, risking the lives of
                          astronaut Jim Lovell and his crew, with the failed
                          journey turning into a thrilling saga of heroism.
                          Drifting more than 200,000 miles from Earth, the
                          astronauts work furiously with the ground crew to
                          avert tragedy.
                        popularity: 31.528
                        poster_path: /oYUZHYMwNKnE1ef4WE5Hw2a9OAY.jpg
                        release_date: '1995-06-30'
                        title: Apollo 13
                        video: false
                        vote_average: 7.45
                        vote_count: 5412
                      - adult: false
                        backdrop_path: /vlnSG1EQi0ez2A6MkFfjovPfkES.jpg
                        character: Robert Langdon
                        credit_id: 52fe4259c3a36847f8017445
                        genre_ids:
                          - 53
                          - 9648
                        id: 591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Da Vinci Code
                        overview: >-
                          A murder in Paris’ Louvre Museum and cryptic clues in
                          some of Leonardo da Vinci’s most famous paintings lead
                          to the discovery of a religious mystery. For 2,000
                          years a secret society closely guards information that
                          — should it come to light — could rock the very
                          foundations of Christianity.
                        popularity: 40.115
                        poster_path: /9ejKfNk0LBhSI9AahH4f9NJNZNM.jpg
                        release_date: '2006-05-17'
                        title: The Da Vinci Code
                        video: false
                        vote_average: 6.727
                        vote_count: 9308
                      - adult: false
                        backdrop_path: /dfGJKPaxabWaXacJ2fw6zXgA9QX.jpg
                        character: Viktor Navorski
                        credit_id: 52fe4259c3a36847f801762f
                        genre_ids:
                          - 35
                          - 18
                        id: 594
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Terminal
                        overview: >-
                          Viktor Navorski is a man without a country; his plane
                          took off just as a coup d'etat exploded in his
                          homeland, leaving it in shambles, and now he's
                          stranded at Kennedy Airport, where he's holding a
                          passport that nobody recognizes. While quarantined in
                          the transit lounge until authorities can figure out
                          what to do with him, Viktor simply goes on living –
                          and courts romance with a beautiful flight attendant.
                        popularity: 29.125
                        poster_path: /cPB3ZMM4UdsSAhNdS4c7ps5nypY.jpg
                        release_date: '2004-06-17'
                        title: The Terminal
                        video: false
                        vote_average: 7.344
                        vote_count: 7907
                      - adult: false
                        backdrop_path: /Ag6qhzsJd3k1NKuNrG9RmhZDMh7.jpg
                        character: Carl Hanratty
                        credit_id: 52fe4263c3a36847f801a643
                        genre_ids:
                          - 18
                          - 80
                        id: 640
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Catch Me If You Can
                        overview: >-
                          A true story about Frank Abagnale Jr. who, before his
                          19th birthday, successfully conned millions of dollars
                          worth of checks as a Pan Am pilot, doctor, and legal
                          prosecutor. An FBI agent makes it his mission to put
                          him behind bars. But Frank not only eludes capture, he
                          revels in the pursuit.
                        popularity: 49.54
                        poster_path: /sdYgEkKCDPWNU6KnoL4qd8xZ4w7.jpg
                        release_date: '2002-12-16'
                        title: Catch Me If You Can
                        video: false
                        vote_average: 8
                        vote_count: 15711
                      - adult: false
                        backdrop_path: /wE5JGzujfvDPMIfFjJyrhXFjZLc.jpg
                        character: Woody (voice)
                        credit_id: 52fe433f9251416c7500915d
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 10193
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 3
                        overview: >-
                          Woody, Buzz, and the rest of Andy's toys haven't been
                          played with in years. With Andy about to go to
                          college, the gang find themselves accidentally left at
                          a nefarious day care center. The toys must band
                          together to escape and return home to Andy.
                        popularity: 97.82
                        poster_path: /AbbXspMOwdvwWZgVN0nabZq03Ec.jpg
                        release_date: '2010-06-16'
                        title: Toy Story 3
                        video: false
                        vote_average: 7.799
                        vote_count: 14711
                      - adult: false
                        backdrop_path: /qbe8WKCS0FpsuIjGR928QK3jn6z.jpg
                        character: Pep Streebeck
                        credit_id: 52fe430a9251416c75001163
                        genre_ids:
                          - 28
                          - 35
                          - 80
                        id: 10023
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Dragnet
                        overview: >-
                          LAPD Sgt. Joe Friday -- the equally straight-laced
                          nephew of the famous police sergeant of the same name
                          -- is paired up with a young, freewheeling detective
                          named Pep Streebeck. After investigating some strange
                          robberies at the local zoo and the theft of a
                          stockpile of pornographic magazines, they uncover cult
                          activity in the heart of the city and are hot on the
                          case to figure out who's behind it all.
                        popularity: 15.494
                        poster_path: /77H17YDeHoJCHebpfGF1rY3Dfof.jpg
                        release_date: '1987-06-23'
                        title: Dragnet
                        video: false
                        vote_average: 6
                        vote_count: 478
                      - adult: false
                        backdrop_path: /dGbBnTYxdHf1qyUgHsuFpxn1K4E.jpg
                        character: Josh Baskin
                        credit_id: 52fe4349c3a36847f8048ac3
                        genre_ids:
                          - 14
                          - 18
                          - 35
                          - 10749
                          - 10751
                        id: 2280
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Big
                        overview: >-
                          When a young boy makes a wish at a carnival machine to
                          be big—he wakes up the following morning to find that
                          it has been granted and his body has grown older
                          overnight. But he is still the same 13-year-old boy
                          inside. Now he must learn how to cope with the
                          unfamiliar world of grown-ups including getting a job
                          and having his first romantic encounter with a woman.
                        popularity: 26.805
                        poster_path: /eWhCDJiwxvx3YXkAFRiHjimnF0j.jpg
                        release_date: '1988-06-03'
                        title: Big
                        video: false
                        vote_average: 7.18
                        vote_count: 3633
                      - adult: false
                        backdrop_path: /qZ8t05qidOjhSSsaByxxpu6CKOH.jpg
                        character: Joe Banks
                        credit_id: 52fe435dc3a36847f804ec5d
                        genre_ids:
                          - 35
                          - 10749
                        id: 2565
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Joe Versus the Volcano
                        overview: >-
                          Hypochondriac Joe Banks finds out he has six months to
                          live, quits his dead end job, musters the courage to
                          ask his co-worker out on a date, and is then hired to
                          jump into a volcano by a mysterious visitor.
                        popularity: 17.72
                        poster_path: /rnfiZHQXgZOQIqdsni9xOzFq7mq.jpg
                        release_date: '1990-03-09'
                        title: Joe Versus the Volcano
                        video: false
                        vote_average: 5.7
                        vote_count: 531
                      - adult: false
                        backdrop_path: /nvz6Bu17ipOHGHpWRm3ezpE76j2.jpg
                        character: Allen Bauer
                        credit_id: 52fe4360c3a36847f804faaf
                        genre_ids:
                          - 35
                          - 10749
                          - 14
                        id: 2619
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Splash
                        overview: >-
                          A successful businessman falls in love with the girl
                          of his dreams. There's one big complication though;
                          he's fallen hook, line and sinker for a mermaid.
                        popularity: 20.663
                        poster_path: /7FutTsMWBwVhjk1Ujf1wtndUVZh.jpg
                        release_date: '1984-03-09'
                        title: Splash
                        video: false
                        vote_average: 6.254
                        vote_count: 1348
                      - adult: false
                        backdrop_path: /cDDyZ2qtBzNAepdTbgxKfFcxREl.jpg
                        character: Michael Sullivan
                        credit_id: 52fe43aec3a36847f80678c7
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 4147
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Road to Perdition
                        overview: >-
                          Mike Sullivan works as a hit man for crime boss John
                          Rooney. Sullivan views Rooney as a father figure,
                          however after his son is witness to a killing, Mike
                          Sullivan finds himself on the run in attempt to save
                          the life of his son and at the same time looking for
                          revenge on those who wronged him.
                        popularity: 24.657
                        poster_path: /loSpBeirRfTPJ3cMIqpQArstGhh.jpg
                        release_date: '2002-07-12'
                        title: Road to Perdition
                        video: false
                        vote_average: 7.4
                        vote_count: 3628
                      - adult: false
                        backdrop_path: /fdsoPgGqRurTGbdkTQt76A8xxIK.jpg
                        character: Walter Fielding, Jr.
                        credit_id: 52fe43759251416c75011265
                        genre_ids:
                          - 35
                          - 10749
                        id: 10466
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Money Pit
                        overview: >-
                          After being evicted from their Manhattan apartment, a
                          couple buy what looks like the home of their
                          dreams—only to find themselves saddled with a
                          bank-account-draining nightmare. Struggling to keep
                          their relationship together as their rambling mansion
                          falls to pieces around them, the two watch in
                          hilarious horror as everything—including the kitchen
                          sink—disappears into the Money Pit.
                        popularity: 24.934
                        poster_path: /bohhidIi1WWU5NNYF9l5wLQu3Ii.jpg
                        release_date: '1986-03-26'
                        title: The Money Pit
                        video: false
                        vote_average: 6.498
                        vote_count: 1130
                      - adult: false
                        backdrop_path: /1iwpwlP9SafsCxMKieZVlxCjYaa.jpg
                        character: Richard
                        credit_id: 52fe43cd9251416c7501ec1f
                        genre_ids:
                          - 28
                          - 35
                        id: 10905
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Man with One Red Shoe
                        overview: >-
                          A man is mistaken as a spy by the CIA when he arrives
                          at the airport with one red shoe.
                        popularity: 9.607
                        poster_path: /lD44uiCKnLVCKiEnB0urtqIR0nE.jpg
                        release_date: '1985-07-18'
                        title: The Man with One Red Shoe
                        video: false
                        vote_average: 5.7
                        vote_count: 269
                      - adult: false
                        backdrop_path: /y8Mabq84N0d5fm83CWb9Zkltkwr.jpg
                        character: >-
                          Hero Boy / Father / Conductor / Hobo / Scrooge / Santa
                          Claus
                        credit_id: 52fe4400c3a36847f807c9c1
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                        id: 5255
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Polar Express
                        overview: >-
                          When a doubting young boy takes an extraordinary train
                          ride to the North Pole, he embarks on a journey of
                          self-discovery that shows him that the wonder of life
                          never fades for those who believe.
                        popularity: 115.406
                        poster_path: /axwMKhHq4bA5jP1KSxOAyfrOsGC.jpg
                        release_date: '2004-11-10'
                        title: The Polar Express
                        video: false
                        vote_average: 6.7
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        character: Narrator (voice)
                        credit_id: 52fe44029251416c91001f43
                        genre_ids:
                          - 99
                        id: 30172
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Magnificent Desolation: Walking on the Moon'
                        overview: >-
                          Twelve men who belong to one of the world's most
                          exclusive fraternities -- people who've walked on the
                          surface of the moon -- are paid homage in this
                          documentary. Using newsreel footage, rare NASA
                          photographs, and digitally animated re-creations,
                          Magnificent Desolation: Walking on the Moon examines
                          the Apollo missions between 1969 and 1972 which put
                          astronauts on the moon.
                        popularity: 2.831
                        poster_path: /r37asMhJd2iX030bxFl4l66c6za.jpg
                        release_date: '2005-09-23'
                        title: 'Magnificent Desolation: Walking on the Moon'
                        video: false
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /ouxyyq12fxDqvnKrW2iZcAQccrT.jpg
                        character: Professor G.H. Dorr
                        credit_id: 52fe440bc3a36847f807ef5f
                        genre_ids:
                          - 35
                          - 80
                          - 53
                        id: 5516
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Ladykillers
                        overview: >-
                          An eccentric, if not charming Southern professor and
                          his crew pose as a band in order to rob a casino, all
                          under the nose of his unsuspecting landlord – a sharp
                          old woman.
                        popularity: 13.065
                        poster_path: /l4g9R39NCp6VaYFrw6q8JwKNW9x.jpg
                        release_date: '2004-03-25'
                        title: The Ladykillers
                        video: false
                        vote_average: 6.131
                        vote_count: 1589
                      - adult: false
                        backdrop_path: /qupyOOes39BBlCtgvH77vgGVpA1.jpg
                        character: Older Mike (uncredited)
                        credit_id: 52fe43f8c3a368484e0088bd
                        genre_ids:
                          - 18
                        id: 20763
                        media_type: movie
                        order: 39
                        original_language: en
                        original_title: Radio Flyer
                        overview: >-
                          A father reminisces about his childhood when he and
                          his younger brother moved to a new town with their
                          mother, her new husband and their dog, Shane. When the
                          younger brother is subjected to physical abuse at the
                          hands of their brutal stepfather, Mike decides to
                          convert their toy trolley, the "Radio Flyer", into a
                          plane to fly him to safety.
                        popularity: 14.442
                        poster_path: /nQjCKrwWYH6ES0HrnkLkPXnOEp0.jpg
                        release_date: '1992-02-21'
                        title: Radio Flyer
                        video: false
                        vote_average: 7
                        vote_count: 192
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 52fe441ac3a36847f8082507
                        genre_ids:
                          - 99
                          - 28
                          - 10752
                          - 36
                        id: 5707
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Shooting War
                        overview: >-
                          A remarkable film that takes a special look at the
                          first war to be truly reported and recorded by one of
                          the more unsung heroes of World War II: the combat
                          photographer. Through the unflinching eye of their
                          camera's lenses, these courageous soldiers continually
                          risked their lives in their brave attempts to capture
                          history.
                        popularity: 3.085
                        poster_path: /81XtyZfL5WFPJXVLUUQP9PQP6Hl.jpg
                        release_date: '2000-12-07'
                        title: Shooting War
                        video: false
                        vote_average: 5.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: /kb2FuXGruaPA6ErjOpcifpCyPyY.jpg
                        character: Jimmy Dugan
                        credit_id: 52fe441e9251416c750297e3
                        genre_ids:
                          - 35
                          - 18
                        id: 11287
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A League of Their Own
                        overview: >-
                          As America's stock of athletic young men is depleted
                          during World War II, a professional all-female
                          baseball league springs up in the Midwest, funded by
                          publicity-hungry candy maker Walter Harvey.
                          Competitive sisters Dottie Hinson and Kit Keller spar
                          with each other, scout Ernie Capadino and grumpy
                          has-been coach Jimmy Dugan on their way to fame.
                        popularity: 21.209
                        poster_path: /7xpFXAOjgzFPE3vyVerFGfrXhFK.jpg
                        release_date: '1992-07-01'
                        title: A League of Their Own
                        video: false
                        vote_average: 7.194
                        vote_count: 1389
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6168adfd924ce6008d076989
                        genre_ids:
                          - 99
                        id: 885058
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Night at the Academy Museum
                        overview: >-
                          Exclusive look at the movies' 120-year history as well
                          as an insight into the largest institution in the U.S.
                          dedicated to the arts, sciences and artists of
                          moviemaking.
                        popularity: 1.136
                        poster_path: /2ANOppd40Q2qScqULGIduMwulSZ.jpg
                        release_date: '2021-10-12'
                        title: A Night at the Academy Museum
                        video: false
                        vote_average: 7
                        vote_count: 5
                      - adult: false
                        backdrop_path: /6MyFH4phzKMxdvuk8ZfI1fohMz7.jpg
                        character: Charlie Wilson
                        credit_id: 52fe4459c3a36847f8090d7d
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 6538
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Charlie Wilson's War
                        overview: >-
                          In the 1980s U.S. Rep. Charlie Wilson, Texas socialite
                          Joanne Herring and CIA agent Gust Avrakotos form an
                          unlikely alliance to boost funding for Afghan freedom
                          fighters in their war against invading Soviets. The
                          trio's successful efforts to finance these covert
                          operations contributes to the fall of the Soviet Union
                          and the end of the Cold War.
                        popularity: 15.011
                        poster_path: /45FghqcdSYRWK7PsHUInaFPNd8l.jpg
                        release_date: '2007-12-19'
                        title: Charlie Wilson's War
                        video: false
                        vote_average: 6.537
                        vote_count: 1474
                      - adult: false
                        backdrop_path: /yGCAyKBiHIuM9IdqjxhJ1BhbAgV.jpg
                        character: Scott Turner
                        credit_id: 52fe446ac3a36847f8094a57
                        genre_ids:
                          - 28
                          - 35
                          - 53
                          - 80
                          - 10751
                        id: 6951
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Turner & Hooch
                        overview: >-
                          Detective Scott Turner has three days left in the
                          local police department before he moves to a bigger
                          city to get some 'real' cases—not just misdemeanors.
                          When Amos Reed is murdered, Scott sets himself on the
                          case, but the closest thing to a witness to the murder
                          is Reed's dog, Hooch, which Scott has to take care
                          of—to avoid Hooch being 'put to sleep'.
                        popularity: 9.606
                        poster_path: /nllMNbjgvUpw378czm5vBYzZqg1.jpg
                        release_date: '1989-07-28'
                        title: Turner & Hooch
                        video: false
                        vote_average: 6.3
                        vote_count: 1296
                      - adult: false
                        backdrop_path: /ioqaIhJSkwa9DGRHGtOOUTiGRs2.jpg
                        character: Chuck Noland
                        credit_id: 52fe44a2c3a36847f80a14df
                        genre_ids:
                          - 12
                          - 18
                        id: 8358
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Cast Away
                        overview: >-
                          Chuck Nolan, a top international manager for FedEx,
                          and Kelly, a Ph.D. student, are in love and heading
                          towards marriage. Then Chuck's plane to Malaysia
                          crashes at sea during a terrible storm. He's the only
                          survivor, and finds himself marooned on a desolate
                          island. With no way to escape, Chuck must find ways to
                          survive in his new home.
                        popularity: 48.135
                        poster_path: /7lLJgKnAicAcR5UEuo8xhSMj18w.jpg
                        release_date: '2000-12-22'
                        title: Cast Away
                        video: false
                        vote_average: 7.663
                        vote_count: 11405
                      - adult: false
                        backdrop_path: /4HJN6dyyPMJTimMglfEdVxjW2p5.jpg
                        character: Ray Peterson
                        credit_id: 52fe44ad9251416c7503d27b
                        genre_ids:
                          - 35
                          - 27
                          - 53
                        id: 11974
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The 'Burbs
                        overview: >-
                          When secretive new neighbors move in next door,
                          suburbanite Ray Peterson and his friends let their
                          paranoia get the best of them as they start to suspect
                          the newcomers of evildoings and commence an
                          investigation. But it's hardly how Ray, who much
                          prefers drinking beer, reading his newspaper and
                          watching a ball game on the tube expected to spend his
                          vacation.
                        popularity: 22.514
                        poster_path: /jwYKzJS0C3A711hmg1G4ptI0InF.jpg
                        release_date: '1989-02-17'
                        title: The 'Burbs
                        video: false
                        vote_average: 6.758
                        vote_count: 1226
                      - adult: false
                        backdrop_path: /ff1y897CAnQpLQ2QiyfDJtX9Qcq.jpg
                        character: Rick Gassko
                        credit_id: 52fe44da9251416c7504336f
                        genre_ids:
                          - 35
                        id: 12309
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bachelor Party
                        overview: >-
                          On the eve of his wedding to his longtime girlfriend,
                          unassuming nice guy Rick is dragged out for a night of
                          debauchery by his friends.
                        popularity: 12.448
                        poster_path: /cbCyhkp6n2QRudYqbWimQTjdxLl.jpg
                        release_date: '1984-06-29'
                        title: Bachelor Party
                        video: false
                        vote_average: 6.288
                        vote_count: 643
                      - adult: false
                        backdrop_path: /wZM9vnatKefMHUNolmGMTr8sZrd.jpg
                        character: Joe Fox
                        credit_id: 52fe44fec3a36847f80b660d
                        genre_ids:
                          - 35
                          - 10749
                        id: 9489
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: You've Got Mail
                        overview: >-
                          Book superstore magnate, Joe Fox and independent book
                          shop owner, Kathleen Kelly fall in love in the
                          anonymity of the Internet—both blissfully unaware that
                          he's trying to put her out of business.
                        popularity: 23.827
                        poster_path: /e2uVtH6TpMfUl7WeOM70ezkcjsU.jpg
                        release_date: '1998-12-18'
                        title: You've Got Mail
                        video: false
                        vote_average: 6.69
                        vote_count: 3293
                      - adult: false
                        backdrop_path: /9i3oIhKuFGMj6PwXqcZi9blgJnd.jpg
                        character: Sherman McCoy
                        credit_id: 52fe450dc3a36847f80b9965
                        genre_ids:
                          - 35
                          - 18
                        id: 9586
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Bonfire of the Vanities
                        overview: >-
                          After his mistress runs over a black teen, a Wall
                          Street hotshot sees his life unravel in the spotlight;
                          A down-and-out reporter breaks the story and
                          opportunists clamber to use it to their advantage.
                        popularity: 13.615
                        poster_path: /pdrPrygZ5dVKi8UxrUXMmq1k2iO.jpg
                        release_date: '1990-12-21'
                        title: The Bonfire of the Vanities
                        video: false
                        vote_average: 5.569
                        vote_count: 478
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        character: Mr. White
                        credit_id: 52fe450ec3a36847f80b9ba3
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /qeuwxIkty0n302HVULQpJhwOMiu.jpg
                        character: Andrew Beckett
                        credit_id: 52fe452fc3a36847f80c1111
                        genre_ids:
                          - 18
                        id: 9800
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Philadelphia
                        overview: >-
                          Two competing lawyers join forces to sue a prestigious
                          law firm for AIDS discrimination. As their unlikely
                          friendship develops their courage overcomes the
                          prejudice and corruption of their powerful
                          adversaries.
                        popularity: 21.425
                        poster_path: /tFe5Yoo5zT495okA49bq1vPPkiV.jpg
                        release_date: '1993-12-22'
                        title: Philadelphia
                        video: false
                        vote_average: 7.72
                        vote_count: 4239
                      - adult: false
                        backdrop_path: /5c9vaRVl5lYwBfag4vwPF0jfjh6.jpg
                        character: Robbie Wheeling
                        credit_id: 52fe4543c3a368484e05034f
                        genre_ids:
                          - 14
                          - 18
                          - 10770
                        id: 27348
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Mazes and Monsters
                        overview: >-
                          Bound together by a desire to play "Mazes and
                          Monsters," Robbie and his four college classmates
                          decide to move the board game into the local cavern.
                          Robbie loses his mind, and the line between reality
                          and fantasy fuse into a harrowing nightmare.
                        popularity: 7.848
                        poster_path: /xMEisdUw1ie4MbUoPfMwGeOdTdR.jpg
                        release_date: '1982-12-27'
                        title: Mazes and Monsters
                        video: false
                        vote_average: 4.3
                        vote_count: 84
                      - adult: false
                        backdrop_path: /olz8Xw3yOLpBAHKgPoSRwmomdM.jpg
                        character: Robert Langdon
                        credit_id: 52fe45699251416c75055939
                        genre_ids:
                          - 53
                          - 9648
                        id: 13448
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Angels & Demons
                        overview: >-
                          Harvard symbologist Robert Langdon is recruited by the
                          Vatican to investigate the apparent return of the
                          Illuminati - a secret, underground organization -
                          after four cardinals are kidnapped on the night of the
                          papal conclave.
                        popularity: 46.731
                        poster_path: /tFZQAuulEOtFTp0gHbVdEXwGrYe.jpg
                        release_date: '2009-04-23'
                        title: Angels & Demons
                        video: false
                        vote_average: 6.717
                        vote_count: 6796
                      - adult: false
                        backdrop_path: /sjeuEHadWkWu7Yyvxhnpdey65fh.jpg
                        character: Steven Gold
                        credit_id: 52fe45a5c3a36847f80d29f9
                        genre_ids:
                          - 35
                          - 18
                        id: 40820
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Punchline
                        overview: >-
                          Lilah Krytsick is a mother and housewife who's always
                          believed she could be a stand-up comedian. Steven Gold
                          is an experienced stand-up seemingly on the cusp of
                          success. When the two meet, they form an unlikely
                          friendship, and Steven tries to help the untried Lilah
                          develop her stage act. Despite the objections of her
                          family and some very wobbly beginnings, Lilah
                          improves, and soon she finds herself competing with
                          Steven for a coveted television spot.
                        popularity: 7.379
                        poster_path: /dgbLnnEJIGldXOMt6OWy3X1l0AC.jpg
                        release_date: '1988-10-07'
                        title: Punchline
                        video: false
                        vote_average: 5.394
                        vote_count: 132
                      - adult: false
                        backdrop_path: /cb1ltycrzQZyqDBYVXcAIRvvGkx.jpg
                        character: David
                        credit_id: 52fe45bb9251416c9103c7ad
                        genre_ids:
                          - 10752
                          - 18
                          - 10749
                        id: 35866
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Every Time We Say Goodbye
                        overview: >-
                          A Protestant World War II pilot and a Jewish girl fall
                          in love in Jerusalem, even though their diverse
                          backgrounds threaten to pull them apart.
                        popularity: 5.4
                        poster_path: /fMiWlS4jNZysUquP6CZfKswukMo.jpg
                        release_date: '1986-11-14'
                        title: Every Time We Say Goodbye
                        video: false
                        vote_average: 6.1
                        vote_count: 49
                      - adult: false
                        backdrop_path: /vOZ7MWcTuxFhC5MvXWGeAK4rNG4.jpg
                        character: Self
                        credit_id: 642004d5534661007a78b470
                        genre_ids:
                          - 99
                        id: 510173
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Real Mary Poppins
                        overview: >-
                          Explore the fascinating relationship between author P.
                          L. Travers and her much-loved character, Mary Poppins.
                          This is the story of a complex woman who escaped her
                          upbringing in rural Australia to pursue her dream of
                          becoming a writer, reinventing herself and her past
                          along the way.
                        popularity: 0.945
                        poster_path: /xUNPqrbcfNAiQooACsR0Bx8rAr5.jpg
                        release_date: '2014-01-17'
                        title: The Real Mary Poppins
                        video: false
                        vote_average: 3.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3mjzFIXj2nvhDJCBS8NFsm2AfUW.jpg
                        character: David Basner
                        credit_id: 52fe4608c3a368484e07ceef
                        genre_ids:
                          - 18
                          - 35
                          - 10749
                        id: 29968
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Nothing in Common
                        overview: >-
                          A successful advertising executive finds his
                          freewheeling life crashing to a halt when his parents
                          end their longtime marriage.
                        popularity: 7.59
                        poster_path: /m2G6Idl1CKJwOt8aFsnJk08sfDP.jpg
                        release_date: '1986-07-29'
                        title: Nothing in Common
                        video: false
                        vote_average: 5.8
                        vote_count: 121
                      - adult: false
                        backdrop_path: /14yjn1iQVYVYZU086DFa0Ic1Keu.jpg
                        character: Mailbox-Elvis
                        credit_id: 52fe465e9251416c9105233d
                        genre_ids:
                          - 35
                          - 10751
                        id: 37641
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: Elvis Has Left the Building
                        overview: >-
                          Harmony had an encounter early in life with the young
                          Elvis, and can't seem to shake his influence. Now a
                          Pink Lady selling cosmetics, she seems to
                          inadvertently bring harm to any Elvis impersonators
                          she encounters. After a bizarre car accident leaves a
                          slew of them dead, Harmony goes on the run from the
                          authorities, hooking up with a downtrodden ad exec who
                          has Elvis troubles of his own.
                        popularity: 5.991
                        poster_path: /yfIRJpLwR0yGAj6PmWMHZVU8mB1.jpg
                        release_date: '2004-08-27'
                        title: Elvis Has Left the Building
                        video: false
                        vote_average: 5.2
                        vote_count: 50
                      - adult: false
                        backdrop_path: /q2Ev0aXGXm5Hnm12TVtvdgNhMnv.jpg
                        character: Security Guard (voice) (uncredited)
                        credit_id: 6432fb3a6f53e100d3e5338d
                        genre_ids:
                          - 36
                          - 18
                        id: 285783
                        media_type: movie
                        order: 65
                        original_language: en
                        original_title: The Walk
                        overview: >-
                          The story of French high-wire artist Philippe Petit's
                          attempt to cross the Twin Towers of the World Trade
                          Center in 1974.
                        popularity: 14.021
                        poster_path: /tiESRqurrZwAC0hpERogOsBhjeg.jpg
                        release_date: '2015-09-30'
                        title: The Walk
                        video: false
                        vote_average: 6.991
                        vote_count: 3172
                      - adult: false
                        backdrop_path: /wuBoMe0F9TjqQmBLgCEdAiYAZ6x.jpg
                        character: Self
                        credit_id: 64335ce9ec455200d45d4603
                        genre_ids:
                          - 10402
                          - 99
                          - 10770
                        id: 1111122
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: A Grammy Salute to The Beach Boys
                        overview: >-
                          A special all-star tribute concert honoring the legacy
                          of The Beach Boys.
                        popularity: 3.063
                        poster_path: /bgxpsQJaKAygYLlJAPCXD7ahDxD.jpg
                        release_date: '2023-04-09'
                        title: A Grammy Salute to The Beach Boys
                        video: false
                        vote_average: 7.9
                        vote_count: 5
                      - adult: false
                        backdrop_path: /bzjGojNGoLuGvbaeEbjI8BFhJ1f.jpg
                        character: Mr. Gable
                        credit_id: 52fe46bf9251416c75082477
                        genre_ids:
                          - 35
                        id: 16279
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Great Buck Howard
                        overview: >-
                          When a law school dropout answers an advertisement to
                          be a personal assistant he unknowingly signs on to
                          work for a belligerent has-been magician struggling to
                          resurrect his career. This leads to a journey across
                          the country staging the comeback of a lifetime.
                        popularity: 8.437
                        poster_path: /iglKvmA7sq6Pnd6KWFnT6WW9Vpn.jpg
                        release_date: '2008-01-18'
                        title: The Great Buck Howard
                        video: false
                        vote_average: 6
                        vote_count: 241
                      - adult: false
                        backdrop_path: /hTc55dlCPMP4oqrUU66GjKjSblp.jpg
                        character: Thomas Schell
                        credit_id: 52fe46e4c3a368484e0a9869
                        genre_ids:
                          - 18
                        id: 64685
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Extremely Loud & Incredibly Close
                        overview: >-
                          A year after his father's death, Oskar, a troubled
                          young boy, discovers a mysterious key he believes was
                          left for him by his father and embarks on a scavenger
                          hunt to find the matching lock.
                        popularity: 11.745
                        poster_path: /6pszViNvKr1r31pP7gJNYDHEx5P.jpg
                        release_date: '2011-12-25'
                        title: Extremely Loud & Incredibly Close
                        video: false
                        vote_average: 7
                        vote_count: 1989
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 643b2679501cf205753867e7
                        genre_ids:
                          - 99
                        id: 1113682
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: Close Up
                        overview: >-
                          More than 150 silent short films about singers, actors
                          and directors captured during Press Conferences in
                          Cannes, Venice and Berlin, between 1993 and 2002.
                          Presented the first time in 2012 (ten years after the
                          last shooting) in Napoli Film Festival and in 2013 at
                          the Art Institute of California in Santa Ana. An
                          anthropological experiment on the facial expressions
                          of famous people showing the human being aspect. All
                          original footage from Mel Gibson to Peter Jackson,
                          from George Lucas to Catherine Deneuve, from Michael
                          Douglas to Giancarlo Giannini and many others.
                        popularity: 1.877
                        poster_path: /76Wud5jsFJDMpBoRVzwluMZeaa.jpg
                        release_date: '2012-09-30'
                        title: Close Up
                        video: true
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /bM3c2IUoivvP144vcJno8N59qOl.jpg
                        character: Elliot
                        credit_id: 52fe4703c3a368484e0b053b
                        genre_ids:
                          - 27
                        id: 65262
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: He Knows You're Alone
                        overview: >-
                          A reluctant bride-to-be is stalked by a serial killer
                          who only kills brides and the people around them.
                          While her friends get whacked one by one, a
                          hard-boiled renegade cop whose bride had been killed
                          years before tries to hunt the killer down before it
                          is too late.
                        popularity: 5.294
                        poster_path: /90rdztFCRAxQsEfy35cxH9qt3N1.jpg
                        release_date: '1980-08-29'
                        title: He Knows You're Alone
                        video: false
                        vote_average: 5.1
                        vote_count: 69
                      - adult: false
                        backdrop_path: /cAi7xXkqI7uoG6ir6j2JbuPRxMm.jpg
                        character: Self (archive footage)
                        credit_id: 61dc6a3d12197e00a203f23c
                        genre_ids:
                          - 99
                          - 10770
                        id: 923252
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Tom Hanks: Hollywood''s Mr Nice Guy'
                        overview: >-
                          Biographical documentary about the life and career of
                          the film star. What lies behind the extraordinary
                          success of a man sometimes described as a nice guy who
                          came first.
                        popularity: 1.096
                        poster_path: /2MFB7NbCZXSA24XmR8HUo0ds63l.jpg
                        release_date: '2022-01-02'
                        title: 'Tom Hanks: Hollywood''s Mr Nice Guy'
                        video: false
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /xuwqYwzsgwfr0mk6sBNRy6C8JpK.jpg
                        character: Lawrence Whatley Bourne III
                        credit_id: 52fe47ca9251416c750a58d9
                        genre_ids:
                          - 35
                        id: 19259
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Volunteers
                        overview: >-
                          After his rich father refuses to pay his debt,
                          compulsive gambler Lawrence Bourne III joins the Peace
                          Corps to evade angry creditors. In Thailand, he is
                          assigned to build a bridge for the local villagers
                          with the help of American-As-Apple-Pie WSU Grad Tom
                          Tuttle and the beautiful and down-to earth Beth
                          Wexler.  What they don't realize is that the bridge is
                          coveted by the U.S. Army, a local Communist force, and
                          a powerful drug lord. Together with the help of At
                          Toon, the only English speaking native, they must
                          fight off the three opposing forces and find out what
                          is right for the villagers, as well as themselves.
                        popularity: 6.929
                        poster_path: /35f6DPxoRswSTQickRVGe33i2cL.jpg
                        release_date: '1985-08-16'
                        title: Volunteers
                        video: false
                        vote_average: 5.5
                        vote_count: 153
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 645d3605156cc700e3a038cd
                        genre_ids:
                          - 99
                        id: 1125624
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: There's Something About Romcoms
                        overview: >-
                          The inside story of the best modern romcoms with Meg
                          Ryan, Hugh Grant, Richard Curtis, Dermot Mulrooney,
                          Rupert Everett, Jason Alexander, Stephen Merchant, Tim
                          Bevan, Bobby Farrelly and Simon Callow. Narrated by
                          Julie Walters.
                        popularity: 2.046
                        poster_path: /8lsBBAvmhiha994wfDSsnYlSxM4.jpg
                        release_date: '2016-08-20'
                        title: There's Something About Romcoms
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /nRRij2jFTWM6jW2TPSVGtUdcgGY.jpg
                        character: Woody (voice)
                        credit_id: 52fe48509251416c91087f67
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 82424
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Small Fry
                        overview: >-
                          A fast food restaurant mini variant of Buzz forcibly
                          switches places with the real Buzz and his friends
                          have to deal with the obnoxious impostor.
                        popularity: 19.736
                        poster_path: /8siICxMft0JSWZDq9YrXh5U5PZx.jpg
                        release_date: '2011-11-23'
                        title: Small Fry
                        video: false
                        vote_average: 6.9
                        vote_count: 544
                      - adult: false
                        backdrop_path: /knY4ttZI6K4aiMyQ0kTekLHP2cc.jpg
                        character: >-
                          Dr. Henry Goose / Hotel Manager / Isaac Sachs / Dermot
                          Hoggins / Cavendish Look-a-Like Actor / Zachry
                        credit_id: 52fe48a89251416c91094135
                        genre_ids:
                          - 18
                          - 878
                        id: 83542
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Cloud Atlas
                        overview: >-
                          A set of six nested stories spanning time between the
                          19th century and a distant post-apocalyptic future.
                          Cloud Atlas explores how the actions and consequences
                          of individual lives impact one another throughout the
                          past, the present and the future. Action, mystery and
                          romance weave through the story as one soul is shaped
                          from a killer into a hero and a single act of kindness
                          ripples across centuries to inspire a revolution in
                          the distant future.  Based on the award winning novel
                          by David Mitchell. Directed by Tom Tykwer and the
                          Wachowskis.
                        popularity: 31.734
                        poster_path: /mxcvshnizr7frjN8WMKPQRJ3LmY.jpg
                        release_date: '2012-10-26'
                        title: Cloud Atlas
                        video: false
                        vote_average: 6.9
                        vote_count: 7061
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 52fe48f5c3a36847f81822a1
                        genre_ids:
                          - 99
                        id: 56235
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Return with Honor
                        overview: >-
                          The story of U.S. fighter pilots shot down over North
                          Vietnam who became POWs for up to 8 and a half years.
                        popularity: 1.207
                        poster_path: /89289dPlOMOIWTZtIhy4qHhBQpb.jpg
                        release_date: '1999-06-11'
                        title: Return with Honor
                        video: false
                        vote_average: 6.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: /9ZznETDyfPWVugRiv0jfGrkRftw.jpg
                        character: Otto Anderson
                        credit_id: 6205c42dc92c5d0068e1840b
                        genre_ids:
                          - 35
                          - 18
                        id: 937278
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Man Called Otto
                        overview: >-
                          When a lively young family moves in next door, grumpy
                          widower Otto Anderson meets his match in a
                          quick-witted, pregnant woman named Marisol, leading to
                          an unlikely friendship that turns his world upside
                          down.
                        popularity: 51.977
                        poster_path: /130H1gap9lFfiTF9iDrqNIkFvC9.jpg
                        release_date: '2022-12-28'
                        title: A Man Called Otto
                        video: false
                        vote_average: 7.766
                        vote_count: 2821
                      - adult: false
                        backdrop_path: /rTl1x2zvz6EqwlkEo8tZ7l1a8e0.jpg
                        character: (archive footage)
                        credit_id: 6481b7cfe272600147b87edc
                        genre_ids:
                          - 18
                          - 10749
                        id: 126314
                        media_type: movie
                        order: 28
                        original_language: hu
                        original_title: 'Final Cut: Hölgyeim és uraim'
                        overview: >-
                          A film where anything can happen - the hero and the
                          heroine changes their faces, age, look, names, and so
                          on. The only same thing: The love between man and
                          woman... in an archetypical love story cut from 500
                          classics from all around the world.
                        popularity: 8.449
                        poster_path: /eoMO14iZVBTILw1BppQu6ZHaJdA.jpg
                        release_date: '2012-02-04'
                        title: 'Final Cut: Ladies and Gentlemen'
                        video: false
                        vote_average: 7.5
                        vote_count: 71
                      - adult: false
                        backdrop_path: /rXYejcyn762o3cjp9OYfyVR3QpY.jpg
                        character: Richard
                        credit_id: 620ef4877ad08c001b8fbdb1
                        genre_ids:
                          - 18
                        id: 940139
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Here
                        overview: >-
                          An odyssey through time and memory, centered around a
                          place in New England where—from wilderness, and then,
                          later, from a home—love, loss, struggle, hope and
                          legacy play out between couples and families over
                          generations.
                        popularity: 88.489
                        poster_path: /79euHUJJtfgeGU63ef38KtNjXEn.jpg
                        release_date: '2024-10-30'
                        title: Here
                        video: false
                        vote_average: 6.508
                        vote_count: 119
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        character: Larry Crowne
                        credit_id: 52fe499dc3a36847f81a3b1f
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /Tvn4W6qdbqhW5qcL7FZgb6570b.jpg
                        character: Woody (voice)
                        credit_id: 52fe4982c3a368484e12f03b
                        genre_ids:
                          - 16
                          - 10751
                          - 35
                        id: 77887
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hawaiian Vacation
                        overview: >-
                          The toys throw Ken and Barbie a Hawaiian vacation in
                          Bonnie's room.
                        popularity: 25.834
                        poster_path: /7DrKSrV5NCgR9Ky4WNzgM6ybqdq.jpg
                        release_date: '2011-06-16'
                        title: Hawaiian Vacation
                        video: false
                        vote_average: 7
                        vote_count: 661
                      - adult: false
                        backdrop_path: /tx3uj8GPWf5pzb0gWATJ4bokNHI.jpg
                        character: Self - Filmmaker (archive footage)
                        credit_id: 52fe49b19251416c910b596d
                        genre_ids:
                          - 99
                        id: 87061
                        media_type: movie
                        order: 10
                        original_language: fr
                        original_title: Le Voyage extraordinaire
                        overview: >-
                          An account of the extraordinary life of film pioneer
                          Georges Méliès (1861-1938) and the amazing story of
                          the copy in color of his masterpiece “A Trip to the
                          Moon” (1902), unexpectedly found in Spain and restored
                          thanks to the heroic efforts of a group of true cinema
                          lovers.
                        popularity: 3.976
                        poster_path: /zHNNT9gfiGsuadR6x38KYOp6ekq.jpg
                        release_date: '2011-12-08'
                        title: The Extraordinary Voyage
                        video: false
                        vote_average: 7.8
                        vote_count: 51
                      - adult: false
                        backdrop_path: /hWjRmjNx5vJQjipHomHeQ3iwXYi.jpg
                        character: Horatio Nelson Jackson (voice)
                        credit_id: 52fe4a5ac3a368484e14e787
                        genre_ids:
                          - 99
                        id: 121100
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Horatio''s Drive: America''s First Road Trip'
                        overview: >-
                          In the spring of 1903, on a whim and a fifty-dollar
                          bet, Dr. Horatio Nelson Jackson set off from San
                          Francisco in a 20-horsepower Winton touring car hoping
                          to become the first person to cross the United States
                          in the new-fangled "horseless carriage." Most people
                          doubted that the automobile had much of a future.
                          Jackson's trip would prove them wrong.
                        popularity: 0.82
                        poster_path: /iglGxGhlo2ul2ciXXxDAHg3lv3x.jpg
                        release_date: '2003-10-06'
                        title: 'Horatio''s Drive: America''s First Road Trip'
                        video: false
                        vote_average: 7.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: /o1MstLw9ARhWdBPDZMDlaRgK3is.jpg
                        character: Walt Disney
                        credit_id: 52fe4a9c9251416c750e8175
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 140823
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Saving Mr. Banks
                        overview: >-
                          Author P.L. Travers looks back on her childhood while
                          reluctantly meeting with Walt Disney, who seeks to
                          adapt her Mary Poppins books for the big screen.
                        popularity: 13.43
                        poster_path: /4RkcUe5PKnYvrCwMjk8giUAoID7.jpg
                        release_date: '2013-11-29'
                        title: Saving Mr. Banks
                        video: false
                        vote_average: 7.3
                        vote_count: 3290
                      - adult: false
                        backdrop_path: /ihdFypo7MyfJvDSjK7Sbnsjhu8H.jpg
                        character: Captain Richard Phillips
                        credit_id: 52fe4ab5c3a36847f81dd51d
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 109424
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Captain Phillips
                        overview: >-
                          The true story of Captain Richard Phillips and the
                          2009 hijacking by Somali pirates of the US-flagged MV
                          Maersk Alabama, the first American cargo ship to be
                          hijacked in two hundred years.
                        popularity: 24.947
                        poster_path: /gAH73mMU7rgGZrpYkFYgFgSNHs5.jpg
                        release_date: '2013-10-10'
                        title: Captain Phillips
                        video: false
                        vote_average: 7.5
                        vote_count: 6921
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4ab79251416c750eb843
                        genre_ids:
                          - 99
                        id: 141498
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'Lost Moon: The Triumph of Apollo 13'
                        overview: >-
                          The making of the motion picture "Apollo 13", as well
                          as the story of the space mission it details.
                          Featuring interviews with director Ron Howard,
                          astronaut Jim Lovell, his wife Marilyn Lovell,
                          producer Brian Grazer, executive producer Todd
                          Hallowell, visual effects supervisor Robert Legato,
                          lead digital compositor Mark Forker, astronauts Fred
                          Haise and Dave Scott, Apollo 13 flight director Gerald
                          Griffin, command module systems controller Sy
                          Lieberglot, Apollo 13 flight dynamics officer Jerry
                          Bostick, mission control director Gene Krantz, Tom
                          Kelly of Grumman, NASA mission operations director
                          Christopher Kraft, daughters Susan Lovell Williams and
                          Margaret Haise, command systems module controller John
                          Aaron, and actors Tom Hanks, Bill Paxton, Kevin Bacon,
                          Gary Sinise, Kathleen Quinlan, and Ed Harris.
                        popularity: 2.45
                        poster_path: /sLARsRcHS9x6kp85eJcw0BhMSt1.jpg
                        release_date: '1996-07-16'
                        title: 'Lost Moon: The Triumph of Apollo 13'
                        video: false
                        vote_average: 5.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4b0ac3a368484e17484d
                        genre_ids:
                          - 99
                        id: 127850
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Inventing David Geffen
                        overview: >-
                          Notoriously press and camera-shy, David Geffen reveals
                          himself for the first time in this unflinching
                          portrait of a complex and compelling man. His
                          far-reaching influence - as an agent and manager,
                          record industry mogul, Hollywood and Broadway
                          producer, and billionaire philanthropist - has helped
                          shape American popular culture for the past four
                          decades. This documentary offers a rare insight into
                          the world of the man responsible for launching the
                          early successes of Joni Mitchell, Tom Cruise, and Guns
                          N’ Roses; co-founded DreamWorks; produced Cats and
                          Dreamgirls;  and is one of the largest contributors to
                          the fight against AIDS. (SBS AU)  Geffen narrates his
                          unorthodox rise from working class Brooklyn boy to
                          billionaire entertainment power broker in extensive
                          interviews.  American Masters explores the highs and
                          the lows in Geffen’s professional and personal life
                          through more than 50 new interviews with his friends,
                          colleagues and clients, as well as other media
                          luminaries. (PBS)
                        popularity: 4.221
                        poster_path: /eNJFdM0trGlwThfH6iLrg8QDLan.jpg
                        release_date: '2012-11-19'
                        title: Inventing David Geffen
                        video: false
                        vote_average: 7.5
                        vote_count: 6
                      - adult: false
                        backdrop_path: /xJHHkTwPfMGKWjE8BKs53XQgxE1.jpg
                        character: Voice Actor (voice)
                        credit_id: 64be3783ac6c7908de600999
                        genre_ids:
                          - 16
                          - 18
                          - 878
                        id: 426128
                        media_type: movie
                        order: 13
                        original_language: en
                        original_title: Electric City
                        overview: >-
                          In a post-apocalyptic world, humanity lives in small
                          settlements whose main activity is to produce
                          electricity.
                        popularity: 2.372
                        poster_path: /6KIftEnTAcQoeBGF3aLw2enHTCM.jpg
                        release_date: '2016-01-07'
                        title: Electric City
                        video: false
                        vote_average: 6.5
                        vote_count: 5
                      - adult: false
                        backdrop_path: /sRPMsLAygtI3GlZS8fLERQrzIvk.jpg
                        character: Woody (voice)
                        credit_id: 52fe4b68c3a368484e18793f
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 130925
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Partysaurus Rex
                        overview: >-
                          When Rex finds himself left behind in the bathroom, he
                          puts his limbs to use by getting a bath going for a
                          bunch of new toy friends.
                        popularity: 19.41
                        poster_path: /iukkUikRxktNzaK89PyQ1ioPVdm.jpg
                        release_date: '2012-09-14'
                        title: Partysaurus Rex
                        video: false
                        vote_average: 7.136
                        vote_count: 480
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6263373b168ea3155831b1e7
                        genre_ids:
                          - 99
                          - 16
                          - 10751
                        id: 966435
                        media_type: movie
                        order: 12
                        original_language: en
                        original_title: 'The Best of Disney: 50 Years of Magic'
                        overview: >-
                          Celebrities salute Disney Studios' 50th year in
                          Burbank, California.
                        popularity: 1.262
                        poster_path: null
                        release_date: '1991-05-20'
                        title: 'The Best of Disney: 50 Years of Magic'
                        video: false
                        vote_average: 7.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /vb4BE2jdiUR6lCumcFGA0MZxEZE.jpg
                        character: Self (archive footage)
                        credit_id: 64d29d5f6d4c97010d5262d3
                        genre_ids:
                          - 99
                        id: 13508
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Who Killed the Electric Car?
                        overview: >-
                          In 1996, electric cars began to appear on roads all
                          over California. They were quiet and fast, produced no
                          exhaust, and ran without gasoline... Ten years later,
                          these cars were destroyed.
                        popularity: 7.316
                        poster_path: /uMamC9o5zNU9wn8fyuAo2gUCMiD.jpg
                        release_date: '2006-08-04'
                        title: Who Killed the Electric Car?
                        video: false
                        vote_average: 7.268
                        vote_count: 181
                      - adult: false
                        backdrop_path: /8t2wI3IZVWucJaULiYLlWTrQ6bS.jpg
                        character: Self - Narrator
                        credit_id: 52fe4cf0c3a36847f8245b71
                        genre_ids:
                          - 99
                          - 18
                        id: 170039
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Killing Lincoln
                        overview: >-
                          April 14, 1865. One gunshot. One assassin hell-bent on
                          killing a tyrant, as he charged the 16th President of
                          the United States. And in one moment, our nation was
                          forever changed. This is the most dramatic and
                          resonant crime in American history—the true story of
                          the killing of Abraham Lincoln.
                        popularity: 5.769
                        poster_path: /zqlOXMsJ0sSyForOe93BSfNW3Pi.jpg
                        release_date: '2013-02-16'
                        title: Killing Lincoln
                        video: false
                        vote_average: 5.8
                        vote_count: 54
                      - adult: false
                        backdrop_path: /9ySIJ6EWmFs4rW4L9C9C4Xn85eC.jpg
                        character: Self (archive footage)
                        credit_id: 64e04f7ab77d4b11425ffa2c
                        genre_ids:
                          - 99
                        id: 1128918
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'Tom Hanks: The Nomad'
                        overview: >-
                          From humble beginnings to an aspiring thespian to
                          acting as some of the world's most iconic and notable
                          characters. He has picked up a reputation as
                          'America's Nice Guy', 'The Everyman' and a nomad of
                          the arts. But we all know him... as Tom Hanks.
                        popularity: 1.873
                        poster_path: /dacx3E91IFXQ66fJLIhTVGSSxDw.jpg
                        release_date: '2023-05-20'
                        title: 'Tom Hanks: The Nomad'
                        video: false
                        vote_average: 5.1
                        vote_count: 11
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4d33c3a36847f8254265
                        genre_ids:
                          - 99
                        id: 173458
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Stephen King: Shining in the Dark'
                        overview: >-
                          A documentary looking at the life and work of Stephen
                          King.
                        popularity: 2.133
                        poster_path: /1F0bQ77FBIEk0PbS3vV8mbLgZSj.jpg
                        release_date: '1999-09-09'
                        title: 'Stephen King: Shining in the Dark'
                        video: false
                        vote_average: 6.3
                        vote_count: 9
                      - adult: false
                        backdrop_path: /gJsVRVo4IHpZG7cSviGZJGXLBs5.jpg
                        character: Self
                        credit_id: 64e836861feac100fe5c6ca2
                        genre_ids:
                          - 99
                        id: 103733
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Radioman
                        overview: >-
                          The extraordinary story of 'Radioman',  a New York
                          film set mascot who overcame homelessness and
                          alcoholism to become a fixture of the New York film
                          industry, with over 100 small parts to his name.
                        popularity: 5.967
                        poster_path: /9nNitB9nKGaPusEgSx0UfLD0g6C.jpg
                        release_date: '2012-12-07'
                        title: Radioman
                        video: false
                        vote_average: 5.7
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 64f37f2797a4e6011bb0b4ae
                        genre_ids:
                          - 35
                          - 10770
                        id: 1157462
                        media_type: movie
                        order: 31
                        original_language: en
                        original_title: 'Saturday Night Live: 40th Anniversary Special'
                        overview: >-
                          Former members of Saturday Night Live come together to
                          remember the past 40 years of Saturday Night Live.
                        popularity: 5.072
                        poster_path: /cda1A0SQ0C9511GSCVnEQ0821bh.jpg
                        release_date: '2015-02-15'
                        title: 'Saturday Night Live: 40th Anniversary Special'
                        video: false
                        vote_average: 8.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hrjLiSuPPj4rPPn13Aj9sgAzw.jpg
                        character: Woody (Voice)
                        credit_id: 52fe4dbec3a368484e1fac11
                        genre_ids:
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 213121
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Toy Story of Terror!
                        overview: >-
                          What starts out as a fun road trip for the Toy Story
                          gang takes an unexpected turn for the worse when the
                          trip detours to a roadside motel. After one of the
                          toys goes missing, the others find themselves caught
                          up in a mysterious sequence of events that must be
                          solved before they all suffer the same fate in this
                          Toy Story of Terror.
                        popularity: 0.869
                        poster_path: /oPBEnNP4Fg4gv9c0KBhchmtoG4H.jpg
                        release_date: '2013-10-16'
                        title: Toy Story of Terror!
                        video: false
                        vote_average: 7.193
                        vote_count: 936
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52fe4e69c3a36847f828ea91
                        genre_ids:
                          - 99
                        id: 237353
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Through the Eyes of Forrest Gump
                        overview: >-
                          A look behind the scenes of Robert Zemeckis' 1994
                          Oscar-winning film, 'Forrest Gump'.
                        popularity: 5.032
                        poster_path: /dfjLE1HjdR9XhEpN04elCGUOJfA.jpg
                        release_date: '1994-10-01'
                        title: Through the Eyes of Forrest Gump
                        video: false
                        vote_average: 7.6
                        vote_count: 19
                      - adult: false
                        backdrop_path: /mBJ995JUssgh2hhm4JxNj8hyVVM.jpg
                        character: Woody (voice) (archive footage)
                        credit_id: 62a35889da9ef2009b0cfd77
                        genre_ids:
                          - 99
                        id: 979163
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: 'Beyond Infinity: Buzz and the Journey to Lightyear'
                        overview: >-
                          Explore the evolution of Buzz Lightyear from toy to
                          human in the making of Pixar’s Lightyear. Dive into
                          the origin and cultural impact of everyone’s favorite
                          Space Ranger, the art of designing a new “human Buzz,”
                          and the challenges faced by the Lightyear crew along
                          the way.
                        popularity: 9.244
                        poster_path: /mnp0INIjyWt4AziWmTHgPk9IFoE.jpg
                        release_date: '2022-06-10'
                        title: 'Beyond Infinity: Buzz and the Journey to Lightyear'
                        video: false
                        vote_average: 7
                        vote_count: 236
                      - adult: false
                        backdrop_path: /sVUj3GZ6qWCyaVyu4PpMlyYQbxd.jpg
                        character: Self
                        credit_id: 62a8cdbc05b54973b1b7866e
                        genre_ids:
                          - 99
                          - 10402
                        id: 962192
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Halftime
                        overview: >-
                          Global superstar Jennifer Lopez reflects on her
                          multifaceted career and the pressure of life in the
                          spotlight in this intimate documentary.
                        popularity: 6.917
                        poster_path: /jUVglxBw7KSkcVEhvfJs1eipPnk.jpg
                        release_date: '2022-06-08'
                        title: Halftime
                        video: false
                        vote_average: 6.852
                        vote_count: 145
                      - adult: false
                        backdrop_path: /tE8iAcc2k8nDM0fkMHpYekxag93.jpg
                        character: Self
                        credit_id: 62af207a90ea4b00543f6f13
                        genre_ids:
                          - 99
                        id: 989517
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'Exclusively Elvis: A Special Edition of 20/20'
                        overview: >-
                          Inside the making of "Elvis," the cinematic drama
                          starring Austin Butler as Elvis Presley and Tom Hanks
                          as Presley's manager, Col. Tom Parker, interviews with
                          Presley's surviving family, who reflect on the 45
                          years since his death, Baz Luhrmann.
                        popularity: 1.289
                        poster_path: /jHz0l4H3fKrZO9L5CIQuDFjCb1T.jpg
                        release_date: '2022-06-21'
                        title: 'Exclusively Elvis: A Special Edition of 20/20'
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /1x8qZSDzqFFth4ijstLEwzHLUOQ.jpg
                        character: Allen Bauer (archive footage)
                        credit_id: 62bc97bf097c49008b8a6776
                        genre_ids:
                          - 99
                        id: 47813
                        media_type: movie
                        order: 141
                        original_language: en
                        original_title: Waking Sleeping Beauty
                        overview: >-
                          By the mid-1980s, the fabled animation studios of Walt
                          Disney had fallen on hard times. The artists were
                          polarized between newcomers hungry to innovate and old
                          timers not yet ready to relinquish control. These
                          conditions produced a series of box-office flops and
                          pessimistic forecasts: maybe the best days of
                          animation were over. Maybe the public didn't care.
                          Only a miracle or a magic spell could produce a happy
                          ending. Waking Sleeping Beauty is no fairy tale. It's
                          the true story of how Disney regained its magic with a
                          staggering output of hits - "Little Mermaid," "Beauty
                          and the Beast ," "Aladdin," "The Lion King," and more
                          - over a 10-year period.
                        popularity: 7.196
                        poster_path: /hywGLq5tMOuKwXfOhYUzoqNNAnU.jpg
                        release_date: '2009-09-05'
                        title: Waking Sleeping Beauty
                        video: false
                        vote_average: 7.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6528a36637806200c528fd77
                        genre_ids:
                          - 99
                        id: 208238
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: Who Needs Sleep?
                        overview: >-
                          A documentary that highlights the deadly combination
                          of sleep deprivation and long days of work, focusing
                          on the American film industry.
                        popularity: 1.083
                        poster_path: /auGiMgC8cI3LUj8TIoxmIbAdxbY.jpg
                        release_date: '2006-01-19'
                        title: Who Needs Sleep?
                        video: false
                        vote_average: 7
                        vote_count: 4
                      - adult: false
                        backdrop_path: /AbZZz3QwbCrF1hpJfvtl0uZBGGN.jpg
                        character: Alan Clay
                        credit_id: 5374eb17c3a3681509002f2d
                        genre_ids:
                          - 35
                          - 18
                        id: 270010
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Hologram for the King
                        overview: >-
                          Alan Clay, a struggling American businessman, travels
                          to Saudi Arabia to sell a new technology to the King,
                          only to be challenged by endless Middle Eastern
                          bureaucracy, a perpetually absent monarch, and a
                          suspicious growth on his back.
                        popularity: 14.487
                        poster_path: /wmjWGb2tqtOA4XPnK1tpIfzRtSQ.jpg
                        release_date: '2016-04-22'
                        title: A Hologram for the King
                        video: false
                        vote_average: 5.84
                        vote_count: 1135
                      - adult: false
                        backdrop_path: null
                        character: Self - Narrator
                        credit_id: 6540d97775110d00ad3ca780
                        genre_ids:
                          - 99
                          - 10752
                        id: 1198548
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: A Timeless Call
                        overview: >-
                          U.S. Veteran tribute made for the 2008 Democratic
                          convention.
                        popularity: 0.604
                        poster_path: /eSIJDlKvMt1OllOCBqfZ0bmRqqQ.jpg
                        release_date: '2008-08-27'
                        title: A Timeless Call
                        video: false
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /ncWUcY7ihZ2co7vqUCHqwF6t9us.jpg
                        character: James B. Donovan
                        credit_id: 54304fd80e0a26464c000ffd
                        genre_ids:
                          - 53
                          - 18
                        id: 296098
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bridge of Spies
                        overview: >-
                          During the Cold War, the Soviet Union captures U.S.
                          pilot Francis Gary Powers after shooting down his U-2
                          spy plane. Sentenced to 10 years in prison, Powers'
                          only hope is New York lawyer James Donovan, recruited
                          by a CIA operative to negotiate his release. Donovan
                          boards a plane to Berlin, hoping to win the young
                          man's freedom through a prisoner exchange. If all goes
                          well, the Russians would get Rudolf Abel, the
                          convicted spy who Donovan defended in court.
                        popularity: 24.266
                        poster_path: /fmOOjHAQzxr0c1sfcY4qkiSRBH6.jpg
                        release_date: '2015-10-15'
                        title: Bridge of Spies
                        video: false
                        vote_average: 7.235
                        vote_count: 6817
                      - adult: false
                        backdrop_path: /jbdvzJvNu0swWURJp71Fxwd54Fm.jpg
                        character: Himself/Woody (voice)/Scott Turner
                        credit_id: 543ae4340e0a2649ab00378c
                        genre_ids:
                          - 99
                        id: 15302
                        media_type: movie
                        order: 16
                        original_language: en
                        original_title: The Pixar Story
                        overview: >-
                          A look at the first years of Pixar Animation Studios -
                          from the success of "Toy Story" and Pixar's promotion
                          of talented people, to the building of its East Bay
                          campus, the company's relationship with Disney, and
                          its remarkable initial string of eight hits. The
                          contributions of John Lasseter, Ed Catmull and Steve
                          Jobs are profiled. The decline of two-dimensional
                          animation is chronicled as three-dimensional animation
                          rises. Hard work and creativity seem to share the
                          screen in equal proportions.
                        popularity: 13.126
                        poster_path: /vhK51wJybwZTRCPVUOkGpSI4auN.jpg
                        release_date: '2007-08-28'
                        title: The Pixar Story
                        video: false
                        vote_average: 7.5
                        vote_count: 227
                      - adult: false
                        backdrop_path: /4vetbabOgDQzpitnAkEVRiZP4P5.jpg
                        character: Woody (voice)
                        credit_id: 543d70930e0a266f8400032c
                        genre_ids:
                          - 16
                          - 10751
                          - 12
                          - 35
                        id: 256835
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Toy Story That Time Forgot
                        overview: >-
                          During a post-Christmas play date, the gang find
                          themselves in uncharted territory when the coolest set
                          of action figures ever turn out to be dangerously
                          delusional. It's all up to Trixie, the triceratops, if
                          the gang hopes to return to Bonnie's room in this Toy
                          Story That Time Forgot.
                        popularity: 30.205
                        poster_path: /kVOaFo8RaYQceHfTqbZGmV9R80q.jpg
                        release_date: '2014-12-02'
                        title: Toy Story That Time Forgot
                        video: false
                        vote_average: 6.997
                        vote_count: 976
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 6581c10a7e403d0963f51993
                        genre_ids:
                          - 99
                        id: 1116589
                        media_type: movie
                        order: 0
                        original_language: de
                        original_title: Die Tom Hanks Story
                        overview: ''
                        popularity: 0.948
                        poster_path: null
                        release_date: '2021-07-14'
                        title: Die Tom Hanks Story
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /pY9vGDtO6PKMZHvth3FCQkncgUW.jpg
                        character: Mr. Macauley
                        credit_id: 547200b79251411752000075
                        genre_ids:
                          - 18
                        id: 305642
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: Ithaca
                        overview: >-
                          In a small town in California's San Joaquin Valley,
                          14-year-old Homer Macauley is determined to be the
                          best and fastest bicycle telegraph messenger anyone
                          has ever seen. His older brother has gone to war,
                          leaving Homer to look after his widowed mother, his
                          older sister and his 4-year-old brother, Ulysses. And
                          so it is that as spring turns to summer, 1942, Homer
                          Macauley delivers messages of love, hope, pain... and
                          death... to the good people of Ithaca. And Homer
                          Macauley will grapple with one message that will
                          change him forever - from a boy into a man. Based on
                          Pulitzer Prize-winning author William Saroyan's 1943
                          novel, The Human Comedy, ITHACA is the quintessential
                          wartime tale of the Home Front. It is a coming-of-age
                          story about the exuberance of youth, the sweetness of
                          life, the sting of death and the modesty and sheer
                          goodness that lives in each and every one of us.
                        popularity: 6.852
                        poster_path: /oCyNJbfZ7kQVhRyOlNcJhlsizLb.jpg
                        release_date: '2015-10-29'
                        title: Ithaca
                        video: false
                        vote_average: 5.3
                        vote_count: 95
                      - adult: false
                        backdrop_path: /9iFlqEIa044ZMnjZhd1fvW8fb9k.jpg
                        character: Self
                        credit_id: 658828ca325a5157bb01c030
                        genre_ids:
                          - 99
                        id: 1221257
                        media_type: movie
                        order: 11
                        original_language: en
                        original_title: >-
                          Disney 100: A Century of Dreams – A Special Edition of
                          20/20
                        overview: >-
                          Commemorating the 100th anniversary of the
                          entertainment company with interviews, rare footage
                          and photos, and never-before-heard stories from those
                          who built the Disney legend; a look inside Disney's
                          newest attraction.
                        popularity: 3.654
                        poster_path: /gZupK8CHNte7I1OPDSjreK5MhcW.jpg
                        release_date: '2023-12-14'
                        title: >-
                          Disney 100: A Century of Dreams – A Special Edition of
                          20/20
                        video: false
                        vote_average: 6.5
                        vote_count: 8
                      - adult: false
                        backdrop_path: /bYSzeJpAHOBMRNJStaubwWwKI72.jpg
                        character: Robert Langdon
                        credit_id: 5475a40dc3a3687fd9000e10
                        genre_ids:
                          - 9648
                          - 53
                          - 28
                        id: 207932
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Inferno
                        overview: >-
                          After waking up in a hospital with amnesia, professor
                          Robert Langdon and a doctor must race against time to
                          foil a deadly global plot.
                        popularity: 26.042
                        poster_path: /cnqvFvjAaV28F1tU7986VVg0WP7.jpg
                        release_date: '2016-10-13'
                        title: Inferno
                        video: false
                        vote_average: 6.1
                        vote_count: 6228
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 544a2c5a0e0a267480003bb5
                        genre_ids:
                          - 99
                        id: 298859
                        media_type: movie
                        order: 18
                        original_language: en
                        original_title: All In
                        overview: >-
                          A behind-the-scenes look at the team and event that
                          made history.  The DVD chronicles the Rider's
                          incredible run to the 101st Grey Cup Championship game
                          and their historic victory on home soil.  This 70
                          minute feature takes you behind the scenes of the
                          Roughrider's 2013 season, the Grey Cup Championship
                          Game, the Grey Cup Festival and the aftermath of one
                          of the greatest moments in Roughrider history. 
                          Insightful interviews get you up close and personal
                          with General Manager Brendan Taman, Head Coach Corey
                          Chamblin, broadcasters, event crews and the players
                          that made it all happen.
                        popularity: 1.319
                        poster_path: null
                        release_date: '2014-05-27'
                        title: All In
                        video: true
                        vote_average: 5.9
                        vote_count: 4
                      - adult: false
                        backdrop_path: /dJTUyaWhtNN0HTshnFN4VKaFxLt.jpg
                        character: Self
                        credit_id: 63211f5c511d09009851866a
                        genre_ids:
                          - 35
                          - 99
                        id: 316067
                        media_type: movie
                        order: 70
                        original_language: en
                        original_title: Misery Loves Comedy
                        overview: >-
                          Do you have to be miserable to be funny? More than
                          sixty comedians—including stand-ups, writers, actors,
                          and directors from the US, Canada, and abroad—take on
                          this question, sharing anecdotes and insights with
                          lively enthusiasm.
                        popularity: 3.284
                        poster_path: /wjYla0vnZ3HtzAS6JxINNrZ3wY5.jpg
                        release_date: '2015-01-23'
                        title: Misery Loves Comedy
                        video: false
                        vote_average: 6.2
                        vote_count: 38
                      - adult: false
                        backdrop_path: /7R3uf5SqFMPlZPsFG0jA7gHq3BB.jpg
                        character: Self
                        credit_id: 6325845eb7fbbd007f891de1
                        genre_ids:
                          - 99
                          - 35
                          - 10770
                        id: 1016902
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: 'Norman Lear: 100 Years of Music and Laughter'
                        overview: >-
                          The one-night-only celebration honoring the life and
                          legacy of the famed producer features intimate
                          conversations, special performances and surprise
                          reunions that pay homage to the man behind some of
                          television’s greatest stories in celebration of his
                          100th birthday.
                        popularity: 2.751
                        poster_path: /kduizj7eZEaI0lmsga33s70lRVa.jpg
                        release_date: '2022-09-22'
                        title: 'Norman Lear: 100 Years of Music and Laughter'
                        video: false
                        vote_average: 8
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 54a565059251414d2700ee41
                        genre_ids:
                          - 10770
                          - 10402
                        id: 315085
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: The Concert for Valor
                        overview: >-
                          A live HBO concert honoring United States veterans in
                          Washington DC.
                        popularity: 2.815
                        poster_path: /q7nBd0KGa9efwk5EpcCvQgWcT7r.jpg
                        release_date: '2014-11-11'
                        title: The Concert for Valor
                        video: false
                        vote_average: 8.6
                        vote_count: 7
                      - adult: false
                        backdrop_path: /w98XELt88o7iOyXrK0fxgcoWFrL.jpg
                        character: Hank, Video Store Owner
                        credit_id: 65ac7803f8aee8010b1e3ce5
                        genre_ids:
                          - 12
                          - 35
                          - 18
                        id: 979660
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Freaky Tales
                        overview: >-
                          In 1987 Oakland, a mysterious force guides The Town’s
                          underdogs in four interconnected tales: teen punks
                          defend their turf against Nazi skinheads, a rap duo
                          battles for hip-hop immortality, a weary henchman gets
                          a shot at redemption, and an NBA All-Star settles the
                          score.
                        popularity: 4.207
                        poster_path: /43FSWxGdmuOUGUy7CDNvlqMgu4k.jpg
                        release_date: '2025-04-04'
                        title: Freaky Tales
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /3mhqxlsfSYGIKXHqBI4tQf2iNfx.jpg
                        character: Self (archive footage)
                        credit_id: 65b0bf68dd926a01734cf02d
                        genre_ids:
                          - 99
                          - 36
                        id: 595841
                        media_type: movie
                        order: 65
                        original_language: en
                        original_title: 'Making Waves: The Art of Cinematic Sound'
                        overview: >-
                          The history of cinematic sound, told by legendary
                          sound designers and visionary filmmakers.
                        popularity: 4.135
                        poster_path: /jafF7jcl116rzohZydL1VfK1y2e.jpg
                        release_date: '2019-10-25'
                        title: 'Making Waves: The Art of Cinematic Sound'
                        video: false
                        vote_average: 6.8
                        vote_count: 69
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6354ebe94ca676007a5377e5
                        genre_ids:
                          - 10770
                          - 35
                          - 99
                        id: 1038873
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Earth to America
                        overview: >-
                          Tom Hanks is the host of this show with a comic
                          approach to raise awareness concerning the
                          environment.
                        popularity: 0.691
                        poster_path: /8XtgzKDylEFYYfMFOt8Y5SPd6zn.jpg
                        release_date: '2005-11-20'
                        title: Earth to America
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /sd4xN5xi8tKRPrJOWwNiZEile7f.jpg
                        character: Woody Car (voice)
                        credit_id: 550da08dc3a368487d006282
                        genre_ids:
                          - 16
                          - 12
                          - 35
                          - 10751
                        id: 920
                        media_type: movie
                        order: 21
                        original_language: en
                        original_title: Cars
                        overview: >-
                          Lightning McQueen, a hotshot rookie race car driven to
                          succeed, discovers that life is about the journey, not
                          the finish line, when he finds himself unexpectedly
                          detoured in the sleepy Route 66 town of Radiator
                          Springs. On route across the country to the big Piston
                          Cup Championship in California to compete against two
                          seasoned pros, McQueen gets to know the town's offbeat
                          characters.
                        popularity: 57.385
                        poster_path: /2Touk3m5gzsqr1VsvxypdyHY5ci.jpg
                        release_date: '2006-06-08'
                        title: Cars
                        video: false
                        vote_average: 7
                        vote_count: 13987
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 65c7d924e295b4012ff7ee16
                        genre_ids:
                          - 99
                        id: 1242980
                        media_type: movie
                        order: 3
                        original_language: pt
                        original_title: Nos Bastidores de Hollywood
                        overview: ''
                        popularity: 2.155
                        poster_path: /2tbIAd61D03RPNvjouFq9CkyKWo.jpg
                        release_date: '2005-03-01'
                        title: Nos Bastidores de Hollywood
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /a6Ha2K2VGQVDEPL76oN8qLVnqAH.jpg
                        character: Self
                        credit_id: 554f734e92514162f2001889
                        genre_ids:
                          - 99
                          - 36
                        id: 32562
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: The Celluloid Closet
                        overview: >-
                          What "That's Entertainment" did for movie musicals,
                          "The Celluloid Closet" does for Hollywood
                          homosexuality, as this exuberant, eye-opening movie
                          serves up a dazzling hundred-year history of the role
                          of gay men and lesbians have had on the silver
                          screen.  Lily Tomlin narrates as Oscar-winning
                          moviemaker Rob Epstein ("The Times of Harvey Milk" and
                          "Common Threads: Stories from the Quilt") and Jeffrey
                          Friedman assemble fabulous footage from 120 films
                          showing the changing face of cinema sexuality, from
                          cruel stereotypes to covert love to the activist
                          triumphs of the 1990s. Tom Hanks, Susan Sarandon,
                          Whoopi Goldberg, Tony Curtis, Harvey Fierstein and
                          Gore Vidal are just a few of the many actors, writers
                          and commentators who provide funny and insightful
                          anecdotes.
                        popularity: 8.213
                        poster_path: /x0DSh3uMeQk6EG1DHjGJUywN7C0.jpg
                        release_date: '1996-01-30'
                        title: The Celluloid Closet
                        video: false
                        vote_average: 7.183
                        vote_count: 101
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        character: Self
                        credit_id: 65ceac5284f249018a42c464
                        genre_ids:
                          - 99
                        id: 897465
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Walking the Mile
                        overview: >-
                          Full-length documentary about the making of Frank
                          Darabont's drama, The Green Mile, based on Stephen
                          King's novel.
                        popularity: 1.597
                        poster_path: /4Z0QHzVRduxaQ9oSvKaNFp9kZUP.jpg
                        release_date: '2014-12-09'
                        title: Walking the Mile
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /2NGBchckkORvJ94ojJWQDqgVvEX.jpg
                        character: Eamon Bailey
                        credit_id: 55528c9bc3a368426f0054e9
                        genre_ids:
                          - 18
                          - 53
                          - 878
                        id: 339988
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Circle
                        overview: >-
                          A young tech worker takes a job at a powerful Internet
                          corporation, quickly rises up the company's ranks, and
                          soon finds herself in a perilous situation concerning
                          privacy, surveillance and freedom. She comes to learn
                          that her decisions and actions will determine the
                          future of humanity.
                        popularity: 18.017
                        poster_path: /bQVqd5rWrx5GbXhJNuvKy4Viz6j.jpg
                        release_date: '2017-04-27'
                        title: The Circle
                        video: false
                        vote_average: 5.518
                        vote_count: 4389
                      - adult: false
                        backdrop_path: /4m8yq8vEVGVcmOxO39j1Yz8ry1s.jpg
                        character: Self - Narrator (voice)
                        credit_id: 65df638eb76cbb017dd91b5d
                        genre_ids:
                          - 10752
                          - 99
                          - 36
                        id: 1251636
                        media_type: movie
                        order: 29
                        original_language: en
                        original_title: The Bloody Hundredth
                        overview: >-
                          Meet the real-life airmen who inspired Masters of the
                          Air as they share the harrowing and transformative
                          events of the 100th Bomb Group.
                        popularity: 10.487
                        poster_path: /5GnpAw5BaQBNqYd4wE1IptYEVKd.jpg
                        release_date: '2024-03-14'
                        title: The Bloody Hundredth
                        video: false
                        vote_average: 7.423
                        vote_count: 26
                      - adult: false
                        backdrop_path: /yCXvf4C9cKnTSOJtuNRGqB0CUFV.jpg
                        character: Woody (voice)
                        credit_id: 65edd5772790bf01634423c9
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 1084244
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 5
                        overview: >-
                          Buzz, Woody, Jessie and the rest of the gang's jobs
                          get exponentially harder when they go head to head
                          with an all-new threat to playtime: tech.
                        popularity: 28.313
                        poster_path: /i4UtdsApMwXQkGD2mBDroJSJZsk.jpg
                        release_date: '2026-06-17'
                        title: Toy Story 5
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 639b9d239408ec00a8dc5c31
                        genre_ids:
                          - 99
                          - 10770
                        id: 1061818
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: '''Tis the Season: The Holidays on Screen'
                        overview: >-
                          CNN Documentary Covering the History and Impact of
                          Christmas Movies and TV
                        popularity: 2.828
                        poster_path: /ie5zpIgWKKKAU24flhdO3FjrUVD.jpg
                        release_date: '2022-11-27'
                        title: '''Tis the Season: The Holidays on Screen'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 65f83bd2e194b0017cc0dc11
                        genre_ids:
                          - 99
                        id: 1258314
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg
                        character: Self
                        credit_id: 6398a54ba1a9ba00a0009041
                        genre_ids:
                          - 10402
                          - 99
                        id: 42348
                        media_type: movie
                        order: 64
                        original_language: en
                        original_title: Live 8
                        overview: >-
                          On 2 July 2005 an estimated 3 billion people came
                          together in the fight against extreme poverty. LIVE 8
                          - 10 concerts featuring over 1000 musicians from
                          across the globe - asked people not for their money,
                          but for their voice.
                        popularity: 3.575
                        poster_path: /joFzIENnJHDLesiktLETN3VNutO.jpg
                        release_date: '2005-11-07'
                        title: Live 8
                        video: false
                        vote_average: 7.2
                        vote_count: 23
                      - adult: false
                        backdrop_path: /3aQk7jAuOw6Zw9cquTtqqcaTcwb.jpg
                        character: Self (archive footage)
                        credit_id: 63a7c7a5b3316b0085c879bc
                        genre_ids:
                          - 99
                          - 10770
                        id: 1065395
                        media_type: movie
                        order: 49
                        original_language: it
                        original_title: Noi siamo cinema
                        overview: An Italian documentary about Italian cinema.
                        popularity: 2.561
                        poster_path: /h8AbL2k8aA828b5tvZJMuOfspRb.jpg
                        release_date: '2021-12-16'
                        title: We Are Cinema
                        video: false
                        vote_average: 9.5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 660dc6915aadc4017c66a65d
                        genre_ids:
                          - 99
                        id: 729031
                        media_type: movie
                        order: 8
                        original_language: de
                        original_title: Die Clint Eastwood Story
                        overview: German Documentary on Clint Eastwood
                        popularity: 1.188
                        poster_path: /duInEKeZfJl0rhj24RXjGz3SUB4.jpg
                        release_date: '2018-02-07'
                        title: Die Clint Eastwood Story
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /phWZP5FESItyhQcqk6sWz35nUtP.jpg
                        character: Chesley 'Sully' Sullenberger
                        credit_id: 561c1d9cc3a3682251002307
                        genre_ids:
                          - 18
                          - 36
                        id: 363676
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Sully
                        overview: >-
                          On 15 January 2009, the world witnessed the 'Miracle
                          on the Hudson' when Captain 'Sully' Sullenberger
                          glided his disabled plane onto the Hudson River,
                          saving the lives of all 155 souls aboard. However,
                          even as Sully was being heralded by the public and the
                          media for his unprecedented feat of aviation skill, an
                          investigation was unfolding that threatened to destroy
                          his reputation and career.
                        popularity: 50.74
                        poster_path: /4vs83YcJ8TsabADDtaeCJ6ZTjYY.jpg
                        release_date: '2016-09-07'
                        title: Sully
                        video: false
                        vote_average: 7.2
                        vote_count: 7185
                      - adult: false
                        backdrop_path: /uFxfOzGTuI4ttzQXZD2QiC3x1VP.jpg
                        character: Self - ‘Colonel Tom Parker’
                        credit_id: 63bb567fa6e2d2007eb9ecfc
                        genre_ids:
                          - 99
                        id: 1071583
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: >-
                          Just a Boy From Tupelo: Bringing Elvis to the Big
                          Screen
                        overview: >-
                          Director Baz Luhrmann, actors Austin Butler and Tom
                          Hanks, and others explore the life and legacy of Elvis
                          Presley and the making of the acclaimed hit film,
                          ELVIS.
                        popularity: 1.394
                        poster_path: /u5ymBf2RvKXUJAsK8BZANZC3BQy.jpg
                        release_date: '2023-01-08'
                        title: >-
                          Just a Boy From Tupelo: Bringing Elvis to the Big
                          Screen
                        video: false
                        vote_average: 5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Narrator
                        credit_id: 567d70c59251412e52004ea2
                        genre_ids:
                          - 12
                          - 99
                          - 18
                        id: 374164
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Boatlift
                        overview: >-
                          From the midst of 9/11, one of the darkest moments in
                          American history, comes this inspiring and relatively
                          unknown story. When the twin towers fell, hundreds of
                          thousands of people ran to the water's edge. They soon
                          realized that Manhattan is, indeed, an island. And
                          that they were trapped. Within moments, an armada of
                          every vessel that could get to the city's seawall
                          spontaneously organized. Dashing into the teeth of
                          danger, hundreds of boats pulled together and, without
                          any formal planning, military or otherwise, they
                          pulled off an ad-hoc sea evacuation that became the
                          largest in history. Their story of courage and resolve
                          reminds us of the powerful spirit that rose among us,
                          on that fateful day. Narrated by Tom Hanks. Directed
                          by Eddie Rosenstein.
                        popularity: 0.672
                        poster_path: /CL5DxOFJ0hwW2DWTVlq2pJD90D.jpg
                        release_date: '2011-09-08'
                        title: Boatlift
                        video: false
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 56b2431392514103380004b3
                        genre_ids:
                          - 99
                        id: 380994
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: 'Mike Nichols: An American Master'
                        overview: >-
                          With charm and wit, Nichols discusses his life and
                          50-year career as a performer and director.
                        popularity: 2.912
                        poster_path: /wOMSIJeIt3LunhwSeSF7LO2JuPe.jpg
                        release_date: '2016-01-29'
                        title: 'Mike Nichols: An American Master'
                        video: false
                        vote_average: 6.3
                        vote_count: 10
                      - adult: false
                        backdrop_path: /mbxqEVH9CSJtLMqSzXZ1ubSV9d8.jpg
                        character: Self
                        credit_id: 56f49b3e9251417a490009da
                        genre_ids:
                          - 99
                        id: 356325
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Everything Is Copy
                        overview: >-
                          A candid portrait of writer/director Nora Ephron,
                          directed by her son, journalist Jacob Bernstein.
                        popularity: 3.517
                        poster_path: /oCQUxbAcANmQoCR5TeVDEMdVhWR.jpg
                        release_date: '2015-09-29'
                        title: Everything Is Copy
                        video: false
                        vote_average: 7.3
                        vote_count: 31
                      - adult: false
                        backdrop_path: null
                        character: Leland
                        credit_id: 6661f38fb5dc23bdef21fea6
                        genre_ids:
                          - 18
                          - 35
                        id: 1137350
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Phoenician Scheme
                        overview: >-
                          Dark tale of espionage following a strained
                          father-daughter relationship within a family business.
                          Twists revolve around betrayal and morally gray
                          choices.
                        popularity: 5.445
                        poster_path: /unOHzaVVAgWEVlk8elRtzX71wbT.jpg
                        release_date: ''
                        title: The Phoenician Scheme
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /q62bpQ67qaXY0u6b2wFEnQYIbPd.jpg
                        character: Woody (voice)
                        credit_id: 577a78b8c3a368770400058f
                        genre_ids:
                          - 10751
                          - 12
                          - 16
                          - 35
                          - 14
                        id: 301528
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 4
                        overview: >-
                          Woody has always been confident about his place in the
                          world and that his priority is taking care of his kid,
                          whether that's Andy or Bonnie. But when Bonnie adds a
                          reluctant new toy called "Forky" to her room, a road
                          trip adventure alongside old and new friends will show
                          Woody how big the world can be for a toy.
                        popularity: 59.708
                        poster_path: /w9kR8qbmQ01HwnvK4alvnQ2ca0L.jpg
                        release_date: '2019-06-19'
                        title: Toy Story 4
                        video: false
                        vote_average: 7.5
                        vote_count: 9803
                      - adult: false
                        backdrop_path: /7K14XTTTtlmJLpnpfd9MT61hIfv.jpg
                        character: Self (archive footage)
                        credit_id: 667740eb55857f9b29bdeeff
                        genre_ids:
                          - 99
                        id: 1298922
                        media_type: movie
                        order: 10
                        original_language: fr
                        original_title: De "Matrix" à "Sense8", la révolution Wachowski
                        overview: >-
                          From "Bound" to the queer series "Work in Progress",
                          an exploration and deciphering of the artistic work
                          and revolutionary career of Lana and Lilly Wachowski.
                          "Matrix" is the soil in which all the seeds of the
                          filmmakers' struggle were sown. Feminism,
                          anti-capitalism, trans-identity and racial justice are
                          encoded in trench-coat action scenes and symbol-laden
                          metaphors. The two sisters, as uncompromising in their
                          societal battles as they are in their experimental
                          aesthetics, are a happy Hollywood anomaly, a real
                          crack in the matrix it's time to rediscover.
                        popularity: 2.205
                        poster_path: /kAsd3BvvSh5RkrpJ6FygpG4kFEF.jpg
                        release_date: '2024-05-31'
                        title: De "Matrix" à "Sense8", la révolution Wachowski
                        video: false
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /sQaesFBOHjDgL1ah43xRZpLsW2W.jpg
                        character: Self
                        credit_id: 57ab202fc3a36827b4001039
                        genre_ids:
                          - 99
                        id: 406122
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Toy Story at 20: To Infinity and Beyond'
                        overview: >-
                          Retrospective looking at the revolutionary
                          computer-animated feature film Toy Story.
                        popularity: 4.039
                        poster_path: /e1A7HontTztPtBCGwAHqIF0CIj4.jpg
                        release_date: '2015-12-10'
                        title: 'Toy Story at 20: To Infinity and Beyond'
                        video: false
                        vote_average: 6.8
                        vote_count: 13
                      - adult: false
                        backdrop_path: /n77OxYu5POTaHiCKxkdAX9ko5zZ.jpg
                        character: Waitstill Sharp (voice)
                        credit_id: 57bbc639c3a368301300088e
                        genre_ids:
                          - 99
                        id: 252451
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Defying the Nazis: The Sharps'' War'
                        overview: >-
                          Join an American couple’s courageous mission in 1939
                          to help refugees escape Nazi-occupied Europe. Over the
                          course of two years, the pair will risk their lives so
                          that hundreds can live in freedom.
                        popularity: 1.455
                        poster_path: /cnMQERaTKOZZTwT4YmbPd52qzId.jpg
                        release_date: '2016-09-20'
                        title: 'Defying the Nazis: The Sharps'' War'
                        video: false
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /j1z8S3ZfgDn47AegrQoslsdAoHl.jpg
                        character: Self
                        credit_id: 57d0d14492514173ac00573b
                        genre_ids:
                          - 99
                        id: 414792
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: California Typewriter
                        overview: >-
                          A story about people whose lives are connected by
                          typewriters. A meditation on creativity and technology
                          featuring Tom Hanks, John Mayer, Sam Shepard, David
                          McCullough and others.
                        popularity: 2.554
                        poster_path: /8tdOPx8TZ6y85BHD0G3sS8anuMY.jpg
                        release_date: '2017-08-18'
                        title: California Typewriter
                        video: false
                        vote_average: 6.9
                        vote_count: 32
                      - adult: false
                        backdrop_path: null
                        character: Self - Actor
                        credit_id: 668d3687381eee5eb5f366db
                        genre_ids:
                          - 99
                          - 10770
                        id: 253639
                        media_type: movie
                        order: 185
                        original_language: en
                        original_title: And the Oscar Goes To...
                        overview: >-
                          The story of the gold-plated statuette that became the
                          film industry's most coveted prize, AND THE OSCAR GOES
                          TO... traces the history of the Academy itself, which
                          began in 1927 when Louis B. Mayer, then head of MGM,
                          led other prominent members of the industry in forming
                          this professional honorary organization. Two years
                          later the Academy began bestowing awards, which were
                          nicknamed "Oscar," and quickly came to represent the
                          pinnacle of cinematic achievement.
                        popularity: 4.888
                        poster_path: /rRL4xf3Z6kgLUyb5vbGKErlzP4h.jpg
                        release_date: '2014-02-01'
                        title: And the Oscar Goes To...
                        video: false
                        vote_average: 6.971
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage) (uncredited)
                        credit_id: 58569e5092514146c903cdbc
                        genre_ids:
                          - 99
                        id: 43714
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: The Harryhausen Chronicles
                        overview: >-
                          As an actor, director and producer, Ray Harryhausen
                          has been a vibrant figure in Hollywood, working on
                          everything from family films to mind-bending sci-fi.
                          But his true genius lay in the creation of special
                          effects for movies such as Mighty Joe Young and It
                          Came from Outer Space. Narrated by Leonard Nimoy and
                          featuring appearances by George Lucas and Ray
                          Bradbury, this film documents Harryhausen's remarkable
                          life's work.
                        popularity: 3.182
                        poster_path: /xP4CR20quD3iNi0qKxyhpjs0YNr.jpg
                        release_date: '1997-01-01'
                        title: The Harryhausen Chronicles
                        video: false
                        vote_average: 6.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /h5jqLrIv1tlszezv2UEWq9KBuoj.jpg
                        character: Ben Bradlee
                        credit_id: 58c43116c3a368536200010d
                        genre_ids:
                          - 18
                          - 36
                        id: 446354
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Post
                        overview: >-
                          A cover-up that spanned four U.S. Presidents pushed
                          the country's first female newspaper publisher and a
                          hard-driving editor to join an unprecedented battle
                          between journalist and government. Inspired by true
                          events.
                        popularity: 30.384
                        poster_path: /h4XG3g6uMMPIBPjAoQhC2QIMdkl.jpg
                        release_date: '2017-12-22'
                        title: The Post
                        video: false
                        vote_average: 7.009
                        vote_count: 4578
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58fafc4592514163ec009438
                        genre_ids:
                          - 99
                        id: 453422
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: 'Sully: Sully Sullenberger - The Man Behind the Miracle'
                        overview: >-
                          Documentary about the life of Captain Chesley
                          Sullenberger
                        popularity: 0.906
                        poster_path: null
                        release_date: '2016-12-20'
                        title: 'Sully: Sully Sullenberger - The Man Behind the Miracle'
                        video: true
                        vote_average: 6.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 58ff12c2c3a368539f00601f
                        genre_ids:
                          - 35
                        id: 454330
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: 'Saturday Night Live: 15th Anniversary'
                        overview: >-
                          A TV special celebrating the 15th anniversary of
                          Saturday Night Live. Before a celebrity audience, many
                          of the former cast members and guest hosts return to
                          perform their signature monologues and present a look
                          back at some of the best comedy skits and musical
                          numbers of the past 15 years.
                        popularity: 1.665
                        poster_path: /m7HxQu1CC82mYCTiabOdOja91Iw.jpg
                        release_date: '1989-09-24'
                        title: 'Saturday Night Live: 15th Anniversary'
                        video: true
                        vote_average: 7.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /z1uRO9B7Gqp9ZELapLdX80Ivtwv.jpg
                        character: Self / Paul Edgecomb
                        credit_id: 5910d53ec3a36864ec033b16
                        genre_ids:
                          - 99
                          - 18
                        id: 456703
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Walking the Mile: The Making of The Green Mile'
                        overview: >-
                          Frank Darabont explains how this new project was
                          introduced thru a phone call from Stephen King as
                          "another prison tale" if he was interested to make it,
                          the answer was not, King expose his concept idea in
                          few words, however Frank asking to Stephen send the
                          script to him firstly, when the first tale was
                          finished and sent to Darabont, after reading such odd
                          story, asking for more, so King replied "You must wait
                          as anybody else", receiving later all other tales
                          Frank wrote a screenplay on 8 weeks, so come up "the
                          Green Mile"
                        popularity: 2.317
                        poster_path: null
                        release_date: '2000-06-13'
                        title: 'Walking the Mile: The Making of The Green Mile'
                        video: true
                        vote_average: 7
                        vote_count: 10
                      - adult: false
                        backdrop_path: /8jELoQY7JosQaGOtLmlVHJzUzeq.jpg
                        character: Self
                        credit_id: 595d127a9251415a400439f8
                        genre_ids:
                          - 99
                        id: 464729
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Story Behind 'Toy Story'
                        overview: >-
                          The documentary short of Toy Story of why and how the
                          feature length blockbuster sleeper movie became a
                          success and helps to boost Pixar's popularity of
                          making one of the few animation movie production
                          companies in the world today, especially in North
                          America.
                        popularity: 4.916
                        poster_path: /ul7sy0m9GPifIgMaEXX8ivENqHP.jpg
                        release_date: '1996-12-18'
                        title: The Story Behind 'Toy Story'
                        video: true
                        vote_average: 7.9
                        vote_count: 16
                      - adult: false
                        backdrop_path: null
                        character: David S. Pumpkins
                        credit_id: 59ce6a1fc3a3686aa9019e54
                        genre_ids:
                          - 16
                          - 35
                          - 10770
                        id: 478639
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The David S. Pumpkins Halloween Special
                        overview: >-
                          Set in a small suburban town on All Hallows' Eve, the
                          special centers on David Pumpkins and his skeleton
                          sidekicks who show a young boy and his sister the true
                          meaning of Halloween, answering none of their
                          questions along the way.
                        popularity: 2.904
                        poster_path: /3uoVw6eGWi3ek9c0DYP4r0O6AkX.jpg
                        release_date: '2017-10-28'
                        title: The David S. Pumpkins Halloween Special
                        video: false
                        vote_average: 5
                        vote_count: 18
                      - adult: false
                        backdrop_path: /hoML3xQNqd6aRcUXiVlPhrSIfAR.jpg
                        character: Self
                        credit_id: 59dc100e92514124cd068260
                        genre_ids:
                          - 99
                        id: 467062
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Spielberg
                        overview: >-
                          A documentary on the life and career of one of the
                          most influential film directors of all time, Steven
                          Spielberg.
                        popularity: 7.392
                        poster_path: /2AAvIR2PHoxNITgLDOkXXlWLlua.jpg
                        release_date: '2017-10-05'
                        title: Spielberg
                        video: false
                        vote_average: 7.6
                        vote_count: 280
                      - adult: false
                        backdrop_path: null
                        character: Self - Interviewee
                        credit_id: 59e392f79251410b670002c4
                        genre_ids:
                          - 35
                          - 10402
                          - 10770
                        id: 32694
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: 'The Rutles 2: Can''t Buy Me Lunch'
                        overview: >-
                          Twenty-three years after the release of the original
                          Beatles mockumentary, 'The Rutles: All You Need Is
                          Cash', famous artists, actors and musicians speak out
                          on how The Rutles influenced them.
                        popularity: 2.551
                        poster_path: /maUbhufh8qw44vg2rYnQcozpd2l.jpg
                        release_date: '2003-08-16'
                        title: 'The Rutles 2: Can''t Buy Me Lunch'
                        video: false
                        vote_average: 5.6
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fc9251410b670003bc
                        genre_ids:
                          - 99
                        id: 459682
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'Catch Me If You Can: Behind the Camera'
                        overview: >-
                          A behind-the-scenes look at the making of Stephen
                          Spielberg's "Catch Me If You Can."
                        popularity: 3.163
                        poster_path: /dW0ufGS32gimuicgzvf7P0YTSHf.jpg
                        release_date: '2003-05-06'
                        title: 'Catch Me If You Can: Behind the Camera'
                        video: false
                        vote_average: 8.25
                        vote_count: 30
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5a1c161cc3a3680b8a0533af
                        genre_ids:
                          - 99
                        id: 224355
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: 'Rebels of Oakland: The A''s, The Raiders, The ''70s'
                        overview: >-
                          "As soon as you hear the title to this new one, you
                          know exactly what it's about and why it's likely to be
                          good, especially if you were a sports fan growing up
                          in the 1970s. Even to good boys all the way across the
                          country in New Hampshire, the authority-flouting
                          baseball A's and football Raiders were magical. Not
                          only did they win championships, they did it amid
                          clubhouse brawls, feuds with an owner and a general
                          embrace of the 1960s aesthetic.  Filmmakers Rick
                          Bernstein and Ross Greenburg tell the stories of these
                          turbulent, talented teams and show how they perfectly
                          fit their city. Oakland was blue collar and home to
                          hardcore hard-core 1960s rebellion, exemplified by the
                          Black Panthers. Oakland, especially, was not San
                          Francisco, the effete, world-class city across the
                          bay."
                        popularity: 1.306
                        poster_path: /rc9ovrusS56WpuR79BaYksmEEhq.jpg
                        release_date: '2003-12-10'
                        title: 'Rebels of Oakland: The A''s, The Raiders, The ''70s'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /cSJMk9Jar8SibFXL8JAF9p2fhKu.jpg
                        character: Fred Rogers
                        credit_id: 5a709346c3a36847e4012aaa
                        genre_ids:
                          - 18
                          - 36
                        id: 501907
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: A Beautiful Day in the Neighborhood
                        overview: >-
                          An award-winning cynical journalist, Lloyd Vogel,
                          begrudgingly accepts an assignment to write an Esquire
                          profile piece on the beloved television icon Fred
                          Rogers. After his encounter with Rogers, Vogel's
                          perspective on life is transformed.
                        popularity: 19.001
                        poster_path: /p9vCAVhDK375XyobVcKqzqzsUHE.jpg
                        release_date: '2019-09-07'
                        title: A Beautiful Day in the Neighborhood
                        video: false
                        vote_average: 6.973
                        vote_count: 1610
                      - adult: false
                        backdrop_path: /xXBnM6uSTk6qqCf0SRZKXcga9Ba.jpg
                        character: Commander Krause
                        credit_id: 5ac6db57c3a36834de01a435
                        genre_ids:
                          - 10752
                          - 28
                          - 18
                        id: 516486
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Greyhound
                        overview: >-
                          A first-time captain leads a convoy of allied ships
                          carrying thousands of soldiers across the treacherous
                          waters of the "Black Pit" to the front lines of WWII.
                          With no air cover protection for 5 days, the captain
                          and his convoy must battle the surrounding enemy Nazi
                          U-boats in order to give the allies a chance to win
                          the war.
                        popularity: 39.865
                        poster_path: /kjMbDciooTbJPofVXgAoFjfX8Of.jpg
                        release_date: '2020-07-09'
                        title: Greyhound
                        video: false
                        vote_average: 7.403
                        vote_count: 2907
                      - adult: false
                        backdrop_path: /91qfG6VaxRsCh1SbIi1w2vxknsL.jpg
                        character: Woody (voice)
                        credit_id: 5ac0152ec3a368443f034084
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 863
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Toy Story 2
                        overview: >-
                          Andy heads off to Cowboy Camp, leaving his toys to
                          their own devices. Things shift into high gear when an
                          obsessive toy collector named Al McWhiggen, owner of
                          Al's Toy Barn kidnaps Woody. Andy's toys mount a
                          daring rescue mission, Buzz Lightyear meets his match
                          and Woody has to decide where he and his heart truly
                          belong.
                        popularity: 91.876
                        poster_path: /yFWQkz2ynjwsazT6xQiIXEUsyuh.jpg
                        release_date: '1999-10-30'
                        title: Toy Story 2
                        video: false
                        vote_average: 7.6
                        vote_count: 13895
                      - adult: false
                        backdrop_path: /oE6bhqqVFyIECtBzqIuvh6JdaB5.jpg
                        character: Finch
                        credit_id: 5aecfbc99251411d1e0022e1
                        genre_ids:
                          - 878
                          - 18
                          - 12
                        id: 522402
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Finch
                        overview: >-
                          On a post-apocalyptic Earth, a robot, built to protect
                          the life of his dying creator's beloved dog, learns
                          about life, love, friendship, and what it means to be
                          human.
                        popularity: 36.962
                        poster_path: /jKuDyqx7jrjiR9cDzB5pxzhJAdv.jpg
                        release_date: '2021-11-04'
                        title: Finch
                        video: false
                        vote_average: 7.874
                        vote_count: 3529
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 5b6be82092514140641214e4
                        genre_ids:
                          - 99
                        id: 471198
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: The Universal Story
                        overview: >-
                          Richard Dreyfuss hosts a celebration of the 80 year
                          history of Universal Studios. Founded as IMP by Carl
                          Leammle to oppose Edison's Motion Picture Tust, it
                          soon grew under the leadership of 21 year old
                          production head Irving Thalberg with classic silents
                          from artists like John Ford, Erich Von Stroheim, and
                          Lon Chaney and prospered further in the Sound Era
                          under the leadership of Carl Leammle Jr. with such
                          classics as "All Quiet on The Western Front,"
                          "Showboat," and the studio's signature monster
                          franchises, "Frankenstein" and "Dracula."
                        popularity: 1.243
                        poster_path: /QmEOPgTZ9hELnWSmfzelaqAriU.jpg
                        release_date: '1996-04-21'
                        title: The Universal Story
                        video: false
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /zOpB3aAL935XXxvdA1wjUuHFn5C.jpg
                        character: Will Mayo
                        credit_id: 5bab96dbc3a3683ac902692b
                        genre_ids:
                          - 99
                        id: 550600
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: The Mayo Clinic
                        overview: >-
                          The Mayo Clinic tells the story of a unique medical
                          institution that has been called a "Medical Mecca,"
                          the "Supreme Court of Medicine," and the "place for
                          hope where there is no hope." The Mayo Clinic began in
                          1883 as an unlikely partnership between the Sisters of
                          Saint Francis and a country doctor named William
                          Worrall Mayo after a devastating tornado in rural
                          Minnesota. Since then, it has grown into an
                          organization that treats more than a million patients
                          a year from all 50 states and 150 countries. Dr. Mayo
                          had a simple philosophy he imparted to his sons Will
                          and Charlie: "the needs of the patient come first."
                          They wouldn't treat diseases...they would treat
                          people. In a world where healthcare delivery is
                          typically fragmented among individual specialties, the
                          Mayo Clinic practices a multi-specialty, team-based
                          approach that has, from its beginnings, created a
                          culture that thrives on collaboration.
                        popularity: 1.319
                        poster_path: /r5Axef30grCmdyN3UR8eftSB4fo.jpg
                        release_date: '2018-09-25'
                        title: The Mayo Clinic
                        video: false
                        vote_average: 7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg
                        character: Self
                        credit_id: 5bac137f92514150ee029a76
                        genre_ids:
                          - 99
                          - 10402
                        id: 504561
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Quincy
                        overview: >-
                          An intimate look into the life of icon Quincy Jones. A
                          unique force in music and popular culture for 70
                          years, Jones has transcended racial and cultural
                          boundaries; his story is inextricably woven into the
                          fabric of America.  Jones came to prominence in the
                          1950s as a jazz arranger and conductor before working
                          on pop music and film scores. He moved easily between
                          musical genres, producing major pop hits of the early
                          1960s  and serving as an arranger and conductor for
                          several collaborations in the same time period.
                        popularity: 5.906
                        poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg
                        release_date: '2018-09-09'
                        title: Quincy
                        video: false
                        vote_average: 7.3
                        vote_count: 106
                      - adult: false
                        backdrop_path: /mU7A8sM6TFC5MuFxl2i0rLbEHLk.jpg
                        character: Self
                        credit_id: 5c0e5c92c3a36825150c845b
                        genre_ids:
                          - 99
                        id: 567649
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Last Mile
                        overview: >-
                          It's been 25 years since “Philadelphia” premiered, and
                          since then, we've come a long way in the fight to end
                          AIDS. In partnership with Coca Cola and RED, "The Last
                          Mile" explores how far we've come.
                        popularity: 0.962
                        poster_path: /fp3mOjFJ55HhHVULBMs5oqtzWk2.jpg
                        release_date: '2018-12-01'
                        title: The Last Mile
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: /6NXM452S865MhGx3WiNIYyc2bLa.jpg
                        character: Narrator
                        credit_id: 5c38ad42c3a368266a5d7f9d
                        genre_ids:
                          - 10752
                          - 99
                        id: 574379
                        media_type: movie
                        order: 9
                        original_language: en
                        original_title: Beyond All Boundaries
                        overview: >-
                          A visual, 4-D experience of the battles of World War
                          II featuring stories, archival footage and advanced
                          special effects.
                        popularity: 2.705
                        poster_path: /8TcXwhS8HbXLXC1hadEvesf8wwb.jpg
                        release_date: '2009-11-09'
                        title: Beyond All Boundaries
                        video: false
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /57dG6BzU2RcPtLgoA3oyHUIb2rI.jpg
                        character: Captain Jefferson Kyle Kidd
                        credit_id: 5c5f525ac3a3683cc68eab43
                        genre_ids:
                          - 18
                          - 37
                          - 12
                        id: 581032
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: News of the World
                        overview: >-
                          A Texan traveling across the wild West bringing the
                          news of the world to local townspeople, agrees to help
                          rescue a young girl who was kidnapped.
                        popularity: 16.612
                        poster_path: /fYQCgVRsQTEfUrP7cW5iAFVYOlh.jpg
                        release_date: '2020-12-25'
                        title: News of the World
                        video: false
                        vote_average: 6.963
                        vote_count: 1743
                      - adult: false
                        backdrop_path: /xUgWf8zeBbirS9YVIFDY3Dp6VEk.jpg
                        character: Self
                        credit_id: 5c732730c3a3685a44177f59
                        genre_ids:
                          - 10402
                          - 99
                        id: 325450
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'The Dave Clark Five and Beyond: Glad All Over'
                        overview: >-
                          The Dave Clark Five started the rock n roll British
                          invasion that changed the world, having already
                          knocked The Beatles out of the #1 position in the UK.
                          Watch newly-filmed interviews with Tom Hanks, Paul
                          McCartney, Elton John, Bruce Springsteen, Stevie
                          Wonder, Dionne Warwick and many more, as they share
                          their memories of how the music of the 60s and the
                          cultural revolution of 1964 changed their lives
                          forever. Bonus disc includes 2 hours of extra
                          interview scenes and rare archival footage, including
                          never-before-seen star performances and alternate
                          performances from The DC5 ! Featuring 4 hours of
                          star-studded performances in total!
                        popularity: 1.19
                        poster_path: /jNTueLKnIavVd1hUNO2c55wnWfF.jpg
                        release_date: '2014-05-13'
                        title: 'The Dave Clark Five and Beyond: Glad All Over'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /hFeW14oNRU0hKiILAUKZVrilFBg.jpg
                        character: Host
                        credit_id: 5cb28f639251411ed620788c
                        genre_ids:
                          - 10402
                          - 99
                        id: 31107
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        overview: "On October 29th and 30th, 2009, rock 'n' roll royalty held court at Madison Square Garden for what have been called 'the best concerts ever,' and 'where rock 'n' roll history was made.'\r The concerts featured a who's who of rock 'n' roll from the '50s to the '90s and included artists performing together in unprecedented combinations that will most likely never be witnessed again.\r 'The 25th Anniversary Rock and Roll Hall of Fame Anniversary Concerts' included sets by Crosby, Stills & Nash; Stevie Wonder; Paul Simon; Simon & Garfunkel; Aretha Franklin; Metallica; U2; Jeff Beck and Bruce Springsteen & the E-Street Band. Joining this iconic line up on stage were special guests including: Jerry Lee Lewis, Bonnie Raitt, Jackson Browne, Smokey Robinson, B.B. King, Annie Lennox, Lou Reed, John Fogerty, Mick Jagger, Fergie and others.\r A 4-hour special of the concerts aired on HBO to high ratings, and was seen by tens of millions. Now this historic event is available on DVD."
                        popularity: 3.371
                        poster_path: /yvVW8X56vjGWEP7zLJyLWK19mk8.jpg
                        release_date: '2009-11-29'
                        title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        video: true
                        vote_average: 8
                        vote_count: 15
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5cf19b4d92514138ccb9316b
                        genre_ids:
                          - 99
                        id: 606078
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: 'People Like Us: Making ''Philadelphia'''
                        overview: >-
                          10 years after the release of "Philadelphia," director
                          Jonathan Demme, Tom Hanks, Denzel Washington and
                          others discuss about the making of that film and it's
                          important legacy through the years of being the first
                          mainstream Hollywood film about dealing with the topic
                          of Aids, revealing its impact on culture and society.
                          Cast and crew talk about the inception of the project,
                          the making of it and curious stories about one of the
                          greatest hits of 1993.
                        popularity: 0.998
                        poster_path: /f729hoffrFAOuTkhymgi0b4hszW.jpg
                        release_date: '2004-07-19'
                        title: 'People Like Us: Making ''Philadelphia'''
                        video: false
                        vote_average: 6
                        vote_count: 3
                      - adult: false
                        backdrop_path: /1Zyf6cyFPPaU0TCD78EJiCVZPJ9.jpg
                        character: Colonel Tom Parker
                        credit_id: 5d2897a8a294f0000f2913d3
                        genre_ids:
                          - 18
                          - 10402
                          - 36
                        id: 614934
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Elvis
                        overview: >-
                          The life story of Elvis Presley as seen through the
                          complicated relationship with his enigmatic manager,
                          Colonel Tom Parker.
                        popularity: 30.594
                        poster_path: /qBOKWqAFbveZ4ryjJJwbie6tXkQ.jpg
                        release_date: '2022-06-22'
                        title: Elvis
                        video: false
                        vote_average: 7.513
                        vote_count: 3428
                      - adult: false
                        backdrop_path: null
                        character: Baxter
                        credit_id: 5d8a4c236c1e04000facfa3b
                        genre_ids:
                          - 27
                        id: 473544
                        media_type: movie
                        order: 7
                        original_language: en
                        original_title: Vault of Horror I
                        overview: >-
                          A compilation of three episodes from the Tales from
                          the Crypt series ("Carrion Death", "None but the
                          lonely heart" and "Abra Cadaver") with some famous
                          cast and directors.
                        popularity: 0.983
                        poster_path: /jrCnvkXgEe5xH7pVg6eFK05efuZ.jpg
                        release_date: '1994-07-02'
                        title: Vault of Horror I
                        video: true
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Major Matt Mason
                        credit_id: 5d9ea80ff0647c003fcda073
                        genre_ids:
                          - 12
                          - 28
                          - 10751
                        id: 638302
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Major Matt Mason
                        overview: Plot unknown. Based on a Mattel action figure.
                        popularity: 1.228
                        poster_path: null
                        release_date: ''
                        title: Major Matt Mason
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /bFzBbSphXMpv3DH01Vdg9IKs5N4.jpg
                        character: Self (archive footage)
                        credit_id: 5dd3b664356a715875e9eed6
                        genre_ids:
                          - 99
                          - 80
                        id: 558912
                        media_type: movie
                        order: 23
                        original_language: en
                        original_title: 'Beyond Boundaries: The Harvey Weinstein Scandal'
                        overview: >-
                          Examine the rise and fall of Hollywood media mogul
                          Harvey Weinstein following the scandal in 2017. Learn
                          from exclusive interviews with those who knew him in
                          the industry, and a discussion of the start of the
                          #MeToo movement.
                        popularity: 3.491
                        poster_path: /3RttUhiOHu1qFkmvYPdJOo1PJk5.jpg
                        release_date: '2018-08-21'
                        title: 'Beyond Boundaries: The Harvey Weinstein Scandal'
                        video: true
                        vote_average: 5.733
                        vote_count: 15
                      - adult: false
                        backdrop_path: null
                        character: Self / Allen Bauer
                        credit_id: 5ea8bc6db7fbbd001b39b498
                        genre_ids:
                          - 99
                          - 35
                        id: 698229
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: Making a 'Splash'
                        overview: >-
                          Retrospective documentary on the making of the hit
                          comedy Splash (1984).
                        popularity: 1.028
                        poster_path: /tqTBRER4JqHu4mjCvPA9VEcUnFP.jpg
                        release_date: '2004-03-30'
                        title: Making a 'Splash'
                        video: false
                        vote_average: 4.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /leUVJPZbA8rZIkcn33y46LGMPv2.jpg
                        character: Self
                        credit_id: 5ec3007c4e52ed002038a723
                        genre_ids:
                          - 99
                          - 10402
                          - 10770
                        id: 705899
                        media_type: movie
                        order: 6
                        original_language: en
                        original_title: >-
                          We Are One: The Obama Inaugural Celebration at the
                          Lincoln Memorial
                        overview: >-
                          A public celebration of the inauguration of Barack
                          Obama as the 44th President of the United States of
                          America at the Lincoln Memorial and the National Mall
                          in Washington D.C., on January 18, 2009.
                        popularity: 1.439
                        poster_path: /aqFHftRn2gRe5psczpv37J0Aqsi.jpg
                        release_date: '2009-01-18'
                        title: >-
                          We Are One: The Obama Inaugural Celebration at the
                          Lincoln Memorial
                        video: false
                        vote_average: 4.6
                        vote_count: 5
                      - adult: false
                        backdrop_path: /6rmc43jaxcztIGEeAq2zBIQGQ8L.jpg
                        character: Self
                        credit_id: 5ed7ae5e528b2e002073624e
                        genre_ids:
                          - 35
                        id: 712062
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Pennis from Heaven
                        overview: >-
                          Wherever he goes, Dennis Pennis (Paul Kaye) leaves a
                          trail of embarrassment in his wake. From London to the
                          Venice Film Festival and on to Hollywood, no-one is
                          spared, no star is too big to escape verbal abuse.
                          Victims include Steve Martin, Pierce Brosnan, Don
                          Johnson, Jim Carrey, Richard Gere, Sharon Stone,
                          Sandra Bullock, Charlie Sheen, Cindy Crawford, Demi
                          Moore and Arnold Schwarzennegger. If you're a star,
                          beware! Pennis is out to get you. This release
                          includes previously released Very Important Pennis,
                          Anyone For Pennis? and RIP - Too Rude to Live.
                        popularity: 1.106
                        poster_path: /c1HiJwCJy8OMdrJCmzSD8Wiz89c.jpg
                        release_date: '2005-03-28'
                        title: Pennis from Heaven
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self - Narrator
                        credit_id: 5efad50ef0317400364e6ebe
                        genre_ids:
                          - 99
                        id: 720203
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: The Road We've Traveled
                        overview: >-
                          A short documentary on the first term of President
                          Barack Obama's administration.
                        popularity: 0.58
                        poster_path: /bgkB00OM00xOQLiCwqVYMwM2JIg.jpg
                        release_date: '2012-03-15'
                        title: The Road We've Traveled
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hbrXbVoE0NuA1ORoSGGYNASagrl.jpg
                        character: Self
                        credit_id: 5f9234ea278d8a00373b5012
                        genre_ids:
                          - 35
                        id: 740985
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Borat Subsequent Moviefilm
                        overview: >-
                          14 years after making a film about his journey across
                          the USA, Borat risks life and limb when he returns to
                          the United States with his young daughter, and reveals
                          more about the culture, the COVID-19 pandemic, and the
                          political elections.
                        popularity: 24.395
                        poster_path: /3L1Ml5RWjFVfVq3rQENvgFymT0U.jpg
                        release_date: '2020-10-23'
                        title: Borat Subsequent Moviefilm
                        video: false
                        vote_average: 6.452
                        vote_count: 2545
                      - adult: false
                        backdrop_path: /nnUQqlVZeEGuCRx8SaoCU4XVHJN.jpg
                        character: Geppetto
                        credit_id: 5fd2b7cd3f7e1d0040b8ffc9
                        genre_ids:
                          - 14
                          - 12
                          - 10751
                        id: 532639
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Pinocchio
                        overview: >-
                          A wooden puppet embarks on a thrilling adventure to
                          become a real boy.
                        popularity: 28.782
                        poster_path: /g8sclIV4gj1TZqUpnL82hKOTK3B.jpg
                        release_date: '2022-09-07'
                        title: Pinocchio
                        video: false
                        vote_average: 6.344
                        vote_count: 1583
                      - adult: false
                        backdrop_path: /cNlPJE40kkEOmD28lKE98NMXEGa.jpg
                        character: Self
                        credit_id: 5fe8e928c7176d003f7c6e70
                        genre_ids:
                          - 35
                        id: 269535
                        media_type: movie
                        order: 17
                        original_language: en
                        original_title: 'Saturday Night Live: 25th Anniversary Special'
                        overview: >-
                          A TV special celebrating the 25th anniversary of
                          Saturday Night Live. Before a celebrity audience, many
                          of the former cast members and guest hosts return to
                          perform their signature monologues and present a look
                          back at some of the best comedy skits and musical
                          numbers of the past two and a half decades.
                        popularity: 3.176
                        poster_path: /iloU9d27LBYLH5AaWtkSsSoqFtC.jpg
                        release_date: '1999-09-25'
                        title: 'Saturday Night Live: 25th Anniversary Special'
                        video: true
                        vote_average: 6.8
                        vote_count: 16
                      - adult: false
                        backdrop_path: /t4OhMwOgQnBPmT9zYSytYJGeFCN.jpg
                        character: Self - Host
                        credit_id: 600025907390c0003ef5b65c
                        genre_ids:
                          - 10770
                          - 99
                        id: 785930
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Celebrating America
                        overview: >-
                          Inauguration Day special showcasing the American
                          people’s resilience, heroism, and unified commitment
                          to coming together as a nation to heal and rebuild.
                        popularity: 1.817
                        poster_path: /bor7aoKx0TvaRjqiGcal4Traaj.jpg
                        release_date: '2021-01-20'
                        title: Celebrating America
                        video: false
                        vote_average: 6.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /k7vO3lOOkxZ88Bieu5UQLEBKZOl.jpg
                        character: Himself
                        credit_id: 607a56597a97ab00409f22c5
                        genre_ids:
                          - 99
                        id: 711704
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Making 'Toy Story'
                        overview: >-
                          Documentary of the making of the groundbreaking
                          Disney/Pixar animated hit movie.
                        popularity: 5.008
                        poster_path: /s2vPOYtuOY3DMYTduRx0cOzDcWm.jpg
                        release_date: '1995-12-02'
                        title: Making 'Toy Story'
                        video: false
                        vote_average: 6.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 60bf71078a88b2003feee94d
                        genre_ids:
                          - 99
                        id: 838219
                        media_type: movie
                        order: 13
                        original_language: en
                        original_title: Rescued from the Closet
                        overview: >-
                          A collection of interviews recorded for the making of
                          the 1995 documentary "The Celluloid Closet," on the
                          subject of LGBT representation in film history.
                        popularity: 0.627
                        poster_path: /h3PZfCQ0t91plYx8p63ugpRxd5o.jpg
                        release_date: '2001-05-29'
                        title: Rescued from the Closet
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /lTTOed6NeyEaMzgItVWnNrF2yFN.jpg
                        character: Mountie
                        credit_id: 60f7065f8d1b8e002d120430
                        genre_ids:
                          - 10402
                          - 99
                        id: 28236
                        media_type: movie
                        order: 27
                        original_language: en
                        original_title: Concert for George
                        overview: >-
                          As a memorial to George Harrison on the first
                          anniversary of his passing, The Concert for George was
                          held at the Royal Albert Hall in London on 29 November
                          2002 . Organized by Harrison's widow, Olivia, and son,
                          Dhani, and arranged under the musical direction of
                          Eric Clapton and Jeff Lynne. A benefit for Harrison's
                          Material World Charitable Foundation, the all-star
                          concert took place on the day of the first anniversary
                          of his death. Proceeds from the film also went to the
                          Material World Charitable Foundation. The film was
                          shot using discreet cameras from over twelve
                          locations.
                        popularity: 5.32
                        poster_path: /gVVd7hEfOgJ3OYkOUaoCqIZMmpC.jpg
                        release_date: '2003-10-03'
                        title: Concert for George
                        video: false
                        vote_average: 8.1
                        vote_count: 58
                      - adult: false
                        backdrop_path: /iloUOSs3Rcq3aMr04CrGRWVVBkq.jpg
                        character: Stanley Zak
                        credit_id: 61045303ad87f7002ff752d2
                        genre_ids:
                          - 35
                          - 18
                        id: 747188
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Asteroid City
                        overview: >-
                          In an American desert town circa 1955, the itinerary
                          of a Junior Stargazer/Space Cadet convention is
                          spectacularly disrupted by world-changing events.
                        popularity: 32.445
                        poster_path: /hfo7pvL9Fys7rocfL4VOzw9qDEQ.jpg
                        release_date: '2023-06-08'
                        title: Asteroid City
                        video: false
                        vote_average: 6.5
                        vote_count: 1908
                      - adult: false
                        backdrop_path: /hXbPyKhuK27Nija6LOBH3aFNd7N.jpg
                        character: Self (archive footage)
                        credit_id: 6115c32a151c5c002c74dbac
                        genre_ids:
                          - 99
                        id: 37757
                        media_type: movie
                        order: 124
                        original_language: en
                        original_title: 'Never Sleep Again: The Elm Street Legacy'
                        overview: >-
                          For decades, Freddy Krueger has slashed his way
                          through the dreams of countless youngsters, scaring up
                          over half a billion dollars at the box office across
                          eight terrifying, spectacular films.
                        popularity: 10.504
                        poster_path: /wjo0erw7vqzI3gGfbapCkZjxehV.jpg
                        release_date: '2010-05-04'
                        title: 'Never Sleep Again: The Elm Street Legacy'
                        video: false
                        vote_average: 7.8
                        vote_count: 154
                      - adult: false
                        backdrop_path: /1gfpdg2H3m5Ju7f8oePNdLeXt58.jpg
                        character: Self
                        credit_id: 67150a602bbba65f7b114a9c
                        genre_ids:
                          - 99
                        id: 1335757
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Making of 'Band of Brothers'
                        overview: >-
                          Interviews made of the various actors and cast members
                          that provide the knowledge and production skills and
                          sets required to make the film a success.
                        popularity: 1.277
                        poster_path: /u9C6q5DXJRxmkEt81FaRVuhgzfF.jpg
                        release_date: '2001-09-09'
                        title: The Making of 'Band of Brothers'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /po2gbBDDdthrt9aU2xjbeBiBNzP.jpg
                        character: Self
                        credit_id: 67489ef094215dcd6d6bb79e
                        genre_ids:
                          - 99
                        id: 1394473
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: >-
                          The Untold Story of Mary Poppins: A Special Edition of
                          20/20
                        overview: >-
                          ABC takes viewers on a magical journey to celebrate
                          the 60th anniversary of one of Walt Disney’s most
                          beloved films.
                        popularity: 4.928
                        poster_path: /Art8eY0cpckCQlPPHJ5CxEP6KvG.jpg
                        release_date: '2024-11-27'
                        title: >-
                          The Untold Story of Mary Poppins: A Special Edition of
                          20/20
                        video: false
                        vote_average: 5.667
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 6750ddf543a6abd06b6ec76b
                        genre_ids: []
                        id: 1397615
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Crumbs 2
                        overview: this time theres a bit more crumbs
                        popularity: 0.816
                        poster_path: null
                        release_date: ''
                        title: Crumbs 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /aGnyqGuOfjfHWIggHs7TncwDEfx.jpg
                        character: Josh (Big)
                        credit_id: 675c714d9456706d98ab177f
                        genre_ids:
                          - 99
                          - 35
                          - 80
                          - 36
                        id: 1401354
                        media_type: movie
                        order: 59
                        original_language: en
                        original_title: The Fall of 2008
                        overview: >-
                          After starting a painting business right before the
                          housing crash, a filmmaker drives over 35,000 miles to
                          track down the people who saw it coming and look back
                          at the responses to the largest financial crisis since
                          the great depression.
                        popularity: 6.622
                        poster_path: /rcPq3jpTyvEdb1opiVowt3ynJOf.jpg
                        release_date: ''
                        title: The Fall of 2008
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /m4G421LlrPxqdtq980PLM91u38Y.jpg
                        character: Ned Donnelly
                        credit_id: 52537b5819c295794018e220
                        episode_count: 3
                        first_air_date: '1982-09-22'
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 496
                        media_type: tv
                        name: Family Ties
                        origin_country:
                          - US
                        original_language: en
                        original_name: Family Ties
                        overview: >-
                          Former 1960s flower children Steven and Elyse Keaton
                          raise their conservative son Alex, daughters Mallory
                          and Jennifer, and later, youngest child Andrew.
                        popularity: 91.223
                        poster_path: /vxERANdozlMKgl7VqGxbAvZ6u1O.jpg
                        vote_average: 7.272
                        vote_count: 230
                      - adult: false
                        backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg
                        character: Self
                        credit_id: 5253954c19c29579402c556e
                        episode_count: 1
                        first_air_date: '1988-10-03'
                        genre_ids:
                          - 10767
                          - 10763
                        id: 766
                        media_type: tv
                        name: This Morning
                        origin_country:
                          - GB
                        original_language: en
                        original_name: This Morning
                        overview: >-
                          This Morning features a variety of news, as well as
                          show business, fashion, beauty, lifestyle, home and
                          garden, food, tech, live phone-ins, and competitions.
                        popularity: 36.053
                        poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg
                        vote_average: 5.5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg
                        character: Self
                        credit_id: 5253461719c29579400c699c
                        episode_count: 1
                        first_air_date: '1994-08-14'
                        genre_ids:
                          - 10767
                        id: 217
                        media_type: tv
                        name: Inside the Actors Studio
                        origin_country:
                          - US
                        original_language: en
                        original_name: Inside the Actors Studio
                        overview: >-
                          James Lipton sits down with some of the world's most
                          accomplished actors and directors for penetrating,
                          fascinating interviews.
                        popularity: 3.97
                        poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg
                        vote_average: 7.443
                        vote_count: 53
                      - adult: false
                        backdrop_path: /6JxPt3brbwE3IySdL1BtzDYFqo3.jpg
                        character: Self
                        credit_id: 5253869519c295794020e084
                        episode_count: 1
                        first_air_date: '2003-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 562
                        media_type: tv
                        name: The Ellen DeGeneres Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Ellen DeGeneres Show
                        overview: >-
                          The Ellen DeGeneres Show, often shortened to just
                          Ellen, is an American television talk show hosted by
                          comedian/actress Ellen DeGeneres.
                        popularity: 71.642
                        poster_path: /PhUYIGUUk1RzWq2Aw3TqH65McE.jpg
                        vote_average: 5.766
                        vote_count: 156
                      - adult: false
                        backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg
                        character: Self
                        credit_id: 52572a6e760ee3776a2cb55a
                        episode_count: 3
                        first_air_date: '1996-07-22'
                        genre_ids:
                          - 10763
                          - 35
                        id: 2224
                        media_type: tv
                        name: The Daily Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Daily Show
                        overview: >-
                          The World's Fakest News Team tackle the biggest
                          stories in news, politics and pop culture.
                        popularity: 331.658
                        poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg
                        vote_average: 6.4
                        vote_count: 537
                      - adult: false
                        backdrop_path: /jphrbgfi2Plwp7wyQL0AMHzKrF0.jpg
                        character: Tom Hanks
                        credit_id: 5257226f760ee3776a222981
                        episode_count: 1
                        first_air_date: '2002-09-17'
                        genre_ids:
                          - 35
                        id: 2103
                        media_type: tv
                        name: Life with Bonnie
                        origin_country:
                          - US
                        original_language: en
                        original_name: Life with Bonnie
                        overview: >-
                          The host of the local morning talk show Morning
                          Chicago creatively balances family commitment—to her
                          husband John, a hard-working family practice doctor,
                          and their three young children— and career
                          obligations.
                        popularity: 19.349
                        poster_path: /4VG2dtEL6X3v1Ad3pyzsm8Er0hN.jpg
                        vote_average: 6.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg
                        character: Self
                        credit_id: 525713c2760ee3776a110e5f
                        episode_count: 3
                        first_air_date: '1952-01-14'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 1709
                        media_type: tv
                        name: Today
                        origin_country:
                          - US
                        original_language: en
                        original_name: Today
                        overview: >-
                          Today is a daily American morning television show that
                          airs on NBC. The program debuted on January 14, 1952.
                          It was the first of its genre on American television
                          and in the world, and is the fifth-longest running
                          American television series. Originally a two-hour
                          program on weekdays, it expanded to Sundays in 1987
                          and Saturdays in 1992. The weekday broadcast expanded
                          to three hours in 2000, and to four hours in 2007.


                          Today's dominance was virtually unchallenged by the
                          other networks until the late 1980s, when it was
                          overtaken by ABC's Good Morning America. Today retook
                          the Nielsen ratings lead the week of December 11,
                          1995, and held onto that position for 852 consecutive
                          weeks until the week of April 9, 2012, when it was
                          beaten by Good Morning America yet again. In 2002,
                          Today was ranked #17 on TV Guide's 50 Greatest
                          Television  Shows of All Time.
                        popularity: 15.889
                        poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg
                        vote_average: 5.5
                        vote_count: 26
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571af019c29571140d5c92
                        episode_count: 1
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 85.942
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.372
                        vote_count: 39
                      - adult: false
                        backdrop_path: /nwtdRZHTlDqYwuJDc7oVQueHY2l.jpg
                        character: Baxter
                        credit_id: 525734f3760ee3776a39718f
                        episode_count: 1
                        first_air_date: '1989-06-10'
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 10765
                        id: 2391
                        media_type: tv
                        name: Tales from the Crypt
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tales from the Crypt
                        overview: >-
                          Cadaverous scream legend the Crypt Keeper is your
                          macabre host for these forays of fright and fun based
                          on the classic E.C. Comics tales from back in the day.
                          So shamble up to the bar and pick your poison. Will it
                          be an insane Santa on a personal slay ride?
                          Honeymooners out to fulfill the "til death do we part"
                          vow ASAP?
                        popularity: 73.915
                        poster_path: /265Gpw7wSwwMkUQlksot8B2chRg.jpg
                        vote_average: 7.963
                        vote_count: 889
                      - adult: false
                        backdrop_path: /6LFqVT02WaNq3q3FlU7dAmt6X5A.jpg
                        character: Self
                        credit_id: 525728b4760ee3776a29d6bb
                        episode_count: 1
                        first_air_date: '1997-08-11'
                        genre_ids:
                          - 10767
                        id: 2221
                        media_type: tv
                        name: The View
                        origin_country:
                          - US
                        original_language: en
                        original_name: The View
                        overview: >-
                          ABC Daytime's morning chatfest, currently featuring
                          Whoopi Goldberg, Joy Behar, Sunny Hostin, Sara Haines,
                          Alyssa Farah Griffin, and Ana Navarro discussing the
                          most exciting events of the day. Hot topics in the
                          news, the best experts in their field, celebrity
                          interviews and general entertainment are all part of
                          The View.
                        popularity: 263.718
                        poster_path: /zn5ZtKXYo8XOoXUgtQxw7q2CjVt.jpg
                        vote_average: 4.4
                        vote_count: 95
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573be1760ee36aaa023012
                        episode_count: 1
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 53.516
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: /7cAqw5tw7DHUP1VfxH1zulA3GR2.jpg
                        character: Kip Wilson / Buffy
                        credit_id: 52573d36760ee36aaa040acb
                        episode_count: 38
                        first_air_date: '1980-11-27'
                        genre_ids:
                          - 35
                        id: 2574
                        media_type: tv
                        name: Bosom Buddies
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bosom Buddies
                        overview: >-
                          Kip and Henry, two young studs working for a New York
                          ad agency, must disguise themselves as women to live
                          in the one apartment they can afford.
                        popularity: 50.285
                        poster_path: /ocUYoa7QptPAg4jsyQB88f5M8tP.jpg
                        vote_average: 6.4
                        vote_count: 37
                      - adult: false
                        backdrop_path: /lyAx1XlcrPaenfwvSYnOl4h4WMk.jpg
                        character: ''
                        credit_id: 525757da760ee36aaa25dfcc
                        episode_count: 1
                        first_air_date: '1974-01-15'
                        genre_ids:
                          - 35
                        id: 3845
                        media_type: tv
                        name: Happy Days
                        origin_country:
                          - US
                        original_language: en
                        original_name: Happy Days
                        overview: >-
                          In 1950s Milwaukee the Cunningham family must contend
                          with Fonzie, a motorcycle riding Casanova.
                        popularity: 135.127
                        poster_path: /sepIwNPCEhkKvFOQSjXK6tekkjR.jpg
                        vote_average: 7.672
                        vote_count: 267
                      - adult: false
                        backdrop_path: /Ajku4m7jbMpCTEPr794Imv19mCA.jpg
                        character: ''
                        credit_id: 525766fb760ee36aaa388f0e
                        episode_count: 1
                        first_air_date: '2005-10-17'
                        genre_ids:
                          - 10763
                          - 35
                        id: 4385
                        media_type: tv
                        name: The Colbert Report
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Colbert Report
                        overview: >-
                          The Colbert Report is an American satirical late night
                          television program that airs Monday through Thursday
                          on Comedy Central. It stars political humorist Stephen
                          Colbert, a former correspondent for The Daily Show
                          with Jon Stewart. The Colbert Report is a spin-off
                          from and counterpart to The Daily Show that comments
                          on politics and the media in a similar way. It
                          satirizes conservative personality-driven political
                          pundit programs, particularly Fox News' The O'Reilly
                          Factor. The show focuses on a fictional anchorman
                          character named Stephen Colbert, played by his
                          real-life namesake. The character, described by
                          Colbert as a "well-intentioned, poorly informed,
                          high-status idiot", is a caricature of televised
                          political pundits.


                          The Colbert Report has been nominated for seven
                          Primetime Emmy Awards each in 2006, 2007, 2008, 2009,
                          2010, 2011, and 2012, two Television Critics
                          Association Awards Awards, and two Satellite Awards.
                          In 2013, it won two Emmys. It has been presented as
                          non-satirical journalism in several instances,
                          including by the Tom DeLay Legal Defense Trust and by
                          Robert Wexler following his interview on the program.
                          The Report received considerable media coverage
                          following its debut on October 17, 2005, for Colbert's
                          coining of the term "truthiness", which dictionary
                          publisher Merriam-Webster named its 2006 Word of the
                          Year.
                        popularity: 352.315
                        poster_path: /pn2CVXjOlR8kY5MgOTJjZ71IM0Q.jpg
                        vote_average: 6.822
                        vote_count: 264
                      - adult: false
                        backdrop_path: /q9unI9oHyLUNK97RQPYAGjFs4Xu.jpg
                        character: Self - Guest
                        credit_id: 52577143760ee36aaa4968c6
                        episode_count: 2
                        first_air_date: '1993-09-13'
                        genre_ids:
                          - 35
                          - 10767
                        id: 4573
                        media_type: tv
                        name: Late Night with Conan O'Brien
                        origin_country:
                          - US
                        original_language: en
                        original_name: Late Night with Conan O'Brien
                        overview: >-
                          Stepping into the late-late slot vacated by David
                          Letterman, Conan O'Brien stars in a show that far
                          outdoes its competition in sheer strangeness. Along
                          with the celebrity interviews and musical numbers
                          typical of late-night talk shows, this program make
                          frequent use of odd walk-on characters and frequent
                          "visits" from celebrity guests.
                        popularity: 70.462
                        poster_path: /gJZ1rhLLFpatuAeylJoUI82DKC7.jpg
                        vote_average: 7.1
                        vote_count: 135
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5258094b19c29531db3e31f0
                        episode_count: 1
                        first_air_date: '2003-06-04'
                        genre_ids:
                          - 10763
                          - 99
                        id: 10946
                        media_type: tv
                        name: Celebrities Uncensored
                        origin_country:
                          - US
                        original_language: en
                        original_name: Celebrities Uncensored
                        overview: >-
                          Celebrities Uncensored is a TV program on the E!
                          network that edited together amusing paparazzi footage
                          of celebrities, usually in public places such as
                          public sidewalks, restaurants, nightclubs, etc. The
                          celebrities were often friendly, but sometimes their
                          more unfriendly antics were featured in an amusing and
                          entertaining way. It was very popular with stars on
                          the rise and created a stir in the Hollywood
                          community. Paris Hilton was first brought to the
                          public's attention by this show.
                        popularity: 0.816
                        poster_path: /cwZ6ZXREDPOtsAiAUcA4uKBhy1e.jpg
                        vote_average: 2.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5258751c760ee3466128c52a
                        episode_count: 1
                        first_air_date: '1997-09-28'
                        genre_ids:
                          - 16
                          - 10751
                        id: 23936
                        media_type: tv
                        name: The Wonderful World of Disney
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Wonderful World of Disney
                        overview: >-
                          Walt Disney Productions (later The Walt Disney
                          Company) has produced an anthology television series
                          under several different titles since 1954. The
                          original version of the series premiered on ABC in
                          1954. The show was broadcast weekly on one of the Big
                          Three television networks until 1990, a 36-year span
                          with only a two-year hiatus in 1984-85. The series was
                          broadcast on Sunday for 25 of those years. From 1991
                          until 1997, the series aired infrequently. The program
                          resumed a regular schedule in 1997 on the ABC fall
                          schedule, coinciding with Disney's recent purchase of
                          the network. From 1997 until 2008, the program aired
                          regularly on ABC. Subsequently, ABC continued the
                          series as an occasional special presentation.
                        popularity: 55.493
                        poster_path: /liQIvgYvnNwqjV6MvnFzvlXJNL2.jpg
                        vote_average: 6.609
                        vote_count: 23
                      - adult: false
                        backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg
                        character: Self
                        credit_id: 52588329760ee346613fe730
                        episode_count: 11
                        first_air_date: '1953-03-19'
                        genre_ids: []
                        id: 27023
                        media_type: tv
                        name: The Oscars
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oscars
                        overview: >-
                          An annual American awards ceremony honoring cinematic
                          achievements in the film industry. The various
                          category winners are awarded a copy of a statuette,
                          officially the Academy Award of Merit, that is better
                          known by its nickname Oscar.
                        popularity: 39.81
                        poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg
                        vote_average: 7
                        vote_count: 65
                      - adult: false
                        backdrop_path: /w0GA9tmKfRgxXj2zPUp0qzDuYjC.jpg
                        character: Self
                        credit_id: 60f8c1a8209f180044be7618
                        episode_count: 1
                        first_air_date: '2014-04-27'
                        genre_ids:
                          - 10767
                          - 35
                          - 10763
                        id: 60694
                        media_type: tv
                        name: Last Week Tonight with John Oliver
                        origin_country:
                          - US
                        original_language: en
                        original_name: Last Week Tonight with John Oliver
                        overview: >-
                          A half-hour satirical look at the week in news,
                          politics and current events.
                        popularity: 280.269
                        poster_path: /b12eM3FXNjN7yM7XYTIdmeQRud9.jpg
                        vote_average: 7.898
                        vote_count: 676
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5258de00760ee34661774c3e
                        episode_count: 1
                        first_air_date: '2011-02-14'
                        genre_ids:
                          - 10763
                        id: 35340
                        media_type: tv
                        name: OK! TV
                        origin_country:
                          - GB
                        original_language: en
                        original_name: OK! TV
                        overview: >-
                          OK! TV is an early evening magazine programme,
                          broadcast on Channel 5 as a brand extension of
                          celebrity title OK! Magazine. It replaced the former
                          magazine and discussion show Live from Studio Five on
                          14 February 2011, and was presented by Kate Walsh and
                          Matt Johnson, both of whom later left the programme.
                          Jeff Brazier and Jenny Frost replaced Walsh and
                          Johnson in August 2011 and presented the show until
                          its cancellation. The show was made by the 5 News team
                          and produced by Sky News for Channel 5. On 8 November
                          2011, it was announced that the show has been
                          cancelled by Channel 5. The show aired its final
                          edition on 16 December after ten months on air due to
                          the contract for 5 News returning to ITN.
                        popularity: 13.906
                        poster_path: /AbKHleMiAEqz471pRvOINFKij0K.jpg
                        vote_average: 4
                        vote_count: 2
                      - adult: false
                        backdrop_path: /jFwodJvT1EIujHxeG2Chtl1VOLb.jpg
                        character: ''
                        credit_id: 52589fc0760ee3466163cdbf
                        episode_count: 6
                        first_air_date: '2009-09-27'
                        genre_ids:
                          - 99
                        id: 31708
                        media_type: tv
                        name: 'The National Parks: America''s Best Idea'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'The National Parks: America''s Best Idea'
                        overview: >-
                          Filmed over the course of more than six years at some
                          of nature's most spectacular locales – from Acadia to
                          Yosemite, Yellowstone to the Grand Canyon, the
                          Everglades of Florida to the Gates of the Arctic in
                          Alaska - “The National Parks: America's Best Idea” is
                          nonetheless a story of people: people from every
                          conceivable background – rich and poor; famous and
                          unknown; soldiers and scientists; natives and
                          newcomers; idealists, artists and entrepreneurs;
                          people who were willing to devote themselves to saving
                          some precious portion of the land they loved, and in
                          doing so reminded their fellow citizens of the full
                          meaning of democracy.
                        popularity: 11.941
                        poster_path: /6RIXsAA5O91qnUha9VqUN9uBfng.jpg
                        vote_average: 8.2
                        vote_count: 19
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self - Host
                        credit_id: 5273d255760ee3572c01d50b
                        episode_count: 10
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /uT1VS0k6Y0yHzaRubwx59ew6S6r.jpg
                        character: Self - Actor
                        credit_id: 645855c377d23b0153936292
                        episode_count: 1
                        first_air_date: '2023-05-07'
                        genre_ids:
                          - 99
                        id: 225948
                        media_type: tv
                        name: The 2010s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2010s
                        overview: >-
                          Audiences are invited to look back at The 2010s, a
                          turbulent era marked by political and social upheaval,
                          culminating in the single most dramatic year of the
                          21st century: 2020. It was a decade in which social
                          media transformed society and streaming upended
                          entertainment, resulting in genre-defying music and
                          ushering in the era of "peak TV".
                        popularity: 7.503
                        poster_path: /1d5hWv4bLPoi3zw4A2clO8FX1VC.jpg
                        vote_average: 6.333
                        vote_count: 3
                      - adult: false
                        backdrop_path: /9weuRb4JYBLHHN8UMnD82emYw41.jpg
                        character: Self
                        credit_id: 53a330e20e0a2614a100040a
                        episode_count: 10
                        first_air_date: '2014-05-29'
                        genre_ids:
                          - 99
                        id: 60909
                        media_type: tv
                        name: The Sixties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sixties
                        overview: >-
                          The space race, the cold war, "free love," civil
                          rights and more: The decade of the 1960s shaped our
                          history -- and changed the world. In collaboration
                          with Tom Hanks, Gary Goetzman and Mark Herzog, CNN
                          explores perhaps the most transformative decade of the
                          modern era in a 10-part documentary series and brings
                          new insights into how those events shaped today.
                        popularity: 16.018
                        poster_path: /wJndYfUYeszk44ZSD5HP5rjcHAW.jpg
                        vote_average: 7.294
                        vote_count: 17
                      - adult: false
                        backdrop_path: /enI39WicJCd2zWJeDAbHUM6soxX.jpg
                        character: Self (archive footage)
                        credit_id: 613cb9e0c68b69008d51e7e4
                        episode_count: 1
                        first_air_date: '2021-08-22'
                        genre_ids:
                          - 10767
                          - 99
                        id: 133349
                        media_type: tv
                        name: When Ruby Wax Met...
                        origin_country:
                          - GB
                        original_language: en
                        original_name: When Ruby Wax Met...
                        overview: >-
                          Ruby Wax’s interviews in the 90s were some of the most
                          talked-about shows on TV. These sensational series
                          have never been repeated, and Ruby has never watched
                          them back - until now.
                        popularity: 5.463
                        poster_path: /eIkRnpnGygYbfPqrCBtPUTKtzkH.jpg
                        vote_average: 6.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /amtOltTVcK9vQtL1iQS6p3LBi05.jpg
                        character: Self
                        credit_id: 552137c4c3a3683453001324
                        episode_count: 1
                        first_air_date: '2015-03-23'
                        genre_ids:
                          - 10767
                        id: 62223
                        media_type: tv
                        name: The Late Late Show with James Corden
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Late Show with James Corden
                        overview: >-
                          Once Craig Ferguson retires, James Corden will be
                          taking over The Late Late Show. The show is a late
                          night talk show that interviews celebrities and has
                          its own bits. And of course, it's all hosted by James
                          Corden.
                        popularity: 323.476
                        poster_path: /qPmVoG8G9tc1nN8ZwGV2zYcknit.jpg
                        vote_average: 5.393
                        vote_count: 131
                      - adult: false
                        backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg
                        character: Self
                        credit_id: 560c0078c3a368681400632f
                        episode_count: 1
                        first_air_date: '1995-12-05'
                        genre_ids:
                          - 10764
                        id: 40605
                        media_type: tv
                        name: Die Harald Schmidt Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Harald Schmidt Show
                        overview: >-
                          The Harald Schmidt Show is a German late night talk
                          show hosted on Sky Deutschland by comedian Harald
                          Schmidt. The show first aired from 5 December 1995 to
                          23 December 2003 on Sat.1. Schmidt then moved his show
                          to Das Erste as Harald Schmidt and Schmidt & Pocher,
                          but he returned to Sat.1 on 13 September 2011. After
                          cancellation on Sat.1, the show continued on Sky
                          Deutschland in September 2012.
                        popularity: 168.487
                        poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg
                        vote_average: 7
                        vote_count: 16
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Jean-Luc Despont
                        credit_id: 6179664a9ee0ef00612ba4b3
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Tom Hanks
                        credit_id: 6179ed8dbb070d006200490e
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e99a3dc3a3682c5d006975
                        episode_count: 2
                        first_air_date: '1981-02-14'
                        genre_ids:
                          - 18
                          - 10764
                          - 35
                          - 10767
                        id: 10918
                        media_type: tv
                        name: Wetten, dass..?
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Wetten, dass..?
                        overview: >-
                          A long-running German-language entertainment
                          television show based on the format of the British
                          show You Bet! and the American show Wanna Bet?.
                        popularity: 63.202
                        poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg
                        vote_average: 5.5
                        vote_count: 18
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        character: Cleveland Carr (voice)
                        credit_id: 5679eba4c3a3685bbf0006c1
                        episode_count: 20
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /m0bV3qBiJBBlpFaaKjwHo13MVjm.jpg
                        character: Self
                        credit_id: 61ab7a730cd446004244800b
                        episode_count: 1
                        first_air_date: '2005-01-03'
                        genre_ids:
                          - 35
                          - 10767
                        id: 14981
                        media_type: tv
                        name: The Late Late Show with Craig Ferguson
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Late Show with Craig Ferguson
                        overview: >-
                          The Late Late Show with Craig Ferguson is an American
                          late-night talk show hosted by Scottish American
                          comedian Craig Ferguson, who is the third regular host
                          of the Late Late Show franchise. It follows Late Show
                          with David Letterman in the CBS late-night lineup,
                          airing weekdays in the US at 12:37 a.m. It is taped in
                          front of a live studio audience from Monday to Friday
                          at CBS Television City in Los Angeles, California,
                          directly above the Bob Barker Studio. It is produced
                          by David Letterman's production company Worldwide
                          Pants Incorporated and CBS Television Studios.


                          Since becoming host on January 3, 2005, after Craig
                          Kilborn and Tom Snyder, Ferguson has achieved the
                          highest ratings since the show's inception in 1995.
                          While the majority of the episodes focus on comedy,
                          Ferguson has also addressed difficult subject matter,
                          such as the deaths of his parents, and undertaken
                          serious interviews, such as one with Desmond Tutu,
                          which earned the show a 2009 Peabody Award.
                        popularity: 193.502
                        poster_path: /gGC7zSDgG0FY0MbM1pjfhTCWQBI.jpg
                        vote_average: 6.8
                        vote_count: 96
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self - Cameo (uncredited)
                        credit_id: 61acc59407a80800420246c3
                        episode_count: 11
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /uQUHCqxHsG9blvtCoL7vluMG9Jp.jpg
                        character: General George Meade
                        credit_id: 61bf16a1d2f5b5001caade5b
                        episode_count: 1
                        first_air_date: '2021-12-19'
                        genre_ids:
                          - 18
                          - 37
                        id: 118357
                        media_type: tv
                        name: '1883'
                        origin_country:
                          - US
                        original_language: en
                        original_name: '1883'
                        overview: >-
                          Follow the Dutton family as they embark on a journey
                          west through the Great Plains toward the last bastion
                          of untamed America. A stark retelling of Western
                          expansion, and an intense study of one family fleeing
                          poverty to seek a better future in America’s promised
                          land — Montana.
                        popularity: 98.666
                        poster_path: /waLbm384SQDwLTCn6ttPqQS5kfV.jpg
                        vote_average: 8.278
                        vote_count: 616
                      - adult: false
                        backdrop_path: /9Lsus3eIlPwtXoJIk5IGM7DWwO8.jpg
                        character: ''
                        credit_id: 574e95529251410cdc000609
                        episode_count: 1
                        first_air_date: '2016-05-31'
                        genre_ids:
                          - 35
                          - 10767
                        id: 66623
                        media_type: tv
                        name: Maya & Marty
                        origin_country:
                          - US
                        original_language: en
                        original_name: Maya & Marty
                        overview: >-
                          Within comedy circles, Maya Rudolph and Martin Short
                          are considered two of the best sketch performers in
                          the business. This series will feature sketches that
                          spoof current events, celebrities and topical trends,
                          as well as musical performances.
                        popularity: 11.103
                        poster_path: /u6wbOsArJoWoEukj1tdS4zuQ3Py.jpg
                        vote_average: 5.9
                        vote_count: 11
                      - adult: false
                        backdrop_path: /8Y8vn9feCVUoJRXpWK6xno5VrUz.jpg
                        character: Gordon
                        credit_id: 65027086d7dcd200e2fdeccc
                        episode_count: 1
                        first_air_date: '1978-09-12'
                        genre_ids:
                          - 35
                          - 18
                        id: 2251
                        media_type: tv
                        name: Taxi
                        origin_country:
                          - US
                        original_language: en
                        original_name: Taxi
                        overview: >-
                          Louie De Palma is a cantankerous, acerbic taxi
                          dispatcher in New York City. He tries to maintain
                          order over a collection of varied and strange
                          characters who drive for him. As he bullies and
                          insults them from the safety of his “cage,” they form
                          a special bond among themselves, becoming friends and
                          supporting each other through the inevitable trials
                          and tribulations of life.
                        popularity: 80.401
                        poster_path: /pua3A2XSaO6bP6WhVDBRbcyRTAS.jpg
                        vote_average: 7.2
                        vote_count: 151
                      - adult: false
                        backdrop_path: /dfX2UaHVE5c7kLBFbgmEZJuy4Ev.jpg
                        character: Self
                        credit_id: 651e78133d3557011c000b66
                        episode_count: 2
                        first_air_date: '2014-02-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 61818
                        media_type: tv
                        name: Late Night with Seth Meyers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Late Night with Seth Meyers
                        overview: >-
                          Seth Meyers, who is "Saturday Night Live’s" longest
                          serving anchor on the show’s wildly popular "Weekend
                          Update," takes over as host of NBC’s "Late Night" —
                          home to A-list celebrity guests, memorable comedy and
                          the best in musical talent. As the Emmy Award-winning
                          head writer for "SNL," Meyers has established a
                          reputation for sharp wit and perfectly timed comedy,
                          and has gained fame for his spot-on jokes and satire.
                          Meyers takes his departure from "SNL" to his new post
                          at "Late Night," as Jimmy Fallon moves to "The Tonight
                          Show".
                        popularity: 618.185
                        poster_path: /g6MrJxNaHYGYU7Sxo72e5B8gKOV.jpg
                        vote_average: 5.5
                        vote_count: 94
                      - adult: false
                        backdrop_path: /wdP0PJrLGtbCoYWTrHkEY7RkEy0.jpg
                        character: Narrator (voice)
                        credit_id: 5a3b19710e0a265f7701ce51
                        episode_count: 1
                        first_air_date: '1988-10-04'
                        genre_ids:
                          - 99
                        id: 1181
                        media_type: tv
                        name: American Experience
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Experience
                        overview: >-
                          TV's most-watched history series brings to life the
                          compelling stories from our past that inform our
                          understanding of the world today.
                        popularity: 118.798
                        poster_path: /iABtkX1IZXijc4VIbkgOLMDjmCT.jpg
                        vote_average: 7.5
                        vote_count: 30
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        character: Self
                        credit_id: 5a95c3099251415639008de4
                        episode_count: 8
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /ttN99rRQUYHD7azOl8EVmuftAGZ.jpg
                        character: Narrator
                        credit_id: 5a95c30e9251415639008e90
                        episode_count: 7
                        first_air_date: '2008-03-05'
                        genre_ids:
                          - 99
                          - 10768
                          - 80
                        id: 31750
                        media_type: tv
                        name: The War
                        origin_country:
                          - US
                        original_language: en
                        original_name: The War
                        overview: >-
                          The story of the Second World War through the personal
                          accounts of a handful of men and women from four
                          American towns. The war touched the lives of every
                          family on every street in every town in America and
                          demonstrated that in extraordinary times, there are no
                          ordinary lives.
                        popularity: 13.885
                        poster_path: /s2pJDvs6LZdijaiWCdSuLRkDryV.jpg
                        vote_average: 8.1
                        vote_count: 55
                      - adult: false
                        backdrop_path: /ttN99rRQUYHD7azOl8EVmuftAGZ.jpg
                        character: Al McIntosh (Voice)
                        credit_id: 5a95c30f9251415639008ea6
                        episode_count: 7
                        first_air_date: '2008-03-05'
                        genre_ids:
                          - 99
                          - 10768
                          - 80
                        id: 31750
                        media_type: tv
                        name: The War
                        origin_country:
                          - US
                        original_language: en
                        original_name: The War
                        overview: >-
                          The story of the Second World War through the personal
                          accounts of a handful of men and women from four
                          American towns. The war touched the lives of every
                          family on every street in every town in America and
                          demonstrated that in extraordinary times, there are no
                          ordinary lives.
                        popularity: 13.885
                        poster_path: /s2pJDvs6LZdijaiWCdSuLRkDryV.jpg
                        vote_average: 8.1
                        vote_count: 55
                      - adult: false
                        backdrop_path: /cK5AbLFBY2JDoqEdVXk0697e2SV.jpg
                        character: Tom Hanks
                        credit_id: 62661aad7fcab31167275841
                        episode_count: 1
                        first_air_date: '2006-10-11'
                        genre_ids:
                          - 35
                        id: 4608
                        media_type: tv
                        name: 30 Rock
                        origin_country:
                          - US
                        original_language: en
                        original_name: 30 Rock
                        overview: >-
                          Liz Lemon, the head writer for a late-night TV variety
                          show in New York, tries to juggle all the egos around
                          her while chasing her own dream.
                        popularity: 131.471
                        poster_path: /eYYQWACx7ttUzRwTNYuo6zveqpE.jpg
                        vote_average: 7.417
                        vote_count: 685
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        character: Self
                        credit_id: 6290cdaedf86a87625b7c57f
                        episode_count: 1
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self
                        credit_id: 5a590042925141020f00dd60
                        episode_count: 7
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 168.144
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /lPTfmwxZtauvTuqKls8EBLJeW2j.jpg
                        character: 'Trouble Boy #1'
                        credit_id: 655398d0ea84c71093ffc7a8
                        episode_count: 1
                        first_air_date: '1993-08-01'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 4981
                        media_type: tv
                        name: Fallen Angels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fallen Angels
                        overview: >-
                          A neo-noir anthology television series, set in somber
                          Los Angeles right after World War II and before the
                          election of American President John F. Kennedy. The
                          episodes, although filmed in color, mimicked what had
                          been done by Hollywood filmmakers during the film noir
                          era of the 1940s and 1950s in terms of tone, look, and
                          story content.
                        popularity: 117.943
                        poster_path: /fnbdv4uSFUGJ2jp9Gf99fYtlIu3.jpg
                        vote_average: 5.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /qFfWFwfaEHzDLWLuttWiYq7Poy2.jpg
                        character: Self
                        credit_id: 656d357a4a4bf6013d8ed636
                        episode_count: 2
                        first_air_date: '1962-10-01'
                        genre_ids:
                          - 10767
                        id: 2261
                        media_type: tv
                        name: The Tonight Show Starring Johnny Carson
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Johnny Carson
                        overview: >-
                          The Tonight Show Starring Johnny Carson is a talk show
                          hosted by Johnny Carson under The Tonight Show
                          franchise from 1962 to 1992. It originally aired
                          during late-night. For its first ten years, Carson's
                          Tonight Show was based in New York City with
                          occasional trips to Burbank, California; in May 1972,
                          the show moved permanently to Burbank, California. In
                          2002, The Tonight Show Starring Johnny Carson was
                          ranked #12 on TV Guide's 50 Greatest TV Shows of All
                          Time.
                        popularity: 377.754
                        poster_path: /oA8QVTGlAN511uCAMDN60aVQUs1.jpg
                        vote_average: 7.4
                        vote_count: 69
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        character: Host
                        credit_id: 5a95bedd925141563900812c
                        episode_count: 12
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /3w075sQ7g6CZjghzwI05WXJOu4q.jpg
                        character: Self - Guest
                        credit_id: 5b7518b3c3a368754b00bde7
                        episode_count: 1
                        first_air_date: '1996-06-10'
                        genre_ids:
                          - 10767
                          - 10751
                          - 35
                        id: 1503
                        media_type: tv
                        name: The Rosie O'Donnell Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Rosie O'Donnell Show
                        overview: >-
                          The Rosie O'Donnell Show was an American daytime
                          television talk show hosted and produced by actress
                          and comedian Rosie O'Donnell. It aired for six seasons
                          from 1996 to 2002. Topics often discussed on the show
                          include Broadway, children, extended families and
                          charitable works, people and organizations. The show
                          was based out of Studio 8G at NBC's Rockefeller Center
                          studios in New York City, NY, USA and was produced and
                          syndicated by KidRo Productions, Telepictures
                          Productions and Warner Bros. Television.
                        popularity: 10.868
                        poster_path: /rHHSx7kyLEHK48Y3LO3sNfclOT2.jpg
                        vote_average: 3.5
                        vote_count: 14
                      - adult: false
                        backdrop_path: /f6qmI9ZZqL3GzBdj0MnYWscE2CV.jpg
                        character: Self
                        credit_id: 62b724eca61de103b61e21ea
                        episode_count: 1
                        first_air_date: '1997-05-10'
                        genre_ids:
                          - 99
                        id: 113667
                        media_type: tv
                        name: Scene by Scene
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Scene by Scene
                        overview: >-
                          Mark Cousins invites film actors and directors to
                          watch major scenes in their career to date, and to
                          talk us through them.
                        popularity: 11.779
                        poster_path: /9XNpNhfmDu7O8IiItkSCSLtYNJ7.jpg
                        vote_average: 6
                        vote_count: 3
                      - adult: false
                        backdrop_path: /nWfpVLgioDXQsAbfL6UJxYz6d3d.jpg
                        character: Narrator (voice)
                        credit_id: 5bfd3d5092514111160266fb
                        episode_count: 10
                        first_air_date: '2010-03-14'
                        genre_ids:
                          - 18
                          - 10759
                          - 10768
                        id: 16997
                        media_type: tv
                        name: The Pacific
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pacific
                        overview: >-
                          Track the intertwined real-life stories of three U.S.
                          Marines – Robert Leckie, John Basilone, and Eugene
                          Sledge – across the vast canvas of the Pacific Theater
                          during World War II. A companion piece to the 2001
                          miniseries Band of Brothers.
                        popularity: 58.416
                        poster_path: /x9Y1IMFdY8Ma222KcQadFEau0EB.jpg
                        vote_average: 7.8
                        vote_count: 2334
                      - adult: false
                        backdrop_path: /n8FhfKd8dqFsIaTHFI637j3lnOt.jpg
                        character: Colonel Tom Parker (archive footage)
                        credit_id: 65d2bd3dc2b9df017b0a48d5
                        episode_count: 1
                        first_air_date: '2012-02-13'
                        genre_ids: []
                        id: 122843
                        media_type: tv
                        name: Honest Trailers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Honest Trailers
                        overview: >-
                          Trailers that tell you the TRUTH about your favorite
                          movies and TV shows: Honest Trailers. These are the
                          hilarious trailers the producers don't want you to
                          see...
                        popularity: 50.452
                        poster_path: /5wZDu7JVXqmzJLthh1ngIfLmKIS.jpg
                        vote_average: 6.4
                        vote_count: 24
                      - adult: false
                        backdrop_path: /lkrwXeQyxfXZy27J6RbpHPDGDxb.jpg
                        character: Self - Narrator (voice)
                        credit_id: 65ca0fb6ce6c4c0149b9f381
                        episode_count: 2
                        first_air_date: '2025-02-23'
                        genre_ids:
                          - 99
                        id: 246212
                        media_type: tv
                        name: The Americas
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Americas
                        overview: >-
                          A showcase of the wonders, secrets and fragilities of
                          the Americas, narrated by Tom Hanks.
                        popularity: 4.515
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self - Guest
                        credit_id: 635351f89369a2007c2c4030
                        episode_count: 4
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 168.144
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5cd83aa59251417580ce9110
                        episode_count: 1
                        first_air_date: '1948-01-01'
                        genre_ids:
                          - 10764
                        id: 89293
                        media_type: tv
                        name: Bambi Awards
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Bambi-Verleihung
                        overview: >-
                          The Bambi, often called the Bambi Award and stylised
                          as BAMBI, is a German award presented annually by
                          Hubert Burda Media to recognize excellence in
                          international media and television to personalities in
                          the media, arts, culture, sports, and other fields
                          "with vision and creativity who affected and inspired
                          the German public that year", both domestic and
                          foreign. First held in 1948, it is the oldest media
                          award in Germany. The trophy is named after Felix
                          Salten's book Bambi, A Life in the Woods and its
                          statuettes are in the shape of the novel's titular
                          fawn character. They were originally made of porcelain
                          until 1958, when the organizers switched to using
                          gold, with the casting done by the art casting
                          workshop of Ernst Strassacker in Süßen.
                        popularity: 235.971
                        poster_path: /7Bc1fE5mKIYmhhgl0fVcw3nvDra.jpg
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /zbhgW0bQu9iRavslj8fG1XS50kg.jpg
                        character: Self
                        credit_id: 660c04220b5fd6017c37e152
                        episode_count: 2
                        first_air_date: '1981-09-15'
                        genre_ids:
                          - 10763
                        id: 1387
                        media_type: tv
                        name: Entertainment Tonight
                        origin_country:
                          - US
                        original_language: en
                        original_name: Entertainment Tonight
                        overview: >-
                          Daily tabloid television news show on entertainment
                          and celebrity news with unprecedented access to
                          Hollywood's biggest stars, exclusive behind-the-scenes
                          looks at upcoming film and television projects, as
                          well as the real story behind Hollywood's latest news.
                        popularity: 18.798
                        poster_path: /rVAMCmlyDqhw20NHg5jk9sMuMNg.jpg
                        vote_average: 3.7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /aplztf8fotkLOnwBM0bNfNmlxSo.jpg
                        character: Rick Martin
                        credit_id: 5d8405f97aecc6025208c6cb
                        episode_count: 1
                        first_air_date: '1977-09-24'
                        genre_ids:
                          - 18
                          - 35
                        id: 1823
                        media_type: tv
                        name: The Love Boat
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Love Boat
                        overview: >-
                          Passengers who search for romantic nights aboard a
                          beautiful ship travelling to tropical or mysterious
                          countries, decide to pass their vacation aboard the
                          "Love Boat", where Gopher, Dr. Bricker, Isaac, Julie,
                          and Captain Stubing try their best to please them, and
                          sometimes help them fall in love. Things are not
                          always so easy, but in the end, love wins.
                        popularity: 134.197
                        poster_path: /fnsnazlj2bt3Fuj0pJ7wBPmuMLO.jpg
                        vote_average: 6.3
                        vote_count: 179
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Efrim
                        credit_id: 5dc2d7b19d8939001833a33e
                        episode_count: 1
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self (archive footage)
                        credit_id: 5dc3547e5aadc4001820f899
                        episode_count: 1
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: /bfg3COqQzmaZqqaqmCruKoyjk72.jpg
                        character: Self
                        credit_id: 5dc35845470ead00138c9d4e
                        episode_count: 2
                        first_air_date: '1975-10-11'
                        genre_ids:
                          - 35
                          - 10763
                        id: 1667
                        media_type: tv
                        name: Saturday Night Live
                        origin_country:
                          - US
                        original_language: en
                        original_name: Saturday Night Live
                        overview: >-
                          A late-night live television sketch comedy and variety
                          show created by Lorne Michaels. The show's comedy
                          sketches, which parody contemporary culture and
                          politics, are performed by a large and varying cast of
                          repertory and newer cast members. Each episode is
                          hosted by a celebrity guest, who usually delivers an
                          opening monologue and performs in sketches with the
                          cast, and features performances by a musical guest.
                        popularity: 104.562
                        poster_path: /sHGuKFjIBisPk8cvtCZTDVktYfs.jpg
                        vote_average: 6.941
                        vote_count: 425
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6648d9f6ff9ef892828e7bbb
                        episode_count: 1
                        first_air_date: '1967-12-04'
                        genre_ids:
                          - 10763
                        id: 105058
                        media_type: tv
                        name: Titel, Thesen, Temperamente
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Titel, Thesen, Temperamente
                        overview: ''
                        popularity: 15.275
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /7OrDrYlFhOgFFVid3XloFXFhIaR.jpg
                        character: Self - Guest
                        credit_id: 63b191895ad76b0085e6a55c
                        episode_count: 1
                        first_air_date: '2021-01-15'
                        genre_ids:
                          - 10767
                          - 10751
                          - 10764
                        id: 132374
                        media_type: tv
                        name: Carina Bergfeldt
                        origin_country:
                          - SE
                        original_language: sv
                        original_name: Carina Bergfeldt
                        overview: ''
                        popularity: 8.145
                        poster_path: /mBa1ekpNKaCNvRjgIPLyyE5pBi9.jpg
                        vote_average: 7.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: Self - Guest
                        credit_id: 63bb415aa6e2d20083e17d5a
                        episode_count: 1
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg
                        character: Self
                        credit_id: 5e27a835ed2ac200123ad1d8
                        episode_count: 2
                        first_air_date: '2015-08-02'
                        genre_ids:
                          - 10767
                        id: 63498
                        media_type: tv
                        name: Close Up with The Hollywood Reporter
                        origin_country:
                          - US
                        original_language: en
                        original_name: Close Up with The Hollywood Reporter
                        overview: >-
                          Some of this year's most talked about talent open up
                          about the challenges and triumphs of creating
                          critically acclaimed series and performances.
                        popularity: 113.56
                        poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg
                        vote_average: 5.735
                        vote_count: 17
                      - adult: false
                        backdrop_path: /9wCzrCZBNZlCSalLgrYL8uQjrSy.jpg
                        character: Self
                        credit_id: 63defe119974ee0b63f2729d
                        episode_count: 1
                        first_air_date: '2020-04-27'
                        genre_ids:
                          - 10767
                        id: 113445
                        media_type: tv
                        name: Reunited Apart
                        origin_country: []
                        original_language: en
                        original_name: Reunited Apart
                        overview: >-
                          Josh Gad reunites the cast and crews of various
                          classic movies, and discusses the the films in
                          hilarious yet heartfelt conversations.
                        popularity: 20.871
                        poster_path: /A1o2EkmtYw8hMFeebobxppmDUDy.jpg
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: ''
                        credit_id: 63d6759f955c65007baa45c1
                        episode_count: 1
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /1y05rGhHbbHPdY3Mvf3PuPH0tCE.jpg
                        character: ''
                        credit_id: 63fec1909f1be700869f3db4
                        episode_count: 1
                        first_air_date: '2001-06-20'
                        genre_ids:
                          - 35
                          - 10767
                        id: 17046
                        media_type: tv
                        name: Primetime Glick
                        origin_country:
                          - US
                        original_language: en
                        original_name: Primetime Glick
                        overview: >-
                          Talk-show parody featuring obese host Jiminy Glick,
                          who usually knows nothing about his guests and hurls
                          veiled insults at them during his interviews.
                        popularity: 12.933
                        poster_path: /9GEzuGqRaqIjCmT3KImOntRpQzf.jpg
                        vote_average: 6.9
                        vote_count: 9
                      - adult: false
                        backdrop_path: /l9Z2Yxbk6VYZ1svKwSsmSFg24AL.jpg
                        character: Self
                        credit_id: 6673ea115e075f5b74a3c2a1
                        episode_count: 9
                        first_air_date: '2021-09-09'
                        genre_ids:
                          - 99
                        id: 254647
                        media_type: tv
                        name: 'Clint Eastwood: A Cinematic Legacy'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Clint Eastwood: A Cinematic Legacy'
                        overview: >-
                          As he enters his eighth decade in the movies, Warner
                          Bros. celebrates this cinematic icon - actor,
                          producer, director, master filmmaker - with 9 new
                          documentaries covering the entire breadth of
                          Eastwood's remarkable career.
                        popularity: 17.636
                        poster_path: /seubUUPEFeqzvat64X6GdGu3VVb.jpg
                        vote_average: 7
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5e80a95da4f03c0014b70985
                        episode_count: 1
                        first_air_date: '1996-01-28'
                        genre_ids: []
                        id: 45336
                        media_type: tv
                        name: Ruby Wax Meets
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Ruby Wax Meets
                        overview: >-
                          A series of BBC television celebrity
                          profiles/portraits featuring Ruby Wax.
                        popularity: 10.086
                        poster_path: null
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /kgYpilCpxcED0qqZQVdzWXXK2pD.jpg
                        character: Reader / Roy Olmstead (voice)
                        credit_id: 5eaa7f49945d36002085c432
                        episode_count: 3
                        first_air_date: '2011-10-02'
                        genre_ids:
                          - 99
                        id: 39983
                        media_type: tv
                        name: Prohibition
                        origin_country:
                          - US
                        original_language: en
                        original_name: Prohibition
                        overview: >-
                          The history of the rise, rule and fall of the
                          Eighteenth Amendment to the United States Constitution
                          and the entire era it encompassed (1920-33). After
                          nearly a century of activism, Prohibition was intended
                          to improve the lives of all citizens by protecting
                          individuals, families and society at large from the
                          devastating effects of alcohol abuse; but
                          paradoxically it made millions of people rethink their
                          definition of morality.
                        popularity: 22.591
                        poster_path: /dhZKY66U37aIJVxA6OsR95efTkI.jpg
                        vote_average: 7.9
                        vote_count: 46
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5ed8e2fa1b157d001f5badff
                        episode_count: 1
                        first_air_date: '2000-04-10'
                        genre_ids:
                          - 10767
                        id: 104370
                        media_type: tv
                        name: Koschwitz
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Koschwitz
                        overview: ''
                        popularity: 10.939
                        poster_path: null
                        vote_average: 3
                        vote_count: 1
                      - adult: false
                        backdrop_path: /7XjGEkr6mAVA3TUVYpBMQFLhSL3.jpg
                        character: Tom Hanks
                        credit_id: 5ef10d9c283ed900388fe017
                        episode_count: 1
                        first_air_date: '1995-09-13'
                        genre_ids:
                          - 35
                        id: 11894
                        media_type: tv
                        name: The Naked Truth
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Naked Truth
                        overview: >-
                          The Naked Truth is an American television sitcom that
                          aired on ABC from 1995 to 1996, and on NBC from 1996
                          to 1998. The series stars Téa Leoni and co-starred
                          Holland Taylor. The show took place at the office of a
                          tabloid news publication.
                        popularity: 29.565
                        poster_path: /cXxh8emuJhYIDV82vXEZ2sC6lHX.jpg
                        vote_average: 6.4
                        vote_count: 16
                      - adult: false
                        backdrop_path: /sdnWyqxGKx5nmZcSZJ6zJkX5kJp.jpg
                        character: Self
                        credit_id: 669d53dbd3281ac9fd880ac8
                        episode_count: 1
                        first_air_date: '2004-09-01'
                        genre_ids:
                          - 10763
                          - 99
                        id: 105333
                        media_type: tv
                        name: Kulturplatz
                        origin_country:
                          - CH
                        original_language: de
                        original_name: Kulturplatz
                        overview: ''
                        popularity: 23.948
                        poster_path: /2yHMMrHsmMbvMPHLrsYH4epu5M.jpg
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gMMnf8VRg3Z98WaFmOLr9Jk8pIs.jpg
                        character: Self
                        credit_id: 5f0f4a69afe2240034e05b22
                        episode_count: 3
                        first_air_date: '2015-09-08'
                        genre_ids:
                          - 35
                          - 10767
                        id: 63770
                        media_type: tv
                        name: The Late Show with Stephen Colbert
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Late Show with Stephen Colbert
                        overview: >-
                          Stephen Colbert brings his signature satire and comedy
                          to The Late Show with Stephen Colbert, the #1 show in
                          late night, where he talks with an eclectic mix of
                          guests about what is new and relevant in the worlds of
                          politics, entertainment, business, music, technology,
                          and more. Featuring bandleader Jon Batiste with his
                          band Stay Human, the Emmy Award-nominated show is
                          broadcast from the historic Ed Sullivan Theater.
                          Stephen Colbert, Chris Licht, Tom Purcell, and Jon
                          Stewart are executive producers. Barry Julien and
                          Denise Rehrig serve as co-executive producers.must
                          watch
                        popularity: 480.273
                        poster_path: /9jkThAGYj2yp8jsS6Nriy5mzKFT.jpg
                        vote_average: 6.6
                        vote_count: 277
                      - adult: false
                        backdrop_path: /gqzbvkD5KEeyzLBCUoERtsnjNGt.jpg
                        character: Self
                        credit_id: 66b075878f19bbb05bda5c83
                        episode_count: 1
                        first_air_date: '2012-10-12'
                        genre_ids:
                          - 35
                        id: 120516
                        media_type: tv
                        name: The Greatest Event in Television History
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Greatest Event in Television History
                        overview: >-
                          Adam Scott is determined to make the greatest event in
                          television history by remaking the opening sequences
                          of TV shows.
                        popularity: 14.217
                        poster_path: /abiiLt0LCFItR6VPtn5MT3NwJKK.jpg
                        vote_average: 7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /kCcH5XGInPxDuhwfZJUBUFb0JUi.jpg
                        character: self
                        credit_id: 5fd610cd55937b003fc60833
                        episode_count: 1
                        first_air_date: '1997-03-11'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 42265
                        media_type: tv
                        name: Taff
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Taff
                        overview: >-
                          Taff is a tabloid news magazine airing on the German
                          television network, ProSieben.
                        popularity: 313.599
                        poster_path: /2XJlnWPmoNLuaa85ol8Xe3GXYVm.jpg
                        vote_average: 3.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: /2Ib8kvWa9gGhJrAfGlhIvbmtbWn.jpg
                        character: Self
                        credit_id: 5fe7867731644b0040fe4266
                        episode_count: 3
                        first_air_date: '2010-11-08'
                        genre_ids:
                          - 10767
                          - 35
                          - 10763
                        id: 32415
                        media_type: tv
                        name: Conan
                        origin_country:
                          - US
                        original_language: en
                        original_name: Conan
                        overview: >-
                          A late night television talk show hosted by  Conan
                          O'Brien.
                        popularity: 244.673
                        poster_path: /oQxrvUhP3ycwnlxIrIMQ9Z3kleq.jpg
                        vote_average: 7
                        vote_count: 224
                      - adult: false
                        backdrop_path: /pxeqQX4qFQ0cVxPt5SWZENV5BH3.jpg
                        character: Tom Hanks (voice)
                        credit_id: 66e46453c81b24b3fe242ec1
                        episode_count: 1
                        first_air_date: '1989-12-17'
                        genre_ids:
                          - 10751
                          - 16
                          - 35
                        id: 456
                        media_type: tv
                        name: The Simpsons
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Simpsons
                        overview: >-
                          Set in Springfield, the average American town, the
                          show focuses on the antics and everyday adventures of
                          the Simpson family; Homer, Marge, Bart, Lisa and
                          Maggie, as well as a virtual cast of thousands. Since
                          the beginning, the series has been a pop culture icon,
                          attracting hundreds of celebrities to guest star. The
                          show has also made name for itself in its fearless
                          satirical take on politics, media and American life in
                          general.
                        popularity: 820.535
                        poster_path: /vHqeLzYl3dEAutojCO26g0LIkom.jpg
                        vote_average: 8.018
                        vote_count: 9969
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Winner
                        credit_id: 67008bc267c6fb09fff82763
                        episode_count: 3
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Nominee
                        credit_id: 6706f6f63abedc1d3b6a2a75
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Audience Member
                        credit_id: 6710d1401f9d0ee4b8c9e024
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6716d4581e22d3fb6bbd38be
                        episode_count: 1
                        first_air_date: '1998-01-09'
                        genre_ids:
                          - 10767
                        id: 213221
                        media_type: tv
                        name: Parkinson
                        origin_country:
                          - US
                        original_language: en
                        original_name: Parkinson
                        overview: >-
                          Michael Parkinson returns for a second run of his
                          iconic talk show.
                        popularity: 24.186
                        poster_path: /z8lBCnZSmHpk9OPSeZsicx9Tquw.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Presenter
                        credit_id: 675065a45f744bf1741e0a02
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg
                        character: Self
                        credit_id: 675f70dd96cfddbf19ccc91c
                        episode_count: 2
                        first_air_date: '2014-12-21'
                        genre_ids:
                          - 10767
                        id: 105197
                        media_type: tv
                        name: 'Variety Studio: Actors on Actors'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Variety Studio: Actors on Actors'
                        overview: >-
                          PBS SoCal and Variety take you inside the biggest
                          movies and TV shows of the past year through candid
                          conversations with today's hottest actors. Hosted by
                          Variety Film Awards Editor Clayton Davis and Variety
                          Chief Correspondent Elizabeth Wagmeister, each episode
                          brings together pairs of actors engaging in intimate
                          one-on-one discussions about their craft and work.
                        popularity: 112.501
                        poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg
                        vote_average: 4.4
                        vote_count: 7
                      - adult: false
                        backdrop_path: /cOtwlGs2YO1a4opWFWA9cpXdPib.jpg
                        character: Efrim
                        credit_id: 67607ac286258a6fb7636d51
                        episode_count: 1
                        first_air_date: '2005-12-03'
                        genre_ids:
                          - 35
                        id: 279618
                        media_type: tv
                        name: SNL Digital Shorts
                        origin_country:
                          - US
                        original_language: en
                        original_name: SNL Digital Shorts
                        overview: >-
                          An SNL Digital Short is one in a series of comedic and
                          often musical video shorts created for airing on NBC's
                          Saturday Night Live, generally produced and written by
                          The Lonely Island (Jorma Taccone, Akiva Schaffer and
                          Andy Samberg), though originated by Adam McKay, in
                          collaboration with SNL hosts, writers, and cast
                          members. The segments were originally recorded with
                          consumer grade digital video cameras and edited on
                          personal computers. It is usual for the episode's
                          hosts and musical guests (the latter on rarer
                          occasions) to take part in the episode's short, and
                          several shorts have included celebrity cameos.
                        popularity: 13.836
                        poster_path: /bELQ9yJeG4pUJ7woEg0BqF3KVvY.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self
                        credit_id: 677471b963f90f8f6692a6c2
                        episode_count: 1
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 206.685
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                    crew:
                      - adult: false
                        backdrop_path: /gdGIwCH9OS2w2USTKUlcTppXfXz.jpg
                        credit_id: 52fe4365c3a36847f805145d
                        department: Production
                        genre_ids:
                          - 14
                          - 35
                          - 10751
                        id: 2698
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Evan Almighty
                        overview: >-
                          Junior congressman Evan Baxter, whose wish is to
                          "change the world" is heard by none other than God.
                          When God appears with the perplexing request to build
                          an ark, Evan is sure he is losing it.
                        popularity: 27.676
                        poster_path: /ekz3L6VcvtEjIQ1bYcFQlgilg49.jpg
                        release_date: '2007-06-09'
                        title: Evan Almighty
                        video: false
                        vote_average: 5.6
                        vote_count: 4275
                      - adult: false
                        backdrop_path: /y8Mabq84N0d5fm83CWb9Zkltkwr.jpg
                        credit_id: 52fe4400c3a36847f807c963
                        department: Production
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 14
                        id: 5255
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Polar Express
                        overview: >-
                          When a doubting young boy takes an extraordinary train
                          ride to the North Pole, he embarks on a journey of
                          self-discovery that shows him that the wonder of life
                          never fades for those who believe.
                        popularity: 115.406
                        poster_path: /axwMKhHq4bA5jP1KSxOAyfrOsGC.jpg
                        release_date: '2004-11-10'
                        title: The Polar Express
                        video: false
                        vote_average: 6.7
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        credit_id: 52fe44029251416c91001f65
                        department: Writing
                        genre_ids:
                          - 99
                        id: 30172
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'Magnificent Desolation: Walking on the Moon'
                        overview: >-
                          Twelve men who belong to one of the world's most
                          exclusive fraternities -- people who've walked on the
                          surface of the moon -- are paid homage in this
                          documentary. Using newsreel footage, rare NASA
                          photographs, and digitally animated re-creations,
                          Magnificent Desolation: Walking on the Moon examines
                          the Apollo missions between 1969 and 1972 which put
                          astronauts on the moon.
                        popularity: 2.831
                        poster_path: /r37asMhJd2iX030bxFl4l66c6za.jpg
                        release_date: '2005-09-23'
                        title: 'Magnificent Desolation: Walking on the Moon'
                        video: false
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6MyFH4phzKMxdvuk8ZfI1fohMz7.jpg
                        credit_id: 52fe4459c3a36847f8090d5b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 36
                        id: 6538
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Charlie Wilson's War
                        overview: >-
                          In the 1980s U.S. Rep. Charlie Wilson, Texas socialite
                          Joanne Herring and CIA agent Gust Avrakotos form an
                          unlikely alliance to boost funding for Afghan freedom
                          fighters in their war against invading Soviets. The
                          trio's successful efforts to finance these covert
                          operations contributes to the fall of the Soviet Union
                          and the end of the Cold War.
                        popularity: 15.011
                        poster_path: /45FghqcdSYRWK7PsHUInaFPNd8l.jpg
                        release_date: '2007-12-19'
                        title: Charlie Wilson's War
                        video: false
                        vote_average: 6.537
                        vote_count: 1474
                      - adult: false
                        backdrop_path: /85BQpS3lEA7wESlGUCFQZNoPoo8.jpg
                        credit_id: 52fe446c9251416c750342a5
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 11631
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mamma Mia!
                        overview: >-
                          Donna Sheridan, an independent, single mother who owns
                          a small hotel on a Greek island, is preparing for her
                          daughter's wedding, along with the help of her two old
                          friends, Tanya and Rosie. Meanwhile Sophie, the
                          spirited bride, has a plan. She secretly invites three
                          of her mother's ex-lovers - Sam, Harry, and Bill - in
                          hope of finding her biological father and having him
                          escort her down the aisle on her big day.
                        popularity: 37.164
                        poster_path: /zdUA4FNHbXPadzVOJiU0Rgn6cHR.jpg
                        release_date: '2008-07-03'
                        title: Mamma Mia!
                        video: false
                        vote_average: 7
                        vote_count: 6530
                      - adult: false
                        backdrop_path: /3d8Y4q172YFp2obUdfMjyErB7eU.jpg
                        credit_id: 52fe44a1c3a36847f80a107b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8346
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding
                        overview: >-
                          A young Greek woman falls in love with a non-Greek and
                          struggles to get her family to accept him while she
                          comes to terms with her heritage and cultural
                          identity.
                        popularity: 12.884
                        poster_path: /ztc05ym0T3stnBpRHdxEs3Zwsmp.jpg
                        release_date: '2002-04-19'
                        title: My Big Fat Greek Wedding
                        video: false
                        vote_average: 6.494
                        vote_count: 2119
                      - adult: false
                        backdrop_path: /ioqaIhJSkwa9DGRHGtOOUTiGRs2.jpg
                        credit_id: 52fe44a2c3a36847f80a14ed
                        department: Production
                        genre_ids:
                          - 12
                          - 18
                        id: 8358
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Cast Away
                        overview: >-
                          Chuck Nolan, a top international manager for FedEx,
                          and Kelly, a Ph.D. student, are in love and heading
                          towards marriage. Then Chuck's plane to Malaysia
                          crashes at sea during a terrible storm. He's the only
                          survivor, and finds himself marooned on a desolate
                          island. With no way to escape, Chuck must find ways to
                          survive in his new home.
                        popularity: 48.135
                        poster_path: /7lLJgKnAicAcR5UEuo8xhSMj18w.jpg
                        release_date: '2000-12-22'
                        title: Cast Away
                        video: false
                        vote_average: 7.663
                        vote_count: 11405
                      - adult: false
                        backdrop_path: /zT7GDvQl2zgs0p3Z2wGwxsaEjNZ.jpg
                        credit_id: 52fe4545c3a36847f80c4c03
                        department: Production
                        genre_ids:
                          - 14
                          - 12
                          - 16
                          - 35
                          - 10751
                        id: 9906
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Ant Bully
                        overview: >-
                          Fed up with being targeted by the neighborhood bully,
                          10-year-old Lucas Nickle vents his frustrations on the
                          anthill in his front yard ... until the insects shrink
                          him to the size of a bug with a magic elixir.
                          Convicted of "crimes against the colony," Lucas can
                          only regain his freedom by living with the ants and
                          learning their ways.
                        popularity: 27.227
                        poster_path: /oFuqX0inTvbA1XAFv2x3CQnI65m.jpg
                        release_date: '2006-07-28'
                        title: The Ant Bully
                        video: false
                        vote_average: 5.734
                        vote_count: 1367
                      - adult: false
                        backdrop_path: /n8KxhAnfoAFoOrYLQcHi7nhp1zB.jpg
                        credit_id: 52fe457f9251416c750589d7
                        department: Production
                        genre_ids:
                          - 12
                          - 10751
                          - 14
                        id: 13600
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: City of Ember
                        overview: >-
                          For generations, the people of the City of Ember have
                          flourished in an amazing world of glittering lights.
                          But Ember's once powerful generator is failing and the
                          great lamps that illuminate the city are starting to
                          flicker. Now, two teenagers, in a race against time,
                          must search Ember for clues that will unlock the
                          ancient mystery of the city's existence, before the
                          the lights go out forever.
                        popularity: 18.566
                        poster_path: /xHYxFNsl8KuT4tHai8d1Y5gJI0F.jpg
                        release_date: '2008-10-07'
                        title: City of Ember
                        video: false
                        vote_average: 6.3
                        vote_count: 1731
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        credit_id: 52fe450ec3a36847f80b9bb3
                        department: Writing
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /vxhnRV7jGncAZmf0FFHMs6rFHWn.jpg
                        credit_id: 52fe450ec3a36847f80b9bad
                        department: Directing
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                          - 10402
                        id: 9591
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: That Thing You Do!
                        overview: >-
                          A Pennsylvania band scores a hit in 1964 and rides the
                          star-making machinery as long as it can, with lots of
                          help from its manager.
                        popularity: 15.022
                        poster_path: /9RmZu33qHdyZFGLfhEOmkTjdNEu.jpg
                        release_date: '1996-10-04'
                        title: That Thing You Do!
                        video: false
                        vote_average: 6.9
                        vote_count: 836
                      - adult: false
                        backdrop_path: /7rFTO7yEJaAXzx3OX1wHgVzVTXc.jpg
                        credit_id: 52fe46d89251416c75085741
                        department: Production
                        genre_ids:
                          - 10751
                          - 14
                          - 18
                          - 12
                        id: 16523
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Where the Wild Things Are
                        overview: >-
                          Max imagines running away from his mom and sailing to
                          a far-off land where large talking beasts—Ira, Carol,
                          Douglas, the Bull, Judith and Alexander—crown him as
                          their king, play rumpus, build forts and discover
                          secret hideaways.
                        popularity: 17.259
                        poster_path: /sDFV9VEjwTUWF1s5sjOllsb70jk.jpg
                        release_date: '2009-10-16'
                        title: Where the Wild Things Are
                        video: false
                        vote_average: 6.499
                        vote_count: 1835
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 52fe499dc3a36847f81a3b4f
                        department: Writing
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 52fe499dc3a36847f81a3b15
                        department: Directing
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /hFeW14oNRU0hKiILAUKZVrilFBg.jpg
                        credit_id: 60ea47b48258fc0030edcccc
                        department: Production
                        genre_ids:
                          - 10402
                          - 99
                        id: 31107
                        job: Executive Co-Producer
                        media_type: movie
                        original_language: en
                        original_title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        overview: "On October 29th and 30th, 2009, rock 'n' roll royalty held court at Madison Square Garden for what have been called 'the best concerts ever,' and 'where rock 'n' roll history was made.'\r The concerts featured a who's who of rock 'n' roll from the '50s to the '90s and included artists performing together in unprecedented combinations that will most likely never be witnessed again.\r 'The 25th Anniversary Rock and Roll Hall of Fame Anniversary Concerts' included sets by Crosby, Stills & Nash; Stevie Wonder; Paul Simon; Simon & Garfunkel; Aretha Franklin; Metallica; U2; Jeff Beck and Bruce Springsteen & the E-Street Band. Joining this iconic line up on stage were special guests including: Jerry Lee Lewis, Bonnie Raitt, Jackson Browne, Smokey Robinson, B.B. King, Annie Lennox, Lou Reed, John Fogerty, Mick Jagger, Fergie and others.\r A 4-hour special of the concerts aired on HBO to high ratings, and was seen by tens of millions. Now this historic event is available on DVD."
                        popularity: 3.371
                        poster_path: /yvVW8X56vjGWEP7zLJyLWK19mk8.jpg
                        release_date: '2009-11-29'
                        title: >-
                          The 25th Anniversary Rock and Roll Hall of Fame
                          Concerts
                        video: true
                        vote_average: 8
                        vote_count: 15
                      - adult: false
                        backdrop_path: /c8sODXEgANa49CdcHc9NgNBexdF.jpg
                        credit_id: 533be86fc3a36824820003d3
                        department: Production
                        genre_ids:
                          - 36
                          - 18
                        id: 209262
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Parkland
                        overview: >-
                          November 22nd, 1963 was a day that changed the world
                          forever — when young American President John F.
                          Kennedy was assassinated in Dallas, Texas. This film
                          follows, almost in real time, a handful of individuals
                          forced to make split-second decisions after an event
                          that would change their lives and forever alter the
                          world’s landscape.
                        popularity: 13.197
                        poster_path: /23jc1Hclf1FFxpyYs9A4SxfRbK3.jpg
                        release_date: '2013-10-02'
                        title: Parkland
                        video: false
                        vote_average: 6.2
                        vote_count: 362
                      - adult: false
                        backdrop_path: /pY9vGDtO6PKMZHvth3FCQkncgUW.jpg
                        credit_id: 5472005d9251410ebc0012a9
                        department: Production
                        genre_ids:
                          - 18
                        id: 305642
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Ithaca
                        overview: >-
                          In a small town in California's San Joaquin Valley,
                          14-year-old Homer Macauley is determined to be the
                          best and fastest bicycle telegraph messenger anyone
                          has ever seen. His older brother has gone to war,
                          leaving Homer to look after his widowed mother, his
                          older sister and his 4-year-old brother, Ulysses. And
                          so it is that as spring turns to summer, 1942, Homer
                          Macauley delivers messages of love, hope, pain... and
                          death... to the good people of Ithaca. And Homer
                          Macauley will grapple with one message that will
                          change him forever - from a boy into a man. Based on
                          Pulitzer Prize-winning author William Saroyan's 1943
                          novel, The Human Comedy, ITHACA is the quintessential
                          wartime tale of the Home Front. It is a coming-of-age
                          story about the exuberance of youth, the sweetness of
                          life, the sting of death and the modesty and sheer
                          goodness that lives in each and every one of us.
                        popularity: 6.852
                        poster_path: /oCyNJbfZ7kQVhRyOlNcJhlsizLb.jpg
                        release_date: '2015-10-29'
                        title: Ithaca
                        video: false
                        vote_average: 5.3
                        vote_count: 95
                      - adult: false
                        backdrop_path: /bzjGojNGoLuGvbaeEbjI8BFhJ1f.jpg
                        credit_id: 54ad733cc3a36856c20000c0
                        department: Production
                        genre_ids:
                          - 35
                        id: 16279
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Great Buck Howard
                        overview: >-
                          When a law school dropout answers an advertisement to
                          be a personal assistant he unknowingly signs on to
                          work for a belligerent has-been magician struggling to
                          resurrect his career. This leads to a journey across
                          the country staging the comeback of a lifetime.
                        popularity: 8.437
                        poster_path: /iglKvmA7sq6Pnd6KWFnT6WW9Vpn.jpg
                        release_date: '2008-01-18'
                        title: The Great Buck Howard
                        video: false
                        vote_average: 6
                        vote_count: 241
                      - adult: false
                        backdrop_path: /2NGBchckkORvJ94ojJWQDqgVvEX.jpg
                        credit_id: 55528d24c3a36834e1005cda
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                          - 878
                        id: 339988
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Circle
                        overview: >-
                          A young tech worker takes a job at a powerful Internet
                          corporation, quickly rises up the company's ranks, and
                          soon finds herself in a perilous situation concerning
                          privacy, surveillance and freedom. She comes to learn
                          that her decisions and actions will determine the
                          future of humanity.
                        popularity: 18.017
                        poster_path: /bQVqd5rWrx5GbXhJNuvKy4Viz6j.jpg
                        release_date: '2017-04-27'
                        title: The Circle
                        video: false
                        vote_average: 5.518
                        vote_count: 4389
                      - adult: false
                        backdrop_path: /k1ihRy8yT0c0VO4ecyVlYaNic2H.jpg
                        credit_id: 56013c2d925141775d0010fd
                        department: Production
                        genre_ids:
                          - 99
                        id: 250011
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'David McCullough: Painting with Words'
                        overview: >-
                          Author/historian David McCullough welcomes viewers
                          into his public and private world in this film.
                          Produced by Tom Hanks and Gary Goetzman--who adapted
                          McCullough's 'John Adams' for the 7-part HBO
                          miniseries--this documentary paints an affectionate,
                          first-person portrait of the two-time Pulitzer Prize
                          winner as he gives a speech and even visits his old
                          Brooklyn neighborhood.
                        popularity: 8.189
                        poster_path: /3gV694zZKVb7auJL5v8qQpnXLYK.jpg
                        release_date: '2008-05-28'
                        title: 'David McCullough: Painting with Words'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 56631ea09251412ac6004452
                        department: Production
                        genre_ids:
                          - 99
                        id: 243784
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Assassination of President Kennedy
                        overview: >-
                          Produced by multiple EMMY® Award-winning executive
                          producers Tom Hanks and Gary Goetzman (HBO’s John
                          Adams and The Pacific), and EMMY® Award-winning
                          producer Mark Herzog (History’s Gettysburg) of Herzog
                          & Company (HCO), on Thursday, Nov. 14, CNN will
                          premiere The Assassination of President Kennedy at
                          9:00pm ET and PT.  The two-hour film explores the
                          events on the day that changed the nation – and the
                          world, as well as how the public’s perceptions of what
                          happened that day have changed through the years.
                        popularity: 1.506
                        poster_path: /f9wlGMzNiphwtaiWCG0rL2KdUOO.jpg
                        release_date: '2013-11-14'
                        title: The Assassination of President Kennedy
                        video: false
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        credit_id: 5693142592514115ce003b05
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Larry Crowne
                        overview: >-
                          When he suddenly finds himself without his
                          long-standing blue-collar job, Larry Crowne enrolls at
                          his local college to start over. There, he becomes
                          part of an eclectic community of students and develops
                          a crush on his teacher.
                        popularity: 11.898
                        poster_path: /8GDM7RqM6J1vNUdlU94rmtlNa3e.jpg
                        release_date: '2011-06-30'
                        title: Larry Crowne
                        video: false
                        vote_average: 5.976
                        vote_count: 1300
                      - adult: false
                        backdrop_path: /9ZznETDyfPWVugRiv0jfGrkRftw.jpg
                        credit_id: 6205c44815a4a1006c745b94
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                        id: 937278
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: A Man Called Otto
                        overview: >-
                          When a lively young family moves in next door, grumpy
                          widower Otto Anderson meets his match in a
                          quick-witted, pregnant woman named Marisol, leading to
                          an unlikely friendship that turns his world upside
                          down.
                        popularity: 51.977
                        poster_path: /130H1gap9lFfiTF9iDrqNIkFvC9.jpg
                        release_date: '2022-12-28'
                        title: A Man Called Otto
                        video: false
                        vote_average: 7.766
                        vote_count: 2821
                      - adult: false
                        backdrop_path: null
                        credit_id: 639b9db581a7fc007c3ea65c
                        department: Production
                        genre_ids:
                          - 99
                          - 10770
                        id: 1061818
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: '''Tis the Season: The Holidays on Screen'
                        overview: >-
                          CNN Documentary Covering the History and Impact of
                          Christmas Movies and TV
                        popularity: 2.828
                        poster_path: /ie5zpIgWKKKAU24flhdO3FjrUVD.jpg
                        release_date: '2022-11-27'
                        title: '''Tis the Season: The Holidays on Screen'
                        video: false
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /9yCswkBvfdDjcdkKLynMqgH6Ekh.jpg
                        credit_id: 639b566404733f00a2e7ab97
                        department: Production
                        genre_ids:
                          - 10402
                        id: 1061712
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Beautiful
                        overview: >-
                          Film adaptation of the stage musical "Beautiful: The
                          Carole King Musical".
                        popularity: 0.965
                        poster_path: /3czKm9ZeVGBq0e8xdGZjtKGgPAs.jpg
                        release_date: ''
                        title: Beautiful
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ur8KwyzeUzOKSY5H8loqMSsmHS7.jpg
                        credit_id: 576aff4bc3a36822bd0014f1
                        department: Production
                        genre_ids:
                          - 10749
                          - 35
                        id: 302688
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding 2
                        overview: >-
                          The continuing adventures of the Portokalos family. A
                          follow-up to the 2002 comedy, "My Big Fat Greek
                          Wedding."
                        popularity: 16.81
                        poster_path: /lfPqApnLVPsYfdbpSHNnHIxTdmd.jpg
                        release_date: '2016-03-23'
                        title: My Big Fat Greek Wedding 2
                        video: false
                        vote_average: 5.984
                        vote_count: 998
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        credit_id: 65ceabc8322b2b017c0625bf
                        department: Crew
                        genre_ids:
                          - 99
                        id: 897465
                        job: Thanks
                        media_type: movie
                        original_language: en
                        original_title: Walking the Mile
                        overview: >-
                          Full-length documentary about the making of Frank
                          Darabont's drama, The Green Mile, based on Stephen
                          King's novel.
                        popularity: 1.597
                        poster_path: /4Z0QHzVRduxaQ9oSvKaNFp9kZUP.jpg
                        release_date: '2014-12-09'
                        title: Walking the Mile
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /4m8yq8vEVGVcmOxO39j1Yz8ry1s.jpg
                        credit_id: 65df63e07614210162d53f19
                        department: Production
                        genre_ids:
                          - 10752
                          - 99
                          - 36
                        id: 1251636
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: The Bloody Hundredth
                        overview: >-
                          Meet the real-life airmen who inspired Masters of the
                          Air as they share the harrowing and transformative
                          events of the 100th Bomb Group.
                        popularity: 10.487
                        poster_path: /5GnpAw5BaQBNqYd4wE1IptYEVKd.jpg
                        release_date: '2024-03-14'
                        title: The Bloody Hundredth
                        video: false
                        vote_average: 7.423
                        vote_count: 26
                      - adult: false
                        backdrop_path: null
                        credit_id: 65f0ea73eea34d0188122ceb
                        department: Writing
                        genre_ids:
                          - 99
                        id: 1258314
                        job: Writer
                        media_type: movie
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /yZq3kFveiDtfJpwQTgZwXBxs4aE.jpg
                        credit_id: 63e1858fcb8028007b6c0363
                        department: Crew
                        genre_ids:
                          - 10402
                          - 35
                          - 18
                        id: 43939
                        job: Thanks
                        media_type: movie
                        original_language: en
                        original_title: I'm Still Here
                        overview: >-
                          I'm Still Here is a portrayal of a tumultuous year in
                          the life of actor Joaquin Phoenix. With remarkable
                          access, the film follows the Oscar-nominee as he
                          announces his retirement from a successful film career
                          in the fall of 2008 and sets off to reinvent himself
                          as a hip-hop musician. The film is a portrait of an
                          artist at a crossroads and explores notions of courage
                          and creative reinvention, as well as the ramifications
                          of a life spent in the public eye.
                        popularity: 11.823
                        poster_path: /h8c53OPv2miF6vzpVXQZX8jw1pJ.jpg
                        release_date: '2010-09-10'
                        title: I'm Still Here
                        video: false
                        vote_average: 6
                        vote_count: 370
                      - adult: false
                        backdrop_path: null
                        credit_id: 65f987e8abdec001636ab9f1
                        department: Production
                        genre_ids:
                          - 99
                        id: 1258314
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'The Moonwalkers: A Journey with Tom Hanks'
                        overview: >-
                          An immersive documentary focusing on the story of the
                          Apollo space program
                        popularity: 4.455
                        poster_path: /6Td7rhRdCs0fdVO59yBlTkBlGSH.jpg
                        release_date: '2023-12-06'
                        title: 'The Moonwalkers: A Journey with Tom Hanks'
                        video: false
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /dEgUKwxP1DqKp1Bd9VMLebAPW4b.jpg
                        credit_id: 63f165b0caaca200a19b2496
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 1001811
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: My Big Fat Greek Wedding 3
                        overview: >-
                          Following the death of their patriarch Gus, the
                          Portokalos family travels to Greece for a family
                          reunion, and to deliver Gus' journal to his old
                          friends.
                        popularity: 9.034
                        poster_path: /8yO8okCs9iohJ0iDVls6QYfu6l6.jpg
                        release_date: '2023-09-07'
                        title: My Big Fat Greek Wedding 3
                        video: false
                        vote_average: 6
                        vote_count: 156
                      - adult: false
                        backdrop_path: null
                        credit_id: 640d43d7b4224200f78f9cbe
                        department: Production
                        genre_ids:
                          - 99
                          - 10402
                        id: 1007919
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Hung Up on a Dream
                        overview: >-
                          A journey trough the 60 year career of The Zombies
                          documenting the formation of the band in the 1960s and
                          their hits “She’s Not There” and “Time Of The Season”.
                          It will also follow the solo careers of the band
                          members and their induction into the Rock and Roll
                          Hall of Fame in 2019.  Scheduled to be released in the
                          summer of 2023.
                        popularity: 2.931
                        poster_path: /2NaT5CtZvwFdz0egqM8L0AxI0Dw.jpg
                        release_date: '2024-11-08'
                        title: Hung Up on a Dream
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /fHY9TfKwC702kPxEcjkxCoLqUv6.jpg
                        credit_id: 599a13b9c3a36839780063ca
                        department: Production
                        genre_ids:
                          - 99
                          - 10402
                        id: 15675
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Neil Young: Heart of Gold'
                        overview: >-
                          In March 2005, Neil Young was diagnosed with a brain
                          aneurysm. Four days before he was scheduled for a
                          lifesaving operation, he headed to Nashville, where he
                          wrote and recorded the country folk album Prairie Wind
                          with old friends and family members. After the
                          successful operation and recovery period, he returned
                          to Nashville that August to play at the famed Ryman
                          Auditorium, once again gathering together friends and
                          family for this special performance.
                        popularity: 3.628
                        poster_path: /c7DPRQN44hihnaijY69OWOVGqNZ.jpg
                        release_date: '2006-02-17'
                        title: 'Neil Young: Heart of Gold'
                        video: false
                        vote_average: 7.429
                        vote_count: 35
                      - adult: false
                        backdrop_path: /4s0AurNfsPuC0M6RdPk12trhb6W.jpg
                        credit_id: 59f3b6b39251414d200006c6
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 23049
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: My Life in Ruins
                        overview: >-
                          A Greek tour guide named Georgia attempts to recapture
                          her kefi (Greek for mojo) by guiding a ragtag group of
                          tourists around Greece and showing them the beauty of
                          her native land. Along the way, she manages to open
                          their eyes to the wonders of an exotic foreign land
                          while beginning to see the world through a new set of
                          eyes in the process.
                        popularity: 12.962
                        poster_path: /f695mVyU0LyBb99rx7zkrtFcpxR.jpg
                        release_date: '2009-06-05'
                        title: My Life in Ruins
                        video: false
                        vote_average: 6.1
                        vote_count: 412
                      - adult: false
                        backdrop_path: /uXQxMjg57mGmXdFnAatnKFekdXk.jpg
                        credit_id: 59f3b6ec9251414d4d0007e5
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                          - 10749
                        id: 14055
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Starter for 10
                        overview: >-
                          In 1985, against the backdrop of Thatcherism, Brian
                          Jackson enrolls in the University of Bristol, a
                          scholarship boy from seaside Essex with a love of
                          knowledge for its own sake and a childhood spent
                          watching University Challenge, a college quiz show. At
                          Bristol he tries out for the Challenge team and falls
                          under the spell of Alice, a lovely blond with an
                          extensive sexual past.
                        popularity: 13.134
                        poster_path: /wUT0OLYY9HouuAkVFNchponJ5gQ.jpg
                        release_date: '2006-09-13'
                        title: Starter for 10
                        video: false
                        vote_average: 6.389
                        vote_count: 398
                      - adult: false
                        backdrop_path: /wYe0w2odluof3jb9tmn6ct3PS6o.jpg
                        credit_id: 59f3b761c3a3681ff10007d6
                        department: Production
                        genre_ids:
                          - 10770
                          - 18
                          - 35
                          - 36
                        id: 91010
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Game Change
                        overview: >-
                          During the Republican run of the 2008 Presidential
                          election, candidate John McCain picks a relative
                          unknown, Alaskan governor Sarah Palin, to be his
                          running mate.  As the campaign kicks into high gear,
                          her lack of experience, in both political and media
                          savvy, becomes a drain upon McCain and his
                          strategists.
                        popularity: 10.384
                        poster_path: /wfRJbhF3zkp3eBpSHkLyzLIKqEM.jpg
                        release_date: '2012-02-28'
                        title: Game Change
                        video: false
                        vote_average: 6.9
                        vote_count: 317
                      - adult: false
                        backdrop_path: /co2HWhWxNvyWWRLEpudY659gqK3.jpg
                        credit_id: 59f3b7219251414d6200082f
                        department: Production
                        genre_ids:
                          - 35
                          - 80
                          - 10402
                        id: 15673
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Connie and Carla
                        overview: >-
                          After accidentally witnessing a mafia hit in the Windy
                          City, gal pals Connie and Carla skip town for L.A.,
                          where they go way undercover as singers working the
                          city's dinner theater circuit ... disguised as drag
                          queens. Now, it's not enough that they become big hits
                          on the scene; things get extra-weird when Connie meets
                          Jeff -- a guy she'd like to be a woman with.
                        popularity: 5.523
                        poster_path: /mR0K8S5s2c5uxpcevnVam17HFrh.jpg
                        release_date: '2004-04-16'
                        title: Connie and Carla
                        video: false
                        vote_average: 5.9
                        vote_count: 91
                      - adult: false
                        backdrop_path: /xJHHkTwPfMGKWjE8BKs53XQgxE1.jpg
                        credit_id: 64be4092e9da69010d4171ab
                        department: Writing
                        genre_ids:
                          - 16
                          - 18
                          - 878
                        id: 426128
                        job: Idea
                        media_type: movie
                        original_language: en
                        original_title: Electric City
                        overview: >-
                          In a post-apocalyptic world, humanity lives in small
                          settlements whose main activity is to produce
                          electricity.
                        popularity: 2.372
                        poster_path: /6KIftEnTAcQoeBGF3aLw2enHTCM.jpg
                        release_date: '2016-01-07'
                        title: Electric City
                        video: false
                        vote_average: 6.5
                        vote_count: 5
                      - adult: false
                        backdrop_path: /8HKwxHZ23sW8wz4yb28IWnAM1M6.jpg
                        credit_id: 5bdc90b60e0a26283e002980
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 458423
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Mamma Mia! Here We Go Again
                        overview: >-
                          Five years after meeting her three fathers, Sophie
                          Sheridan prepares to open her mother’s hotel. In 1979,
                          young Donna Sheridan meets the men who each could be
                          Sophie’s biological father.
                        popularity: 28.573
                        poster_path: /aWicerX4Y7n7tUwRAVHsVcBBpj2.jpg
                        release_date: '2018-07-09'
                        title: Mamma Mia! Here We Go Again
                        video: false
                        vote_average: 7.1
                        vote_count: 3344
                      - adult: false
                        backdrop_path: /xXBnM6uSTk6qqCf0SRZKXcga9Ba.jpg
                        credit_id: 5c214048c3a368044ae9ee51
                        department: Writing
                        genre_ids:
                          - 10752
                          - 28
                          - 18
                        id: 516486
                        job: Screenplay
                        media_type: movie
                        original_language: en
                        original_title: Greyhound
                        overview: >-
                          A first-time captain leads a convoy of allied ships
                          carrying thousands of soldiers across the treacherous
                          waters of the "Black Pit" to the front lines of WWII.
                          With no air cover protection for 5 days, the captain
                          and his convoy must battle the surrounding enemy Nazi
                          U-boats in order to give the allies a chance to win
                          the war.
                        popularity: 39.865
                        poster_path: /kjMbDciooTbJPofVXgAoFjfX8Of.jpg
                        release_date: '2020-07-09'
                        title: Greyhound
                        video: false
                        vote_average: 7.403
                        vote_count: 2907
                      - adult: false
                        backdrop_path: null
                        credit_id: 5c7dc03f0e0a26322b0fb560
                        department: Production
                        genre_ids: []
                        id: 145227
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: In the Garden of Beasts
                        overview: >-
                          A mild-mannered Chicago professor becomes America's
                          first ambassador to Hitler's Germany just before the
                          Nazis began to assert an iron grip across Europe.
                        popularity: 0.307
                        poster_path: /wm03ABuctrujtkhbADQ36TWcVa1.jpg
                        release_date: ''
                        title: In the Garden of Beasts
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tx3uj8GPWf5pzb0gWATJ4bokNHI.jpg
                        credit_id: 5d818a63d34eb3002c4f8fea
                        department: Crew
                        genre_ids:
                          - 99
                        id: 87061
                        job: Thanks
                        media_type: movie
                        original_language: fr
                        original_title: Le Voyage extraordinaire
                        overview: >-
                          An account of the extraordinary life of film pioneer
                          Georges Méliès (1861-1938) and the amazing story of
                          the copy in color of his masterpiece “A Trip to the
                          Moon” (1902), unexpectedly found in Spain and restored
                          thanks to the heroic efforts of a group of true cinema
                          lovers.
                        popularity: 3.976
                        poster_path: /zHNNT9gfiGsuadR6x38KYOp6ekq.jpg
                        release_date: '2011-12-08'
                        title: The Extraordinary Voyage
                        video: false
                        vote_average: 7.8
                        vote_count: 51
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d8a4ec16c1e040019acd873
                        department: Directing
                        genre_ids:
                          - 27
                        id: 473544
                        job: Director
                        media_type: movie
                        original_language: en
                        original_title: Vault of Horror I
                        overview: >-
                          A compilation of three episodes from the Tales from
                          the Crypt series ("Carrion Death", "None but the
                          lonely heart" and "Abra Cadaver") with some famous
                          cast and directors.
                        popularity: 0.983
                        poster_path: /jrCnvkXgEe5xH7pVg6eFK05efuZ.jpg
                        release_date: '1994-07-02'
                        title: Vault of Horror I
                        video: true
                        vote_average: 5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /hfRllpqjLJfD2s78OVj0KCaGPQN.jpg
                        credit_id: 66f2ac3802208c67c88d808e
                        department: Production
                        genre_ids:
                          - 99
                          - 10752
                        id: 235199
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: 'We Stand Alone Together: The Men of Easy Company'
                        overview: >-
                          Over a period of two years, Mark Cowen and his crew
                          travelled to thirty U.S. states and ten European
                          cities, to interview the veterans of Easy Company. The
                          stories told by the veterans themselves, create a
                          history of the Second World War from the point of view
                          of this heroic company of men, made famous in the
                          mini-series Band of Brothers.
                        popularity: 6.444
                        poster_path: /XcmzhkZjptbjvXigtZJhwMEHZQ.jpg
                        release_date: '2001-11-10'
                        title: 'We Stand Alone Together: The Men of Easy Company'
                        video: false
                        vote_average: 7.4
                        vote_count: 32
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752bd19c29531db10e980
                        department: Directing
                        episode_count: 1
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Director
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752bb19c29531db10e8ef
                        department: Writing
                        episode_count: 4
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Writer
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 525752c319c29531db10eef6
                        department: Production
                        episode_count: 12
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Executive Producer
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /nwtdRZHTlDqYwuJDc7oVQueHY2l.jpg
                        credit_id: 525734f3760ee3776a397211
                        department: Directing
                        episode_count: 1
                        first_air_date: '1989-06-10'
                        genre_ids:
                          - 35
                          - 9648
                          - 80
                          - 10765
                        id: 2391
                        job: Director
                        media_type: tv
                        name: Tales from the Crypt
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tales from the Crypt
                        overview: >-
                          Cadaverous scream legend the Crypt Keeper is your
                          macabre host for these forays of fright and fun based
                          on the classic E.C. Comics tales from back in the day.
                          So shamble up to the bar and pick your poison. Will it
                          be an insane Santa on a personal slay ride?
                          Honeymooners out to fulfill the "til death do we part"
                          vow ASAP?
                        popularity: 73.915
                        poster_path: /265Gpw7wSwwMkUQlksot8B2chRg.jpg
                        vote_average: 7.963
                        vote_count: 889
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 52577653760ee36aaa522257
                        department: Directing
                        episode_count: 10
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Director
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 52577651760ee36aaa522024
                        department: Writing
                        episode_count: 1
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Writer
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /2yDV0xLyqW88dn5qE7YCRnoYmfy.jpg
                        credit_id: 5257765d760ee36aaa522862
                        department: Production
                        episode_count: 10
                        first_air_date: '2001-09-09'
                        genre_ids:
                          - 18
                          - 10768
                        id: 4613
                        job: Executive Producer
                        media_type: tv
                        name: Band of Brothers
                        origin_country:
                          - US
                        original_language: en
                        original_name: Band of Brothers
                        overview: >-
                          Drawn from interviews with survivors of Easy Company,
                          as well as their journals and letters, Band of
                          Brothers chronicles the experiences of these men from
                          paratrooper training in Georgia through the end of the
                          war. As an elite rifle company parachuting into
                          Normandy early on D-Day morning, participants in the
                          Battle of the Bulge, and witness to the horrors of
                          war, the men of Easy knew extraordinary bravery and
                          extraordinary fear - and became the stuff of legend.
                          Based on Stephen E. Ambrose's acclaimed book of the
                          same name.
                        popularity: 103.327
                        poster_path: /8JMXquNmdMUy2n2RgW8gfOM0O3l.jpg
                        vote_average: 8.553
                        vote_count: 3589
                      - adult: false
                        backdrop_path: /lPTfmwxZtauvTuqKls8EBLJeW2j.jpg
                        credit_id: 52577c9c760ee36aaa596ba6
                        department: Directing
                        episode_count: 1
                        first_air_date: '1993-08-01'
                        genre_ids:
                          - 80
                          - 18
                          - 9648
                        id: 4981
                        job: Director
                        media_type: tv
                        name: Fallen Angels
                        origin_country:
                          - US
                        original_language: en
                        original_name: Fallen Angels
                        overview: >-
                          A neo-noir anthology television series, set in somber
                          Los Angeles right after World War II and before the
                          election of American President John F. Kennedy. The
                          episodes, although filmed in color, mimicked what had
                          been done by Hollywood filmmakers during the film noir
                          era of the 1940s and 1950s in terms of tone, look, and
                          story content.
                        popularity: 117.943
                        poster_path: /fnbdv4uSFUGJ2jp9Gf99fYtlIu3.jpg
                        vote_average: 5.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /tKuGJ901086U6VRLAxFM9IpHjxn.jpg
                        credit_id: 52583815760ee36aaa962cec
                        department: Production
                        episode_count: 7
                        first_air_date: '2008-03-16'
                        genre_ids:
                          - 18
                        id: 15114
                        job: Executive Producer
                        media_type: tv
                        name: John Adams
                        origin_country:
                          - US
                        original_language: en
                        original_name: John Adams
                        overview: >-
                          Adapted from David McCullough's Pulitzer Prize-winning
                          biography, this lavish seven-part miniseries
                          chronicles the life of Founding Father John Adams,
                          starting with the Boston Massacre of 1770 through his
                          years as an ambassador in Europe, then his terms as
                          vice president and president of the United States, up
                          to his death on July 4, 1826.
                        popularity: 38.044
                        poster_path: /34qRIcLKkTpmM9x9gzm9nKvo5pW.jpg
                        vote_average: 7.7
                        vote_count: 292
                      - adult: false
                        backdrop_path: /nWfpVLgioDXQsAbfL6UJxYz6d3d.jpg
                        credit_id: 52584fd8760ee3466103c06d
                        department: Production
                        episode_count: 10
                        first_air_date: '2010-03-14'
                        genre_ids:
                          - 18
                          - 10759
                          - 10768
                        id: 16997
                        job: Executive Producer
                        media_type: tv
                        name: The Pacific
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Pacific
                        overview: >-
                          Track the intertwined real-life stories of three U.S.
                          Marines – Robert Leckie, John Basilone, and Eugene
                          Sledge – across the vast canvas of the Pacific Theater
                          during World War II. A companion piece to the 2001
                          miniseries Band of Brothers.
                        popularity: 58.416
                        poster_path: /x9Y1IMFdY8Ma222KcQadFEau0EB.jpg
                        vote_average: 7.8
                        vote_count: 2334
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        credit_id: 5679e91892514106e80005c7
                        department: Writing
                        episode_count: 20
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        job: Writer
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        credit_id: 5962a8c69251410c560d62df
                        department: Production
                        episode_count: 7
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        job: Executive Producer
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        credit_id: 5a95c3099251415639008de8
                        department: Production
                        episode_count: 8
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        job: Producer
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /7TiyubF98k7fgKkNT3DD9BdW6Pv.jpg
                        credit_id: 5a95c2f59251415639008bd6
                        department: Production
                        episode_count: 7
                        first_air_date: '2016-03-31'
                        genre_ids:
                          - 99
                        id: 66482
                        job: Producer
                        media_type: tv
                        name: The Eighties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Eighties
                        overview: >-
                          The third installment from executive producers Tom
                          Hanks, Gary Goetzman and Mark Herzog, following in the
                          footsteps of critically-acclaimed series THE SIXTIES
                          and THE SEVENTIES, tackles 10 years shaped by
                          exceptionalism and excess. Like its predecessors, THE
                          EIGHTIES intersperses rare archival newsreel footage,
                          interviews, and comments by historians, journalists,
                          politicians, celebrities and others, painting a
                          perspective-rich picture of a vibrant decade. Episodes
                          examine the age of Reagan, the AIDS crisis, the end of
                          the Cold War, Wall Street corruption, the evolving TV
                          and music scene, and everything in between.
                        popularity: 3.28
                        poster_path: /qlmuaP6c7v52niT1UMw5uCUeznG.jpg
                        vote_average: 7.583
                        vote_count: 18
                      - adult: false
                        backdrop_path: /9weuRb4JYBLHHN8UMnD82emYw41.jpg
                        credit_id: 5a95c3099251415639008e00
                        department: Production
                        episode_count: 10
                        first_air_date: '2014-05-29'
                        genre_ids:
                          - 99
                        id: 60909
                        job: Producer
                        media_type: tv
                        name: The Sixties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Sixties
                        overview: >-
                          The space race, the cold war, "free love," civil
                          rights and more: The decade of the 1960s shaped our
                          history -- and changed the world. In collaboration
                          with Tom Hanks, Gary Goetzman and Mark Herzog, CNN
                          explores perhaps the most transformative decade of the
                          modern era in a 10-part documentary series and brings
                          new insights into how those events shaped today.
                        popularity: 16.018
                        poster_path: /wJndYfUYeszk44ZSD5HP5rjcHAW.jpg
                        vote_average: 7.294
                        vote_count: 17
                      - adult: false
                        backdrop_path: /yWUa2QDf64BVT9X1TiHluMjVCJl.jpg
                        credit_id: 5a95e9ce925141563900964f
                        department: Production
                        episode_count: 4
                        first_air_date: '2014-11-02'
                        genre_ids:
                          - 18
                        id: 61585
                        job: Executive Producer
                        media_type: tv
                        name: Olive Kitteridge
                        origin_country:
                          - US
                        original_language: en
                        original_name: Olive Kitteridge
                        overview: >-
                          A look at a seemingly placid New England town that is
                          actually wrought with illicit affairs, crime and
                          tragedy, all told through the lens of Olive, whose
                          wicked wit and harsh demeanor mask a warm but troubled
                          heart and staunch moral center. The story spans 25
                          years and focuses on Olive's relationships with her
                          husband, Henry, the good-hearted and kindly town
                          pharmacist; their son, Christopher, who resents his
                          mother's approach to parenting; and other members of
                          their community.
                        popularity: 25.509
                        poster_path: /2tuB2kGd4is7tFMhcOTfEGB96lm.jpg
                        vote_average: 7.538
                        vote_count: 263
                      - adult: false
                        backdrop_path: /wcI5MSQSxGLyssPO7q02bDPL5sH.jpg
                        credit_id: 5b04db63c3a36864b00033aa
                        department: Production
                        episode_count: 4
                        first_air_date: '2018-05-27'
                        genre_ids:
                          - 99
                        id: 79774
                        job: Executive Producer
                        media_type: tv
                        name: '1968: The Year That Changed America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: '1968: The Year That Changed America'
                        overview: >-
                          A half century look back at a year marked by the
                          assassinations of MLK and RFK, a contentious
                          presidential election, escalating anti-Vietnam War
                          sentiment and more.
                        popularity: 10.644
                        poster_path: /wtUkLvDKruZDN57kwk4McBHcqCb.jpg
                        vote_average: 5.8
                        vote_count: 8
                      - adult: false
                        backdrop_path: /4X5zgdUltQv32Wd9wufbJmMTqka.jpg
                        credit_id: 5b332d249251413cb5012a9f
                        department: Production
                        episode_count: 7
                        first_air_date: '2018-07-08'
                        genre_ids:
                          - 99
                        id: 80446
                        job: Executive Producer
                        media_type: tv
                        name: The 2000s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2000s
                        overview: >-
                          Explore the cultural and political milestones of the
                          2000s decade, including technological triumphs like
                          the iPhone and social media, President George W.
                          Bush’s war on terror and response to Hurricane
                          Katrina, Barack Obama’s presidential election and the
                          financial crisis, hip-hop’s rise to dominance and a
                          creative renaissance in television.
                        popularity: 7.747
                        poster_path: /vjGk5aJLsatgY55Dwh6zJEpVUFp.jpg
                        vote_average: 6.333
                        vote_count: 12
                      - adult: false
                        backdrop_path: /4vjNLVc8Ie3Cac3TFAjpOEEPVw9.jpg
                        credit_id: 5d1ca41994d8a831163b8e9e
                        department: Production
                        episode_count: 6
                        first_air_date: '2019-07-07'
                        genre_ids:
                          - 99
                        id: 90832
                        job: Executive Producer
                        media_type: tv
                        name: The Movies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Movies
                        overview: >-
                          Explore American cinema through the decades and the
                          cultural, societal and political shifts that framed
                          its evolution.
                        popularity: 7.125
                        poster_path: /sYtKqlqfdyR0noZAR6Npv1Bcpmr.jpg
                        vote_average: 6.381
                        vote_count: 42
                      - adult: false
                        backdrop_path: /6snBXmgkscLEJQmxx46qEIlqYlB.jpg
                        credit_id: 5da0e9dfea7b0e0015bc6b20
                        department: Production
                        episode_count: 9
                        first_air_date: '2024-01-25'
                        genre_ids:
                          - 18
                          - 10768
                        id: 46518
                        job: Executive Producer
                        media_type: tv
                        name: Masters of the Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: Masters of the Air
                        overview: >-
                          During World War II, airmen risk their lives with the
                          100th Bomb Group, a brotherhood forged by courage,
                          loss, and triumph.
                        popularity: 206.042
                        poster_path: /rSAmgcoA74371rplbqM27yVsd3y.jpg
                        vote_average: 7.9
                        vote_count: 415
                      - adult: false
                        backdrop_path: /1FxfmcCniLlLNljdU4v9Xihe4IO.jpg
                        credit_id: 63a7590215a4a100cb720c91
                        department: Production
                        episode_count: 1
                        first_air_date: '2022-11-27'
                        genre_ids: []
                        id: 214739
                        job: Executive Producer
                        media_type: tv
                        name: 'Tis the Season: The Holidays on Screen'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Tis the Season: The Holidays on Screen'
                        overview: >-
                          A panoramic celebration of the beloved genre of
                          holiday films and television specials, featuring
                          decades of rich archival footage and lively interviews
                          with notable celebrities, directors, producers, film
                          critics, historians, and pop culture experts.
                        popularity: 3.355
                        poster_path: /9HpmWqKAtZv9Yz2X2ktXVSJRnCC.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tmkOxFigy2CS0ZCUTAC6nDidflT.jpg
                        credit_id: 63d6980b3dc31300af21e9d4
                        department: Production
                        episode_count: 53
                        first_air_date: '2006-03-12'
                        genre_ids:
                          - 18
                        id: 4392
                        job: Executive Producer
                        media_type: tv
                        name: Big Love
                        origin_country:
                          - US
                        original_language: en
                        original_name: Big Love
                        overview: >-
                          The story of Bill Henrickson and his life in suburban
                          Salt Lake City, balancing the needs of his three wives
                          -- Barb, Nicki and Margene-- their seven kids, three
                          new houses and the opening of his newest hardware
                          store. When disturbing news arrives about Bill's
                          father, he is forced to reconnect with his polygamist
                          parents who live on a fundamentalist compound in rural
                          Utah.
                        popularity: 64.537
                        poster_path: /38aaxDXz4qim9M85VTzpUecKlq9.jpg
                        vote_average: 6.898
                        vote_count: 123
                      - adult: false
                        backdrop_path: /uT1VS0k6Y0yHzaRubwx59ew6S6r.jpg
                        credit_id: 6456554fdaf57c011973e84f
                        department: Production
                        episode_count: 7
                        first_air_date: '2023-05-07'
                        genre_ids:
                          - 99
                        id: 225948
                        job: Executive Producer
                        media_type: tv
                        name: The 2010s
                        origin_country:
                          - US
                        original_language: en
                        original_name: The 2010s
                        overview: >-
                          Audiences are invited to look back at The 2010s, a
                          turbulent era marked by political and social upheaval,
                          culminating in the single most dramatic year of the
                          21st century: 2020. It was a decade in which social
                          media transformed society and streaming upended
                          entertainment, resulting in genre-defying music and
                          ushering in the era of "peak TV".
                        popularity: 7.503
                        poster_path: /1d5hWv4bLPoi3zw4A2clO8FX1VC.jpg
                        vote_average: 6.333
                        vote_count: 3
                      - adult: false
                        backdrop_path: /ePnj8LEGgmm3qGnJnsUdKS3kLUM.jpg
                        credit_id: 556643b29251414781000126
                        department: Creator
                        first_air_date: '2015-06-11'
                        genre_ids:
                          - 99
                        id: 62811
                        job: Creator
                        media_type: tv
                        name: The Seventies
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Seventies
                        overview: >-
                          A documentary series focusing on the ongoing Vietnam
                          War, the Watergate scandal, evolving music industry,
                          the Iran Hostage Crisis, the sexual revolution, and
                          the rise of foreign and domestic terrorism.
                        popularity: 9.931
                        poster_path: /tjdUWLijxH3PGoxftR0yIB06lJT.jpg
                        vote_average: 7.526
                        vote_count: 19
                      - adult: false
                        backdrop_path: /tsApvj76MlMAUtjXyfJIADT6U7N.jpg
                        credit_id: 5679e193c3a3685bbc000435
                        department: Creator
                        first_air_date: '2012-07-17'
                        genre_ids:
                          - 10759
                          - 16
                          - 18
                          - 10765
                        id: 53489
                        job: Creator
                        media_type: tv
                        name: Electric City
                        origin_country:
                          - US
                        original_language: en
                        original_name: Electric City
                        overview: >-
                          Electric City is an award-winning, animated,
                          post-apocalyptic, science fiction, web series
                          published through Yahoo!. Created by Tom Hanks, the
                          series begins after the world has ended. Electric City
                          represents peace and security in the midst of rubble.
                          Even though it seems to be an orderly utopia, there
                          are still secrets, back-alley dealings, daring chases
                          and murder.
                        popularity: 8.199
                        poster_path: /fVVhPgOKbjTABFacQ7PtkYS20dt.jpg
                        vote_average: 7.2
                        vote_count: 5
                      - adult: false
                        backdrop_path: /eujU3vpBvZNOExepuL3ezTN9N5W.jpg
                        credit_id: 5a9566750e0a26087b009570
                        department: Creator
                        first_air_date: '2017-07-09'
                        genre_ids:
                          - 99
                        id: 72757
                        job: Creator
                        media_type: tv
                        name: The Nineties
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Nineties
                        overview: >-
                          Hit rewind and explore the most iconic moments and
                          influential people of The Nineties, the decade that
                          gave us the Internet, DVDs, and other cultural and
                          political milestones.
                        popularity: 11.169
                        poster_path: /c342XIOS93CIB5uafzOUDGIVqwe.jpg
                        vote_average: 7
                        vote_count: 19
                      - adult: false
                        backdrop_path: /6bSYn0NCdVqDuBdwqPvulsNstLA.jpg
                        credit_id: 6179a0ccd236e6002a825188
                        department: Creator
                        first_air_date: '1998-04-05'
                        genre_ids:
                          - 10759
                          - 18
                        id: 3556
                        job: Creator
                        media_type: tv
                        name: From the Earth to the Moon
                        origin_country:
                          - US
                        original_language: en
                        original_name: From the Earth to the Moon
                        overview: >-
                          The story of the United States' space program, from
                          its beginnings in 1961 to the final moon mission in
                          1972.
                        popularity: 44.162
                        poster_path: /uzoDGm7N00fOzQxDcSP7R7g6Gfe.jpg
                        vote_average: 8.2
                        vote_count: 106
                      - adult: false
                        backdrop_path: /1FxfmcCniLlLNljdU4v9Xihe4IO.jpg
                        credit_id: 6379c9b0976e480076835b85
                        department: Creator
                        first_air_date: '2022-11-27'
                        genre_ids: []
                        id: 214739
                        job: Creator
                        media_type: tv
                        name: 'Tis the Season: The Holidays on Screen'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Tis the Season: The Holidays on Screen'
                        overview: >-
                          A panoramic celebration of the beloved genre of
                          holiday films and television specials, featuring
                          decades of rich archival footage and lively interviews
                          with notable celebrities, directors, producers, film
                          critics, historians, and pop culture experts.
                        popularity: 3.355
                        poster_path: /9HpmWqKAtZv9Yz2X2ktXVSJRnCC.jpg
                        vote_average: 0
                        vote_count: 0
                    id: 31
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````