> ## 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 personal credits (movies)

> Get the movie credits for a person.



## OpenAPI

````yaml api-reference/openapi.yaml get /3/person/31/movie_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/movie_credits:
    get:
      tags:
        - People
      summary: Get personal credits (movies)
      description: Get the movie credits for a person.
      operationId: getPersonalCreditsMovies
      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=3313
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Thu, 02 Jan 2025 13:49:40 GMT
            ETag:
              schema:
                type: string
                example: W/"980ef210727e9d5c3c6464447196c999"
            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 50fe359d704e2db97a226367d34cf076.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: UNH4X-M0Lh-c4gigm0sFow0qkP0t9GZxzRJpvoBn0xhkovjbONjpHg==
            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: HIT
            x-memc-age:
              schema:
                type: string
                example: '20211'
            x-memc-expires:
              schema:
                type: string
                example: '3313'
            x-memc-key:
              schema:
                type: string
                example: def4620f7d7e5c6a190a674adca62d35
          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
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 35
                          example:
                            - 35
                            - 18
                            - 10749
                        id:
                          type: number
                          example: 13
                        order:
                          type: number
                          example: 0
                        original_language:
                          type: string
                          example: en
                        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.47
                        vote_count:
                          type: number
                          example: 27610
                    example:
                      - adult: false
                        backdrop_path: /mzfx54nfDPTUXZOG48u4LaEheDy.jpg
                        character: Forrest Gump
                        credit_id: 52fe420ec3a36847f800074f
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 13
                        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.47
                        vote_count: 27610
                      - adult: false
                        backdrop_path: /8ln5VUVk7gnNGIb2VNgw8nICDVt.jpg
                        character: Tom Hanks (voice)
                        credit_id: 52fe4211c3a36847f8001551
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 35
                        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.009
                        vote_count: 8003
                      - adult: false
                        backdrop_path: /8gN4y9ijiYHIdcvWVHFgqumF5W1.jpg
                        character: Sam Baldwin
                        credit_id: 52fe4283c3a36847f8024bd9
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 858
                        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
                        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.217
                        vote_count: 15911
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        character: Woody (voice)
                        credit_id: 52fe4284c3a36847f8024f95
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        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
                        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.507
                        vote_count: 17594
                      - adult: false
                        backdrop_path: /pcSjQftPIflB8pSy0g41oSktp6N.jpg
                        character: Jim Lovell
                        credit_id: 52fe4253c3a36847f801595d
                        genre_ids:
                          - 18
                          - 36
                        id: 568
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 1347
                      - adult: false
                        backdrop_path: /cDDyZ2qtBzNAepdTbgxKfFcxREl.jpg
                        character: Michael Sullivan
                        credit_id: 52fe43aec3a36847f80678c7
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 4147
                        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
                        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: 1129
                      - adult: false
                        backdrop_path: /1iwpwlP9SafsCxMKieZVlxCjYaa.jpg
                        character: Richard
                        credit_id: 52fe43cd9251416c7501ec1f
                        genre_ids:
                          - 28
                          - 35
                        id: 10905
                        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
                        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.723
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        character: Narrator (voice)
                        credit_id: 52fe44029251416c91001f43
                        genre_ids:
                          - 99
                        id: 30172
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.5
                        vote_count: 118
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        character: Larry Crowne
                        credit_id: 52fe499dc3a36847f81a3b1f
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.074
                        vote_count: 6228
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 544a2c5a0e0a267480003bb5
                        genre_ids:
                          - 99
                        id: 298859
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 6.985
                        vote_count: 13987
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 65c7d924e295b4012ff7ee16
                        genre_ids:
                          - 99
                        id: 1242980
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 9802
                      - adult: false
                        backdrop_path: /7K14XTTTtlmJLpnpfd9MT61hIfv.jpg
                        character: Self (archive footage)
                        credit_id: 667740eb55857f9b29bdeeff
                        genre_ids:
                          - 99
                        id: 1298922
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.597
                        vote_count: 13895
                      - adult: false
                        backdrop_path: /oE6bhqqVFyIECtBzqIuvh6JdaB5.jpg
                        character: Finch
                        credit_id: 5aecfbc99251411d1e0022e1
                        genre_ids:
                          - 878
                          - 18
                          - 12
                        id: 522402
                        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: 3528
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 5b6be82092514140641214e4
                        genre_ids:
                          - 99
                        id: 471198
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 3427
                      - adult: false
                        backdrop_path: null
                        character: Baxter
                        credit_id: 5d8a4c236c1e04000facfa3b
                        genre_ids:
                          - 27
                        id: 473544
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.481
                        vote_count: 1907
                      - adult: false
                        backdrop_path: /hXbPyKhuK27Nija6LOBH3aFNd7N.jpg
                        character: Self (archive footage)
                        credit_id: 6115c32a151c5c002c74dbac
                        genre_ids:
                          - 99
                        id: 37757
                        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
                        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
                        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
                        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
                        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
                  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
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 14
                          example:
                            - 14
                            - 35
                            - 10751
                        id:
                          type: number
                          example: 2698
                        job:
                          type: string
                          example: Executive Producer
                        original_language:
                          type: string
                          example: en
                        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
                        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
                        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.723
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        credit_id: 52fe44029251416c91001f65
                        department: Writing
                        genre_ids:
                          - 99
                        id: 30172
                        job: Writer
                        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
                        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: /tycdjskNX87irg4TqisjcZdOMoY.jpg
                        credit_id: 52fe446c9251416c750342a5
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 11631
                        job: Executive Producer
                        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: 6.976
                        vote_count: 6530
                      - adult: false
                        backdrop_path: /3d8Y4q172YFp2obUdfMjyErB7eU.jpg
                        credit_id: 52fe44a1c3a36847f80a107b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8346
                        job: Producer
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.986
                        vote_count: 997
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        credit_id: 65ceabc8322b2b017c0625bf
                        department: Crew
                        genre_ids:
                          - 99
                        id: 897465
                        job: Thanks
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.894
                        vote_count: 317
                      - adult: false
                        backdrop_path: /co2HWhWxNvyWWRLEpudY659gqK3.jpg
                        credit_id: 59f3b7219251414d6200082f
                        department: Production
                        genre_ids:
                          - 35
                          - 80
                          - 10402
                        id: 15673
                        job: Producer
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                  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
                        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.47
                        vote_count: 27610
                      - adult: false
                        backdrop_path: /8ln5VUVk7gnNGIb2VNgw8nICDVt.jpg
                        character: Tom Hanks (voice)
                        credit_id: 52fe4211c3a36847f8001551
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 35
                        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.009
                        vote_count: 8003
                      - adult: false
                        backdrop_path: /8gN4y9ijiYHIdcvWVHFgqumF5W1.jpg
                        character: Sam Baldwin
                        credit_id: 52fe4283c3a36847f8024bd9
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 858
                        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
                        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.217
                        vote_count: 15911
                      - adult: false
                        backdrop_path: /lxD5ak7BOoinRNehOCA85CQ8ubr.jpg
                        character: Woody (voice)
                        credit_id: 52fe4284c3a36847f8024f95
                        genre_ids:
                          - 16
                          - 12
                          - 10751
                          - 35
                        id: 862
                        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
                        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.507
                        vote_count: 17594
                      - adult: false
                        backdrop_path: /pcSjQftPIflB8pSy0g41oSktp6N.jpg
                        character: Jim Lovell
                        credit_id: 52fe4253c3a36847f801595d
                        genre_ids:
                          - 18
                          - 36
                        id: 568
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 1347
                      - adult: false
                        backdrop_path: /cDDyZ2qtBzNAepdTbgxKfFcxREl.jpg
                        character: Michael Sullivan
                        credit_id: 52fe43aec3a36847f80678c7
                        genre_ids:
                          - 80
                          - 18
                          - 53
                        id: 4147
                        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
                        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: 1129
                      - adult: false
                        backdrop_path: /1iwpwlP9SafsCxMKieZVlxCjYaa.jpg
                        character: Richard
                        credit_id: 52fe43cd9251416c7501ec1f
                        genre_ids:
                          - 28
                          - 35
                        id: 10905
                        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
                        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.723
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        character: Narrator (voice)
                        credit_id: 52fe44029251416c91001f43
                        genre_ids:
                          - 99
                        id: 30172
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.5
                        vote_count: 118
                      - adult: false
                        backdrop_path: /hl5twrpQBa1VhpsaLFphByGUGt.jpg
                        character: Larry Crowne
                        credit_id: 52fe499dc3a36847f81a3b1f
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 59861
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.074
                        vote_count: 6228
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 544a2c5a0e0a267480003bb5
                        genre_ids:
                          - 99
                        id: 298859
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 6.985
                        vote_count: 13987
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 65c7d924e295b4012ff7ee16
                        genre_ids:
                          - 99
                        id: 1242980
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 9802
                      - adult: false
                        backdrop_path: /7K14XTTTtlmJLpnpfd9MT61hIfv.jpg
                        character: Self (archive footage)
                        credit_id: 667740eb55857f9b29bdeeff
                        genre_ids:
                          - 99
                        id: 1298922
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.597
                        vote_count: 13895
                      - adult: false
                        backdrop_path: /oE6bhqqVFyIECtBzqIuvh6JdaB5.jpg
                        character: Finch
                        credit_id: 5aecfbc99251411d1e0022e1
                        genre_ids:
                          - 878
                          - 18
                          - 12
                        id: 522402
                        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: 3528
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 5b6be82092514140641214e4
                        genre_ids:
                          - 99
                        id: 471198
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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: 3427
                      - adult: false
                        backdrop_path: null
                        character: Baxter
                        credit_id: 5d8a4c236c1e04000facfa3b
                        genre_ids:
                          - 27
                        id: 473544
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.481
                        vote_count: 1907
                      - adult: false
                        backdrop_path: /hXbPyKhuK27Nija6LOBH3aFNd7N.jpg
                        character: Self (archive footage)
                        credit_id: 6115c32a151c5c002c74dbac
                        genre_ids:
                          - 99
                        id: 37757
                        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
                        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
                        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
                        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
                        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
                    crew:
                      - adult: false
                        backdrop_path: /gdGIwCH9OS2w2USTKUlcTppXfXz.jpg
                        credit_id: 52fe4365c3a36847f805145d
                        department: Production
                        genre_ids:
                          - 14
                          - 35
                          - 10751
                        id: 2698
                        job: Executive Producer
                        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
                        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.723
                        vote_count: 6371
                      - adult: false
                        backdrop_path: /bDFx0wBA95uic77C1KT81pDzu51.jpg
                        credit_id: 52fe44029251416c91001f65
                        department: Writing
                        genre_ids:
                          - 99
                        id: 30172
                        job: Writer
                        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
                        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: /tycdjskNX87irg4TqisjcZdOMoY.jpg
                        credit_id: 52fe446c9251416c750342a5
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 11631
                        job: Executive Producer
                        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: 6.976
                        vote_count: 6530
                      - adult: false
                        backdrop_path: /3d8Y4q172YFp2obUdfMjyErB7eU.jpg
                        credit_id: 52fe44a1c3a36847f80a107b
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8346
                        job: Producer
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.986
                        vote_count: 997
                      - adult: false
                        backdrop_path: /4uaB9qh64sBSLPso2EHzAKmq0ye.jpg
                        credit_id: 65ceabc8322b2b017c0625bf
                        department: Crew
                        genre_ids:
                          - 99
                        id: 897465
                        job: Thanks
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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.894
                        vote_count: 317
                      - adult: false
                        backdrop_path: /co2HWhWxNvyWWRLEpudY659gqK3.jpg
                        credit_id: 59f3b7219251414d6200082f
                        department: Production
                        genre_ids:
                          - 35
                          - 80
                          - 10402
                        id: 15673
                        job: Producer
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                        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
                    id: 31
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````