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

# Combined Credits

> This endpoint get the combined movie and TV credits that belong to a person.



## OpenAPI

````yaml api-reference/openapi3.json get /3/person/{person_id}/combined_credits
openapi: 3.0.3
info:
  title: The Movie Database
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.themoviedb.org
security:
  - bearerAuth: []
tags:
  - name: AUTHENTICATION
  - name: ACCOUNT
  - name: CERTIFICATIONS
  - name: CHANGES
  - name: COLLECTIONS
  - name: COMPANY
  - name: CONFIGURATION
  - name: CREDIT
  - name: DISCOVER
  - name: FIND
  - name: GENRES
  - name: GUEST SESSIONS
  - name: KEYWORDS
  - name: LISTS
  - name: MOVIE LISTS
  - name: MOVIES
  - name: NETWORKS
  - name: PEOPLE LIST
  - name: PEOPLE
  - name: REVIEWS
  - name: SEARCH
  - name: TRENDING
  - name: TV SERIES LIST
  - name: TV SERIES
  - name: TV SEASONS
  - name: TV EPISODES
  - name: TV EPISODE GROUP
  - name: WATCH PROVIDERS
paths:
  /3/person/{person_id}/combined_credits:
    get:
      tags:
        - PEOPLE
      summary: Combined Credits
      description: >-
        This endpoint get the combined movie and TV credits that belong to a
        person.
      operationId: combinedCredits
      parameters:
        - $ref: '#/components/parameters/language'
        - $ref: '#/components/parameters/person_id'
      responses:
        '200':
          description: combined credits
          headers:
            Alt-Svc:
              schema:
                type: string
                example: h3=":443"; ma=86400
            Cache-Control:
              schema:
                type: string
                example: public, max-age=15515
            Connection:
              schema:
                type: string
                example: keep-alive
            Content-Encoding:
              schema:
                type: string
                example: gzip
            Date:
              schema:
                type: string
                example: Sun, 05 Jan 2025 16:02:16 GMT
            ETag:
              schema:
                type: string
                example: W/"dd29a1f9b037aaf912f997ad17c74ec8"
            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 a075746ea1824aa1c02a5e26a9e968e4.cloudfront.net
                  (CloudFront)
            X-Amz-Cf-Id:
              schema:
                type: string
                example: jHPeE48-77BE1ulQaQnb0b8tbmGOvhROC6Y-Ya7sT1K85JkXmvFuWw==
            X-Amz-Cf-Pop:
              schema:
                type: string
                example: IAD89-C3
            X-Cache:
              schema:
                type: string
                example: Miss from cloudfront
            x-memc:
              schema:
                type: string
                example: HIT
            x-memc-age:
              schema:
                type: string
                example: '7805'
            x-memc-expires:
              schema:
                type: string
                example: '15515'
            x-memc-key:
              schema:
                type: string
                example: ae98ab881e36e7aefe38b5ed80e6045d
          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: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                        character:
                          type: string
                          example: Del Spooner
                        credit_id:
                          type: string
                          example: 52fe4330c3a36847f8041063
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '1988-10-03'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 28
                          example:
                            - 28
                            - 878
                        id:
                          type: number
                          example: 2048
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: This Morning
                        order:
                          type: number
                          example: 0
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: GB
                          example:
                            - GB
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: This Morning
                        original_title:
                          type: string
                          example: I, Robot
                        overview:
                          type: string
                          example: >-
                            In 2035, where robots are commonplace and abide by
                            the three laws of robotics, a technophobic cop
                            investigates an apparent suicide. Suspecting that a
                            robot may be responsible for the death, his
                            investigation leads him to believe that humanity may
                            be in danger.
                        popularity:
                          type: number
                          example: 43.332
                        poster_path:
                          type: string
                          nullable: true
                          example: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                        release_date:
                          type: string
                          example: '2004-07-15'
                        title:
                          type: string
                          example: I, Robot
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 6.953
                        vote_count:
                          type: number
                          example: 11797
                    example:
                      - adult: false
                        backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                        character: Del Spooner
                        credit_id: 52fe4330c3a36847f8041063
                        genre_ids:
                          - 28
                          - 878
                        id: 2048
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I, Robot
                        overview: >-
                          In 2035, where robots are commonplace and abide by the
                          three laws of robotics, a technophobic cop
                          investigates an apparent suicide. Suspecting that a
                          robot may be responsible for the death, his
                          investigation leads him to believe that humanity may
                          be in danger.
                        popularity: 43.332
                        poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                        release_date: '2004-07-15'
                        title: I, Robot
                        video: false
                        vote_average: 6.953
                        vote_count: 11797
                      - adult: false
                        backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg
                        character: Chris Gardner
                        credit_id: 52fe42f3c3a36847f802f1eb
                        genre_ids:
                          - 18
                        id: 1402
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Pursuit of Happyness
                        overview: >-
                          A struggling salesman takes custody of his son as he's
                          poised to begin a life-changing professional career.
                        popularity: 65.281
                        poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg
                        release_date: '2006-12-14'
                        title: The Pursuit of Happyness
                        video: false
                        vote_average: 7.9
                        vote_count: 9888
                      - adult: false
                        backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg
                        character: Capt. Steven Hiller
                        credit_id: 52fe425bc3a36847f8017f8b
                        genre_ids:
                          - 28
                          - 12
                          - 878
                        id: 602
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Independence Day
                        overview: >-
                          Strange phenomena surface around the globe. The skies
                          ignite. Terror races through the world's major cities.
                          As these extraordinary events unfold, it becomes
                          increasingly clear that a force of incredible
                          magnitude has arrived. Its mission: total annihilation
                          over the Fourth of July weekend. The last hope to stop
                          the destruction is an unlikely group of people united
                          by fate and unimaginable circumstances.
                        popularity: 52.44
                        poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg
                        release_date: '1996-06-25'
                        title: Independence Day
                        video: false
                        vote_average: 6.89
                        vote_count: 9590
                      - adult: false
                        backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg
                        character: Jay
                        credit_id: 52fe425dc3a36847f80187cb
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 878
                        id: 607
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Men in Black
                        overview: >-
                          After a police chase with an otherworldly being, a New
                          York City cop is recruited as an agent in a top-secret
                          organization established to monitor and police alien
                          activity on Earth: the Men in Black. Agent K and new
                          recruit Agent J find themselves in the middle of a
                          deadly plot by an intergalactic terrorist who has
                          arrived on Earth to assassinate two ambassadors from
                          opposing galaxies.
                        popularity: 50.124
                        poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg
                        release_date: '1997-07-02'
                        title: Men in Black
                        video: false
                        vote_average: 7.203
                        vote_count: 13788
                      - adult: false
                        backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg
                        character: Jay
                        credit_id: 52fe425dc3a36847f8018905
                        genre_ids:
                          - 28
                          - 35
                          - 878
                        id: 608
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Men in Black II
                        overview: >-
                          Kay and Jay reunite to provide our best, last and only
                          line of defense against a sinister seductress who
                          levels the toughest challenge yet to the MIB's
                          untarnished mission statement – protecting Earth from
                          the scum of the universe. It's been four years since
                          the alien-seeking agents averted an intergalactic
                          disaster of epic proportions. Now it's a race against
                          the clock as Jay must convince Kay – who not only has
                          absolutely no memory of his time spent with the MIB,
                          but is also the only living person left with the
                          expertise to save the galaxy – to reunite with the MIB
                          before the earth submits to ultimate destruction.
                        popularity: 35.639
                        poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg
                        release_date: '2002-07-03'
                        title: Men in Black II
                        video: false
                        vote_average: 6.372
                        vote_count: 9923
                      - adult: false
                        backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg
                        character: Oscar (voice)
                        credit_id: 52fe43879251416c75013e51
                        genre_ids:
                          - 16
                          - 28
                          - 35
                          - 10751
                        id: 10555
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Shark Tale
                        overview: >-
                          Oscar is a small fish whose big aspirations often get
                          him into trouble. Meanwhile, Lenny is a great white
                          shark with a surprising secret that no sea creature
                          would guess: He's a vegetarian. When a lie turns Oscar
                          into an improbable hero and Lenny becomes an outcast,
                          the two form an unlikely friendship.
                        popularity: 45.234
                        poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg
                        release_date: '2004-09-20'
                        title: Shark Tale
                        video: false
                        vote_average: 6.026
                        vote_count: 6336
                      - adult: false
                        backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg
                        character: Bagger Vance
                        credit_id: 52fe43e7c3a36847f80776ed
                        genre_ids:
                          - 18
                          - 14
                        id: 4958
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Legend of Bagger Vance
                        overview: >-
                          World War I has left golfer Rannulph Junuh a
                          poker-playing alcoholic, his perfect swing gone. Now,
                          however, he needs to get it back to play in a
                          tournament to save the financially ravaged golf course
                          of a long-ago sweetheart. Help arrives in the form of
                          mysterious caddy Bagger Vance.
                        popularity: 12.032
                        poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg
                        release_date: '2000-11-02'
                        title: The Legend of Bagger Vance
                        video: false
                        vote_average: 6.578
                        vote_count: 898
                      - adult: false
                        backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg
                        character: Robert Neville
                        credit_id: 52fe4455c3a36847f808fc19
                        genre_ids:
                          - 18
                          - 878
                          - 53
                        id: 6479
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I Am Legend
                        overview: >-
                          Robert Neville is a scientist who was unable to stop
                          the spread of the terrible virus that was incurable
                          and man-made. Immune, Neville is now the last human
                          survivor in what is left of New York City and perhaps
                          the world. For three years, Neville has faithfully
                          sent out daily radio messages, desperate to find any
                          other survivors who might be out there. But he is not
                          alone.
                        popularity: 80.993
                        poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg
                        release_date: '2007-12-12'
                        title: I Am Legend
                        video: false
                        vote_average: 7.208
                        vote_count: 15755
                      - adult: false
                        backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg
                        character: Ben
                        credit_id: 52fe44259251416c7502a685
                        genre_ids:
                          - 18
                        id: 11321
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Seven Pounds
                        overview: >-
                          An IRS agent with a fateful secret embarks on an
                          extraordinary journey of redemption by forever
                          changing the lives of seven strangers.
                        popularity: 22.971
                        poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg
                        release_date: '2008-12-18'
                        title: Seven Pounds
                        video: false
                        vote_average: 7.609
                        vote_count: 6773
                      - adult: false
                        backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg
                        character: Paul
                        credit_id: 52fe4462c3a368484e020081
                        genre_ids:
                          - 9648
                          - 18
                          - 35
                        id: 23210
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Six Degrees of Separation
                        overview: >-
                          The story of a young, gay, black, con artist who,
                          posing as the son of Sidney Poitier, cunningly
                          maneuvers his way into the lives of a white,
                          upper-class New York family.
                        popularity: 11.912
                        poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg
                        release_date: '1993-12-08'
                        title: Six Degrees of Separation
                        video: false
                        vote_average: 6.4
                        vote_count: 323
                      - adult: false
                        backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg
                        character: Muhammad Ali / Cassius Clay
                        credit_id: 52fe44adc3a36847f80a3d47
                        genre_ids:
                          - 18
                        id: 8489
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Ali
                        overview: >-
                          In 1964, a brash, new pro boxer, fresh from his
                          Olympic gold medal victory, explodes onto the scene:
                          Cassius Clay. Bold and outspoken, he cuts an entirely
                          new image for African Americans in sport with his
                          proud public self-confidence and his unapologetic
                          belief that he is the greatest boxer of all time. Yet
                          at the top of his game, both Ali's personal and
                          professional lives face the ultimate test.
                        popularity: 14.244
                        poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg
                        release_date: '2001-12-10'
                        title: Ali
                        video: false
                        vote_average: 6.8
                        vote_count: 1712
                      - adult: false
                        backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg
                        character: Alex 'Hitch' Hitchens
                        credit_id: 52fe44adc3a36847f80a3c4f
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8488
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hitch
                        overview: >-
                          Dating coach Alex 'Hitch' Hitchens mentors a bumbling
                          client, Albert, who hopes to win the heart of the
                          glamorous Allegra Cole. While Albert makes progress,
                          Hitch faces his own romantic setbacks when proven
                          techniques fail to work on Sara Melas, a tabloid
                          reporter digging for dirt on Allegra Cole's love life.
                          When Sara discovers Hitch's connection to Albert – now
                          Allegra's boyfriend – it threatens to destroy both
                          relationships.
                        popularity: 34.865
                        poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg
                        release_date: '2005-02-11'
                        title: Hitch
                        video: false
                        vote_average: 6.564
                        vote_count: 5779
                      - adult: false
                        backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg
                        character: Capt. James West
                        credit_id: 52fe44adc3a36847f80a3bdb
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 878
                          - 37
                        id: 8487
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wild Wild West
                        overview: >-
                          Legless Southern inventor Dr. Arliss Loveless plans to
                          rekindle the Civil War by assassinating President U.S.
                          Grant. Only two men can stop him: gunfighter James
                          West and master-of-disguise and inventor Artemus
                          Gordon. The two must team up to thwart Loveless'
                          plans.
                        popularity: 21.53
                        poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg
                        release_date: '1999-06-30'
                        title: Wild Wild West
                        video: false
                        vote_average: 5.324
                        vote_count: 3311
                      - adult: false
                        backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg
                        character: Self
                        credit_id: 6174c889b6c264002a69b827
                        genre_ids:
                          - 99
                        id: 795625
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Lily Topples The World
                        overview: >-
                          Follow 20-year-old Lily Hevesh — the world’s greatest
                          domino toppler and the only woman in her field — in a
                          coming-of-age story of artistry, passion, and unlikely
                          triumph.
                        popularity: 1.214
                        poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg
                        release_date: '2021-03-16'
                        title: Lily Topples The World
                        video: false
                        vote_average: 7.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg
                        character: Tea Cake Walters
                        credit_id: 52fe44ba9251416c7503ed09
                        genre_ids:
                          - 35
                        id: 12121
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Made in America
                        overview: >-
                          A young black woman discovers that her father was a
                          sperm donor, and if that wasn't bad enough, he's
                          white.
                        popularity: 9.487
                        poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg
                        release_date: '1993-01-06'
                        title: Made in America
                        video: false
                        vote_average: 5.5
                        vote_count: 357
                      - adult: false
                        backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg
                        character: John Hancock
                        credit_id: 52fe44cbc3a36847f80aa55d
                        genre_ids:
                          - 14
                          - 28
                        id: 8960
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hancock
                        overview: >-
                          Hancock is a down-and-out superhero who's forced to
                          employ a PR expert to help repair his image when the
                          public grows weary of all the damage he's inflicted
                          during his lifesaving heroics. The agent's idea of
                          imprisoning the antihero to make the world miss him
                          proves successful, but will Hancock stick to his new
                          sense of purpose or slip back into old habits?
                        popularity: 38.95
                        poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg
                        release_date: '2008-07-01'
                        title: Hancock
                        video: false
                        vote_average: 6.347
                        vote_count: 9589
                      - adult: false
                        backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg
                        character: Detective Mike Lowrey
                        credit_id: 52fe44cbc3a36847f80aa747
                        genre_ids:
                          - 28
                          - 80
                          - 35
                        id: 8961
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Bad Boys II
                        overview: >-
                          Detectives Marcus Burnett and Mike Lowrey of the Miami
                          Narcotics Task Force are tasked with stopping the flow
                          of the drug Ecstasy into Miami. They track the drugs
                          to the whacked-out Cuban drug lord Johnny Tapia, who
                          is also involved in a bloody war with Russian and
                          Haitian mobsters. If that isn't bad enough, there's
                          tension between the two detectives when Marcus
                          discovers that playboy Mike is secretly romancing
                          Marcus’ sister, Syd.
                        popularity: 51.272
                        poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg
                        release_date: '2003-07-18'
                        title: Bad Boys II
                        video: false
                        vote_average: 6.6
                        vote_count: 5485
                      - adult: false
                        backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg
                        character: Will Smith
                        credit_id: 52fe4507c3a36847f80b8013
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 9541
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Jersey Girl
                        overview: >-
                          Ollie Trinke is a young, suave music publicist who
                          seems to have it all, with a new wife and a baby on
                          the way. But life deals him a bum hand when he's
                          suddenly faced with single fatherhood, a defunct
                          career and having to move in with his father. To
                          bounce back, it takes a new love and the courage
                          instilled in him by his daughter.
                        popularity: 13.651
                        poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg
                        release_date: '2004-03-25'
                        title: Jersey Girl
                        video: false
                        vote_average: 6.2
                        vote_count: 1033
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6401109c9f1be70086a02479
                        genre_ids:
                          - 99
                        id: 1094280
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Putting The Boom & Bang in 'Bad Boys'
                        overview: Bad Boys featurette.
                        popularity: 2.062
                        poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg
                        release_date: '2000-06-27'
                        title: Putting The Boom & Bang in 'Bad Boys'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg
                        character: Robert Clayton Dean
                        credit_id: 52fe452fc3a36847f80c0f93
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 9798
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Enemy of the State
                        overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence."
                        popularity: 24.51
                        poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg
                        release_date: '1998-11-20'
                        title: Enemy of the State
                        video: false
                        vote_average: 7.044
                        vote_count: 3830
                      - adult: false
                        backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg
                        character: Agent J
                        credit_id: 52fe45b7c3a36847f80d6875
                        genre_ids:
                          - 28
                          - 35
                          - 878
                        id: 41154
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Men in Black 3
                        overview: >-
                          Agents J and K are back...in time. J has seen some
                          inexplicable things in his 15 years with the Men in
                          Black, but nothing, not even aliens, perplexes him as
                          much as his wry, reticent partner. But when K's life
                          and the fate of the planet are put at stake, Agent J
                          will have to travel back in time to put things right.
                          J discovers that there are secrets to the universe
                          that K never told him - secrets that will reveal
                          themselves as he teams up with the young Agent K to
                          save his partner, the agency, and the future of
                          humankind.
                        popularity: 33.904
                        poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg
                        release_date: '2012-05-23'
                        title: Men in Black 3
                        video: false
                        vote_average: 6.525
                        vote_count: 10310
                      - adult: false
                        backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg
                        character: Fresh Prince
                        credit_id: 64192591e004a6007be0153e
                        genre_ids:
                          - 16
                          - 10402
                        id: 276109
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Chipmunks Rockin' Through The Decades
                        overview: >-
                          A live-action/animated TV special featuring Alvin and
                          the Chipmunks.
                        popularity: 1.846
                        poster_path: null
                        release_date: '1990-12-09'
                        title: The Chipmunks Rockin' Through The Decades
                        video: false
                        vote_average: 4
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Nicky Barnes
                        credit_id: 619d82dfa410c80090ab2e70
                        genre_ids:
                          - 80
                          - 18
                        id: 903060
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Council
                        overview: >-
                          The never-before told story of a crime syndicate
                          consisting of seven African-American men who ruled
                          Harlem in the 1970s and early 80s focusing on Nicky
                          Barnes, dubbed "Mr. Untouchable" by the New York
                          Times.
                        popularity: 1.442
                        poster_path: null
                        release_date: ''
                        title: The Council
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg
                        character: Mike Lowrey
                        credit_id: 644901856a22270474d17219
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                        id: 9737
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bad Boys
                        overview: >-
                          Marcus Burnett is a henpecked family man. Mike Lowrey
                          is a footloose and fancy free ladies' man. Both Miami
                          policemen, they have 72 hours to reclaim a consignment
                          of drugs stolen from under their station's nose. To
                          complicate matters, in order to get the assistance of
                          the sole witness to a murder, they have to pretend to
                          be each other.
                        popularity: 48.299
                        poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg
                        release_date: '1995-04-07'
                        title: Bad Boys
                        video: false
                        vote_average: 6.8
                        vote_count: 6398
                      - adult: false
                        backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg
                        character: Self (archive footage)
                        credit_id: 61e50e747d2bc1009fcf7f7c
                        genre_ids:
                          - 10402
                          - 99
                        id: 904962
                        media_type: movie
                        order: 32
                        original_language: en
                        original_title: You're Watching Video Music Box
                        overview: >-
                          The untold story of the world’s longest running video
                          show, Video Music Box. A hip hop mainstay since 1983,
                          VMB gave a platform to artists like Jay-Z, Nas and
                          Mary J. Blige before they hit it big. Host Ralph
                          McDaniels’ archives — amassed over nearly 40 years —
                          reveal the show’s importance to numerous big-name
                          musicians, as well as to the kids that grew up
                          watching.
                        popularity: 1.739
                        poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg
                        release_date: '2021-12-03'
                        title: You're Watching Video Music Box
                        video: false
                        vote_average: 6.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        character: Cypher Raige
                        credit_id: 52fe486f9251416c9108c5db
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: null
                        character: Robert Neville
                        credit_id: 62228e237719d7006dac569c
                        genre_ids:
                          - 878
                          - 53
                        id: 945956
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I Am Legend 2
                        overview: A sequel to the 2007 film I Am Legend.
                        popularity: 23.965
                        poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg
                        release_date: ''
                        title: I Am Legend 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Blind Referee
                        credit_id: 64a95eabb686b900edf8e984
                        genre_ids:
                          - 18
                          - 35
                        id: 1149524
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Blind Ref
                        overview: A blind man struggles to become a basketball referee.
                        popularity: 1.267
                        poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg
                        release_date: '2013-06-06'
                        title: Blind Ref
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg
                        character: Judge
                        credit_id: 52fe4c2ec3a368484e1ab62f
                        genre_ids:
                          - 18
                          - 14
                          - 9648
                          - 10749
                        id: 137321
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: Winter's Tale
                        overview: >-
                          A burglar falls for an heiress as she dies in his
                          arms. When he learns that he has the gift of
                          reincarnation, he sets out to save her.
                        popularity: 12.852
                        poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg
                        release_date: '2014-02-13'
                        title: Winter's Tale
                        video: false
                        vote_average: 6.3
                        vote_count: 1334
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 65124a268e2ba600e4517cc1
                        genre_ids:
                          - 99
                        id: 587817
                        media_type: movie
                        order: 15
                        original_language: en
                        original_title: Pesel Ha'Zahav
                        overview: >-
                          A behind-the-scenes look at the preparations for the
                          live broadcast of the 69th Annual Academy Awards
                          ceremony.
                        popularity: 1.788
                        poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg
                        release_date: '1998-01-01'
                        title: Inside the Golden Statue
                        video: false
                        vote_average: 6.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg
                        character: Self (archive footage)
                        credit_id: 6523e238ab5e3400c47d3fd7
                        genre_ids:
                          - 99
                        id: 1038495
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: 'Kids'' TV: The Surprising Story'
                        overview: >-
                          Konnie Huq celebrates the very best of British
                          children’s television, with a dazzling array of clips
                          from some of the most treasured programmes ever made
                          and revealing chats with some of TV’s most beloved
                          stars.  But Konnie also tells a perhaps more
                          surprising story: of how kids’ TV has frequently been
                          at the forefront of social change, in terms of the
                          stories it tells and the people who get to tell them.
                        popularity: 2.636
                        poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg
                        release_date: '2022-10-26'
                        title: 'Kids'' TV: The Surprising Story'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg
                        character: Genie / Mariner (archive footage)
                        credit_id: 62ba30d468b766006174866d
                        genre_ids:
                          - 99
                          - 10402
                        id: 512191
                        media_type: movie
                        order: 96
                        original_language: en
                        original_title: Howard
                        overview: >-
                          Though legendary lyricist Howard Ashman died far too
                          young, his impact on Broadway, movies, and the culture
                          at large were incalculable. Told entirely through rare
                          archival footage and interviews with Ashman’s family,
                          friends, associates, and longtime partner Bill Lauch,
                          Howard is an intimate tribute to a
                          once-in-a-generation talent and a rousing celebration
                          of musical storytelling itself.
                        popularity: 5.917
                        poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg
                        release_date: '2018-04-22'
                        title: Howard
                        video: false
                        vote_average: 6.9
                        vote_count: 48
                      - adult: false
                        backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg
                        character: Nicky Spurgeon
                        credit_id: 530789e0925141111100018d
                        genre_ids:
                          - 10749
                          - 35
                          - 80
                        id: 256591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Focus
                        overview: >-
                          Nicky, an accomplished con artist, gets romantically
                          involved with his disciple Jess but later ends their
                          relationship. Years later, she returns as a femme
                          fatale to spoil his plans.
                        popularity: 32.29
                        poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg
                        release_date: '2015-02-25'
                        title: Focus
                        video: false
                        vote_average: 6.878
                        vote_count: 7841
                      - adult: false
                        backdrop_path: null
                        character: Self - Host (archive footage)
                        credit_id: 62cd331ba9117f131cbd4088
                        genre_ids:
                          - 99
                        id: 999067
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: One Strange Rock
                        overview: >-
                          A mind-bending, thrilling journey exploring the
                          fragility and wonder of planet Earth, one of the most
                          peculiar, unique places in the entire universe,
                          brought to life by the only people to have left it
                          behind – the world’s most well known and leading
                          astronauts. This edit combined episodes one and ten to
                          create a new movie.
                        popularity: 1.81
                        poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg
                        release_date: '2022-07-10'
                        title: One Strange Rock
                        video: true
                        vote_average: 5.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg
                        character: Self
                        credit_id: 658f14116611b46b9fa40ca4
                        genre_ids:
                          - 99
                          - 10402
                        id: 746752
                        media_type: movie
                        order: 2
                        original_language: fr
                        original_title: 'Bigflo & Oli : Presque Trop'
                        overview: >-
                          Go backstage with French rap duo Bigflo & Oli in this
                          intimate music documentary, then join the superstar
                          siblings as they embark on a major tour.
                        popularity: 3.744
                        poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg
                        release_date: '2020-10-08'
                        title: 'Bigflo & Oli: Hip Hop Frenzy'
                        video: false
                        vote_average: 7
                        vote_count: 70
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6326378d8d22fc007a30eebc
                        genre_ids:
                          - 35
                          - 10402
                          - 10770
                          - 99
                        id: 537745
                        media_type: movie
                        order: 134
                        original_language: en
                        original_title: Night of 100 Stars III
                        overview: >-
                          A celebrity benefit for The Actors' Fund of America,
                          featuring music, songs, dance and comedy.
                        popularity: 1.523
                        poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg
                        release_date: '1990-05-21'
                        title: Night of 100 Stars III
                        video: false
                        vote_average: 4
                        vote_count: 2
                      - adult: false
                        backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                        character: Floyd Lawton / Deadshot
                        credit_id: 547ebbec92514124aa000a6d
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 297761
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Suicide Squad
                        overview: >-
                          From DC Comics comes the Suicide Squad, an antihero
                          team of incarcerated supervillains who act as deniable
                          assets for the United States government, undertaking
                          high-risk black ops missions in exchange for commuted
                          prison sentences.
                        popularity: 46.652
                        poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                        release_date: '2016-08-03'
                        title: Suicide Squad
                        video: false
                        vote_average: 5.921
                        vote_count: 21151
                      - adult: false
                        backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg
                        character: Self
                        credit_id: 6596fba6a6c10410ddfa83eb
                        genre_ids:
                          - 99
                          - 18
                        id: 1226352
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Free Child
                        overview: >-
                          From leaving Egypt 10 years ago, to almost dying a
                          month ago in a car accident. This film is about the
                          journey in between and the massive role the internet
                          played in the life of prominent Youtuber and Yes
                          Theory co-founder Ammar Kandil.
                        popularity: 2.591
                        poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg
                        release_date: '2020-09-28'
                        title: Free Child
                        video: false
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg
                        character: Dr. Bennet Omalu
                        credit_id: 54c884a1925141678e00568e
                        genre_ids:
                          - 18
                        id: 321741
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Concussion
                        overview: >-
                          A dramatic thriller based on the incredible true David
                          vs. Goliath story of American immigrant Dr. Bennet
                          Omalu, the brilliant forensic neuropathologist who
                          made the first discovery of CTE, a football-related
                          brain trauma, in a pro player and fought for the truth
                          to be known. Omalu's emotional quest puts him at
                          dangerous odds with one of the most powerful
                          institutions in the world.
                        popularity: 12.822
                        poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg
                        release_date: '2015-11-12'
                        title: Concussion
                        video: false
                        vote_average: 7.09
                        vote_count: 2540
                      - adult: false
                        backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg
                        character: Self (archive footage)
                        credit_id: 635e94b7efd3c200918dcc80
                        genre_ids:
                          - 10751
                          - 10402
                          - 10770
                        id: 341949
                        media_type: movie
                        order: 52
                        original_language: en
                        original_title: 'Sesame Street: Elmopalooza!'
                        overview: >-
                          Jon Stewart hosts the Sesame Street Muppets' 30 year
                          celebration, but Elmo steps in when things go awry.
                        popularity: 1.19
                        poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg
                        release_date: '1998-02-20'
                        title: 'Sesame Street: Elmopalooza!'
                        video: false
                        vote_average: 5.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 65c67b3e4350110183e6f70d
                        genre_ids:
                          - 99
                          - 10402
                        id: 324610
                        media_type: movie
                        order: 29
                        original_language: en
                        original_title: Yo! The Story of ‘Yo! MTV Raps’
                        overview: >-
                          A provocative look into the seven-year history of the
                          series that gave hip hop a voice and broke color
                          barriers, integrating MTV with rap. "Yo! MTV Raps"
                          premiered on August 6, 1988 with hosts Fab 5 Freddy,
                          Ed Lover and Doctor Dré, and shaped the careers of
                          many of today’s hip hop superstars, while
                          simultaneously making groundbreaking strides in
                          introducing hip hop to the mainstream.
                        popularity: 2.444
                        poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg
                        release_date: '2012-06-07'
                        title: Yo! The Story of ‘Yo! MTV Raps’
                        video: false
                        vote_average: 2
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg
                        character: Self
                        credit_id: 65cca2d7e263bb0186692850
                        genre_ids:
                          - 10402
                          - 99
                        id: 1216282
                        media_type: movie
                        order: 22
                        original_language: en
                        original_title: A GRAMMY Salute To 50 Years Of Hip-Hop
                        overview: >-
                          A once-in-a-lifetime live concert special celebrating
                          the 50th anniversary of hip-hop. Airing Sunday, Dec.
                          10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television
                          Network and streaming live and on demand on
                          Paramount+, the two-hour tribute special will feature
                          exclusive performances from hip-hop legends and
                          GRAMMY-winning artists, including Black Thought, Bun
                          B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib
                          Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie
                          Love, The Pharcyde, Queen Latifah, Questlove, Rakim,
                          Remy Ma, Uncle Luke, and Yo-Yo.
                        popularity: 2.644
                        poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg
                        release_date: '2023-12-10'
                        title: A GRAMMY Salute To 50 Years Of Hip-Hop
                        video: false
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg
                        character: Self
                        credit_id: 65ce2d0c13a38801879f3170
                        genre_ids:
                          - 10402
                        id: 171084
                        media_type: movie
                        order: 3
                        original_language: de
                        original_title: 'Tina Turner : Celebrate!'
                        overview: >-
                          Tina Turner celebrates her 60th birthday with this
                          unbelievable 1999 concert. Turner performs a variety
                          from her repertoire from throughout her entire career
                          – her beginnings with Ike Turner, the 80’s resurgence
                          and later career material. Hits featured are 'River
                          Deep, Mountain High', 'What's Love Got to Do With It',
                          'Nutbush City Limits', 'The Best' and '24/7'.
                        popularity: 1.416
                        poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg
                        release_date: '1999-11-26'
                        title: 'Tina Turner : Celebrate!'
                        video: true
                        vote_average: 8.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg
                        character: Howard Inlet
                        credit_id: 55d4d38392514102d500281b
                        genre_ids:
                          - 18
                          - 10749
                        id: 345920
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Collateral Beauty
                        overview: >-
                          Retreating from life after a tragedy, a man questions
                          the universe by writing to Love, Time and Death.
                          Receiving unexpected answers, he begins to see how
                          these things interlock and how even loss can reveal
                          moments of meaning and beauty.
                        popularity: 30.723
                        poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg
                        release_date: '2016-12-15'
                        title: Collateral Beauty
                        video: false
                        vote_average: 7.223
                        vote_count: 5370
                      - adult: false
                        backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg
                        character: Self
                        credit_id: 660c2ed16dc507017e559423
                        genre_ids:
                          - 10770
                          - 10751
                          - 99
                        id: 238466
                        media_type: movie
                        order: 23
                        original_language: en
                        original_title: 'David Blaine: Real or Magic'
                        overview: >-
                          David Blaine's signature brand of street magic
                          mystifies the most recognisable celebrities in the
                          world, such as Jamie Foxx, Bryan Cranston, Aaron Paul,
                          Ricky Gervais, Katy Perry, Woody Allen, and Robert
                          DeNiro, to name a few. He goes to the homes of Kanye
                          West and Harrison Ford, Will Smith and Olivia Wilde.
                          He pays a visit to Stephen Hawking at his office in
                          Cambridge University. Blaine also travels the world,
                          astonishing people from all walks of life with
                          never-before seen, inconceivable magic.
                        popularity: 4.684
                        poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg
                        release_date: '2013-11-19'
                        title: 'David Blaine: Real or Magic'
                        video: false
                        vote_average: 6.7
                        vote_count: 82
                      - adult: false
                        backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg
                        character: ESPN Reporter
                        credit_id: 660b2fae9c97bd017ca40404
                        genre_ids:
                          - 35
                        id: 109443
                        media_type: movie
                        order: 71
                        original_language: en
                        original_title: 'Anchorman 2: The Legend Continues'
                        overview: >-
                          With the 70s behind him, San Diego's top rated
                          newsman, Ron Burgundy, returns to take New York's
                          first 24-hour news channel by storm.
                        popularity: 27.328
                        poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg
                        release_date: '2013-12-18'
                        title: 'Anchorman 2: The Legend Continues'
                        video: false
                        vote_average: 6.139
                        vote_count: 2578
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 660bc789d6dbba014a6f2e36
                        genre_ids:
                          - 99
                        id: 1242980
                        media_type: movie
                        order: 13
                        original_language: pt
                        original_title: Nos Bastidores de Hollywood
                        overview: ''
                        popularity: 2.023
                        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: null
                        character: Self
                        credit_id: 56a2c015c3a3683890000d06
                        genre_ids:
                          - 99
                        id: 378674
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: DC Films Presents Dawn of the Justice League
                        overview: >-
                          A documentary special taking a look at the upcoming
                          films making up the DC Universe. Kevin Smith hosts
                          with Geoff Johns, as they take a look at Batman vs
                          Superman: Dawn of Justice, Suicide Squad, the upcoming
                          Wonder Woman and Justice League movies.
                        popularity: 8.212
                        poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg
                        release_date: '2016-01-19'
                        title: DC Films Presents Dawn of the Justice League
                        video: false
                        vote_average: 6
                        vote_count: 68
                      - adult: false
                        backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg
                        character: Mike
                        credit_id: 56b410fa92514114e5003551
                        genre_ids:
                          - 53
                          - 28
                          - 80
                        id: 38700
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bad Boys for Life
                        overview: >-
                          Marcus and Mike are forced to confront new threats,
                          career changes, and midlife crises as they join the
                          newly created elite team AMMO of the Miami police
                          department to take down the ruthless Armando Armas,
                          the vicious leader of a Miami drug cartel.
                        popularity: 81.514
                        poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg
                        release_date: '2020-01-15'
                        title: Bad Boys for Life
                        video: false
                        vote_average: 7.139
                        vote_count: 8290
                      - adult: false
                        backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg
                        character: Daryl Ward
                        credit_id: 574c539f9251410ef80000d8
                        genre_ids:
                          - 14
                          - 28
                          - 53
                        id: 400106
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bright
                        overview: >-
                          In an alternate present-day where magical creatures
                          live among us, two L.A. cops become embroiled in a
                          prophesied turf battle.
                        popularity: 23.137
                        poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg
                        release_date: '2017-12-22'
                        title: Bright
                        video: false
                        vote_average: 6.152
                        vote_count: 5642
                      - adult: false
                        backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg
                        character: Cameo
                        credit_id: 6667e76e4a60c1410bf71455
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 503129
                        media_type: movie
                        order: 15
                        original_language: hi
                        original_title: Student of the Year 2
                        overview: >-
                          A student must overcome bullies and hardships, both
                          academic and romantic, in order to win his college's
                          coveted Student of the Year trophy.
                        popularity: 15.596
                        poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg
                        release_date: '2019-05-10'
                        title: Student of the Year 2
                        video: false
                        vote_average: 4.444
                        vote_count: 72
                      - adult: false
                        backdrop_path: null
                        character: Jon Grady
                        credit_id: 6671edb8dbc136011d90aee3
                        genre_ids:
                          - 878
                          - 53
                        id: 693390
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Resistor
                        overview: >-
                          Physicist Jon Grady and his team discover a device
                          that can reflect gravity — a triumph that will
                          revolutionize the field of physics and change the
                          future. But instead of acclaim, Grady's lab is locked
                          down by a covert organization known as the Bureau of
                          Technology Control. When Grady refuses to join the
                          BTC, he's thrown into a nightmarish high-tech prison
                          housing other doomed rebel intellects.
                        popularity: 1.87
                        poster_path: null
                        release_date: ''
                        title: Resistor
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Hancock
                        credit_id: 66646cd718bd0a0bdb4d38d2
                        genre_ids:
                          - 14
                          - 28
                        id: 475387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hancock 2
                        overview: ''
                        popularity: 9.235
                        poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg
                        release_date: ''
                        title: Hancock 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg
                        character: ''
                        credit_id: 66b8db3686f5391f4fa7e3c1
                        genre_ids: []
                        id: 1328458
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Fresh Prince of Nowhere
                        overview: >-
                          25 years ago, a biographical documentary on Will Smith
                          was crafted, completed, and concealed. Today, just one
                          VHS copy remains. Originally titled The Fresh Prince
                          of Everywhere, this vandalised tape now goes as The
                          Fresh Prince of Nowhere - and where it picked up its
                          new name, no one knows. Seemingly resonating with an
                          uncanny relevance to the present day, the documentary
                          is an eerie yet meaningful lesson in love, fame and
                          failure. In 2024, the world knows a different Will
                          Smith to the one we knew on the cusp of the
                          millennium. But the story of this VHS tape is a
                          timeless reflection on the cycles of triumph,
                          adversity, and the cost of fame.
                        popularity: 1.319
                        poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg
                        release_date: '2024-03-29'
                        title: The Fresh Prince of Nowhere
                        video: true
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg
                        character: Genie / Mariner
                        credit_id: 58f991d0925141588d004052
                        genre_ids:
                          - 12
                          - 14
                          - 10749
                          - 10751
                        id: 420817
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Aladdin
                        overview: >-
                          A kindhearted street urchin named Aladdin embarks on a
                          magical adventure after finding a lamp that releases a
                          wisecracking genie while a power-hungry Grand Vizier
                          vies for the same lamp that has the power to make
                          their deepest wishes come true.
                        popularity: 50.646
                        poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg
                        release_date: '2019-05-22'
                        title: Aladdin
                        video: false
                        vote_average: 7.098
                        vote_count: 10067
                      - adult: false
                        backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg
                        character: Henry Brogen / Junior
                        credit_id: 595f247b9251410bfa09d25c
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 453405
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Gemini Man
                        overview: >-
                          Henry Brogan is an elite 51-year-old assassin who's
                          ready to call it quits after completing his 72nd job.
                          His plans get turned upside down when he becomes the
                          target of a mysterious operative who can seemingly
                          predict his every move. To his horror, Brogan soon
                          learns that the man who's trying to kill him is a
                          younger, faster, cloned version of himself.
                        popularity: 28.914
                        poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg
                        release_date: '2019-10-02'
                        title: Gemini Man
                        video: false
                        vote_average: 6.289
                        vote_count: 5122
                      - adult: false
                        backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg
                        character: Self - Philadelphia
                        credit_id: 59e392fe9251410b67000415
                        genre_ids:
                          - 10402
                          - 99
                        id: 42348
                        media_type: movie
                        order: 45
                        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: 2.31
                        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: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg
                        character: Will Smith
                        credit_id: 59e392fe9251410b67000419
                        genre_ids:
                          - 35
                        id: 127088
                        media_type: movie
                        order: 49
                        original_language: en
                        original_title: Welcome to Hollywood
                        overview: >-
                          A film director decides to chart the course of a young
                          actor as he tries to make it in Hollywood...
                        popularity: 4.101
                        poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg
                        release_date: '1998-10-01'
                        title: Welcome to Hollywood
                        video: false
                        vote_average: 3.8
                        vote_count: 9
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b67000417
                        genre_ids:
                          - 99
                        id: 378386
                        media_type: movie
                        order: 28
                        original_language: en
                        original_title: 'Star Wars: Greatest Moments'
                        overview: >-
                          Alex Zane counts down the top 20 Star Wars moments as
                          voted by the public. Includes contributions from
                          famous fans as well as the stars and crew of the
                          intergalactic saga.
                        popularity: 3.169
                        poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg
                        release_date: '2015-12-26'
                        title: 'Star Wars: Greatest Moments'
                        video: false
                        vote_average: 7
                        vote_count: 32
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b6700041d
                        genre_ids:
                          - 10402
                          - 99
                        id: 413131
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Will Smith: Live in Concert'
                        overview: >-
                          Will Smith performs live in concert some of his old
                          and new hits.
                        popularity: 1.266
                        poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg
                        release_date: '2005-06-14'
                        title: 'Will Smith: Live in Concert'
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b67000421
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 461916
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Metamorphosis of 'Men in Black'
                        overview: >-
                          An in-depth look into the creation of the special
                          effects for the film Men in Black (1997). Various
                          interviews with the cast and filmmakers and a look at
                          the pre-rendered SFX from ILM and Rick Baker. Also a
                          look at storyboards and information about the change
                          of the script during production.
                        popularity: 1.539
                        poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg
                        release_date: '2000-09-05'
                        title: Metamorphosis of 'Men in Black'
                        video: false
                        vote_average: 5
                        vote_count: 3
                      - adult: false
                        backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg
                        character: Manny
                        credit_id: 59e392fe9251410b6700040d
                        genre_ids:
                          - 18
                          - 53
                          - 80
                        id: 17736
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Where the Day Takes You
                        overview: >-
                          King is a young man, but he's already a veteran of
                          life on the streets of Los Angeles. The de facto
                          leader of a group of teenage runaways, King acts as a
                          mentor to troubled kids such as gay hustler Little J
                          and junkie Greg. When Heather, a beautiful girl from
                          Chicago, starts hanging out with King and his crew, it
                          changes the dynamic of the gang. However, it seems as
                          though nothing will alter their dangerous lifestyle.
                        popularity: 5.488
                        poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg
                        release_date: '1992-09-11'
                        title: Where the Day Takes You
                        video: false
                        vote_average: 6.122
                        vote_count: 55
                      - adult: false
                        backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg
                        character: Self
                        credit_id: 59e392fe9251410b6700041b
                        genre_ids:
                          - 35
                        id: 452460
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: Torrance Rises
                        overview: >-
                          A mockumentary chronicling the Torrance Community
                          Dance Group (from Fatboy Slim's "Praise You" video) on
                          their road to the MTV Video Music Awards.
                        popularity: 1.042
                        poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg
                        release_date: '1999-01-01'
                        title: Torrance Rises
                        video: false
                        vote_average: 7.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg
                        character: Lance Sterling (voice)
                        credit_id: 59e48d59925141082b029493
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 35
                          - 10751
                        id: 431693
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Spies in Disguise
                        overview: >-
                          Super spy Lance Sterling and scientist Walter Beckett
                          are almost exact opposites. Lance is smooth, suave and
                          debonair. Walter is… not. But what Walter lacks in
                          social skills he makes up for in smarts and invention,
                          creating the awesome gadgets Lance uses on his epic
                          missions. But when events take an unexpected turn,
                          Walter and Lance suddenly have to rely on each other
                          in a whole new way.
                        popularity: 24.749
                        poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg
                        release_date: '2019-12-04'
                        title: Spies in Disguise
                        video: false
                        vote_average: 7.6
                        vote_count: 2800
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5a5e8a899251412eac000b3c
                        genre_ids:
                          - 99
                        id: 85770
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: A Man's Story
                        overview: >-
                          Documentary about British fashion designer Ozwald
                          Boateng.
                        popularity: 2.405
                        poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg
                        release_date: '2011-10-08'
                        title: A Man's Story
                        video: false
                        vote_average: 6.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5b0191790e0a2623d700bbc4
                        genre_ids:
                          - 99
                        id: 525331
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Roswell Top Secret
                        overview: >-
                          Something happened near the town of Rosewell. This
                          event came to be known as the Rosewell incident. The
                          town has since become synonymous with flying saucers
                          crashes, alien visitation, government cover up, or
                          what many say, a jump to conclusions and a gross
                          distortion of facts.
                        popularity: 0.547
                        poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg
                        release_date: '1998-01-01'
                        title: Roswell Top Secret
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg
                        character: Self
                        credit_id: 5bb3f793c3a3687b0b002146
                        genre_ids:
                          - 99
                          - 10402
                          - 36
                        id: 551587
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: >-
                          National Museum of African American History and
                          Culture Grand Opening Ceremony
                        overview: >-
                          The grand opening dedication ceremony of the
                          Smithsonian's National Museum of African American
                          History and Culture.
                        popularity: 0.595
                        poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg
                        release_date: '2016-09-24'
                        title: >-
                          National Museum of African American History and
                          Culture Grand Opening Ceremony
                        video: true
                        vote_average: 5.5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg
                        character: Self
                        credit_id: 5bac13980e0a2664df02fce3
                        genre_ids:
                          - 99
                          - 10402
                        id: 504561
                        media_type: movie
                        order: 5
                        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: 6.64
                        poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg
                        release_date: '2018-09-09'
                        title: Quincy
                        video: false
                        vote_average: 7.3
                        vote_count: 106
                      - adult: false
                        backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg
                        character: Oscar (voice)
                        credit_id: 5c466f760e0a26496bc891ec
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 118254
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Club Oscar
                        overview: >-
                          Picking up where Shark Tale ends, all the characters
                          of the film dance at the whale wash in a spoof of
                          Saturday Night Fever.
                        popularity: 3.012
                        poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg
                        release_date: '2005-02-08'
                        title: Club Oscar
                        video: false
                        vote_average: 4.944
                        vote_count: 18
                      - adult: false
                        backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg
                        character: Richard Williams
                        credit_id: 5d288a8fcaab6d00129b75a6
                        genre_ids:
                          - 18
                          - 36
                        id: 614917
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: King Richard
                        overview: >-
                          The story of how Richard Williams served as a coach to
                          his daughters Venus and Serena, who will soon become
                          two of the most legendary tennis players in history.
                        popularity: 23.53
                        poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg
                        release_date: '2021-11-18'
                        title: King Richard
                        video: false
                        vote_average: 7.649
                        vote_count: 2497
                      - adult: false
                        backdrop_path: null
                        character: Nick Cooper
                        credit_id: 5d73f770209f180013fc9c70
                        genre_ids:
                          - 878
                        id: 629423
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Brilliance
                        overview: >-
                          In the future, non-neurotypical people — demonized by
                          society as “twists” or “abnorms” — are threatening the
                          status quo of the “normal” population with their
                          unique gifts. They are officially labeled as
                          “Brilliants” and are carefully tracked by the
                          government.
                        popularity: 1.203
                        poster_path: null
                        release_date: ''
                        title: Brilliance
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5dd930a712aabc00169120d8
                        genre_ids:
                          - 99
                          - 878
                        id: 277499
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: >-
                          From Star Wars to Star Wars: The Story of Industrial
                          Light & Magic
                        overview: >-
                          The incredible evolution of George Lucas' special
                          effects dream factory, including an inside look at
                          "Star Wars: Episode One - The Phantom Menace."
                        popularity: 4.325
                        poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg
                        release_date: '1999-06-15'
                        title: >-
                          From Star Wars to Star Wars: The Story of Industrial
                          Light & Magic
                        video: false
                        vote_average: 8.1
                        vote_count: 9
                      - adult: false
                        backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg
                        character: Self
                        credit_id: 5de218c1c51acd0015f6bdf3
                        genre_ids:
                          - 99
                        id: 621757
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: Dads
                        overview: >-
                          A joyful exploration of modern fatherhood, this doc
                          gathers the testimonies of dads around the world, from
                          famous comedians to everyday parents. Their unfiltered
                          stories speak to the beauty, struggles, and ridiculous
                          hilarity of being a dad today.
                        popularity: 4.833
                        poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg
                        release_date: '2019-09-06'
                        title: Dads
                        video: false
                        vote_average: 6.71
                        vote_count: 31
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e72c626357c0000134a0856
                        genre_ids:
                          - 878
                          - 28
                        id: 579480
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Independence Day: The ID4 Invasion'
                        overview: >-
                          A "mockumentary" of the alien invasion during
                          Independence Day. Barry Nolan hosts the programme, the
                          first 9 minutes of which are a spoof news report of
                          the events of the film. The middle bit is a discussion
                          of the film by cast and crew, and at the end various
                          scientists and politicians discuss what would happen
                          if real aliens arrive on Earth.
                        popularity: 2.744
                        poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg
                        release_date: '1996-06-30'
                        title: 'Independence Day: The ID4 Invasion'
                        video: false
                        vote_average: 6.4
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e72cf59357c000019495ea8
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 684413
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: The Making of 'Independence Day'
                        overview: >-
                          We take a look at various fields of development for
                          the motion picture, Independence Day (1996). Jeff
                          Goldblum is our guide through 'Area ID4' (a rip-off
                          name of Area 51). He pretends to creep around and give
                          us "secret" information about the film. There is also
                          interviews with the cast and crew, and some other
                          behind the scenes stuff that is only there to impress
                          you, and to make you want to go see the film.
                        popularity: 1.961
                        poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg
                        release_date: '1996-06-29'
                        title: The Making of 'Independence Day'
                        video: true
                        vote_average: 5.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e8aa24f9a99001433d18f
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 687112
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy
                        overview: >-
                          Provides a few minutes of joking around about how
                          director Barry Sonnenfeld's dry comedy style works.
                        popularity: 0.597
                        poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg
                        release_date: '2002-11-26'
                        title: Barry Sonnenfeld's Intergalactic Guide to Comedy
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7ea1a04f9a990016340e43
                        genre_ids:
                          - 35
                          - 37
                          - 99
                        id: 687143
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Wild Wild West: Wardrobes of the West'
                        overview: An interesting look at the costume design of the movie
                        popularity: 1.893
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-11-30'
                        title: 'Wild Wild West: Wardrobes of the West'
                        video: true
                        vote_average: 4
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9b884f9a99001433ed25
                        genre_ids:
                          - 99
                          - 878
                          - 35
                        id: 687134
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: MIB ADR
                        overview: A look at the ADR of Men in Black II (2002)
                        popularity: 0.886
                        poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg
                        release_date: '2002-11-26'
                        title: MIB ADR
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9239c144dd001723e241
                        genre_ids:
                          - 99
                          - 878
                          - 35
                        id: 687121
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Design in Motion: The Look of ''Men in Black II'''
                        overview: A look at the art direction of Men in Black II (2002)
                        popularity: 2.083
                        poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg
                        release_date: '2002-11-26'
                        title: 'Design in Motion: The Look of ''Men in Black II'''
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9f27c144dd001723feab
                        genre_ids:
                          - 99
                          - 35
                          - 37
                        id: 687141
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West'''
                        overview: >-
                          This is a promotional behind the scenes featurette
                          that originally appeared on HBO. A lot of the usual
                          interviews and behind-the-scenes clips, but enjoyably,
                          there are a few shots that look at how the FX were
                          filmed.
                        popularity: 1.742
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-06-29'
                        title: 'It''s a Whole New West: The Making of ''Wild, Wild West'''
                        video: false
                        vote_average: 4.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7ea5b5c68b69001741475d
                        genre_ids:
                          - 99
                          - 35
                          - 37
                        id: 687151
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Wild Wild West: Good Guys Gadgets'
                        overview: A look at some of the gadgets and effects of the movie
                        popularity: 1.022
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-11-30'
                        title: 'Wild Wild West: Good Guys Gadgets'
                        video: true
                        vote_average: 5.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7eae0270309f00176047d8
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 687162
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Making of Men in Black
                        overview: Behind the scenes of Men in Black (1997)
                        popularity: 1.912
                        poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg
                        release_date: '1997-11-04'
                        title: The Making of Men in Black
                        video: true
                        vote_average: 7.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e77ed8eb1f68d0014e5e852
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 685607
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'After Earth: A Father''s Legacy'
                        overview: >-
                          This is a featurette with some behind-the-scenes
                          footage of Will Smith and Jaden Smith on-set
                        popularity: 18.664
                        poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg
                        release_date: '2013-10-08'
                        title: 'After Earth: A Father''s Legacy'
                        video: true
                        vote_average: 6.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e77f0b4357c000013517d00
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 685614
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'After Earth: 1,000 Years in 300 Seconds'
                        overview: >-
                          Shows Behind-the-Scenes footage compiled into a
                          montage video clip set to music, with no dialogue.
                        popularity: 3.682
                        poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg
                        release_date: '2013-10-08'
                        title: 'After Earth: 1,000 Years in 300 Seconds'
                        video: true
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e84f8d1e38bd80013ac2713
                        genre_ids:
                          - 99
                        id: 688736
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Making Pursuit: An Italian Take on the American Dream'
                        overview: >-
                          This is a "making of" documentary for the hit film
                          "The Pursuit of Happyness". It chronicles a foreign
                          director's perspective on The American Dream, and the
                          challenges in making the film.
                        popularity: 1.245
                        poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg
                        release_date: '2007-03-27'
                        title: 'Making Pursuit: An Italian Take on the American Dream'
                        video: true
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e860cab5294e700114b244a
                        genre_ids: []
                        id: 689041
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Father and Son: On Screen and Off'
                        overview: >-
                          A look into Will and Jaden Smith's father and son bond
                          on and off the screen of The Pursuit of Happyness
                        popularity: 0.906
                        poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg
                        release_date: '2007-05-22'
                        title: 'Father and Son: On Screen and Off'
                        video: true
                        vote_average: 6
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5eba862c7d2bc1001d026661
                        genre_ids:
                          - 35
                        id: 702942
                        media_type: movie
                        order: 40
                        original_language: en
                        original_title: Feeding America Comedy Festival
                        overview: All-star comics perform in support of Feeding America.
                        popularity: 3.139
                        poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg
                        release_date: '2020-05-10'
                        title: Feeding America Comedy Festival
                        video: false
                        vote_average: 6.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5ed87962e4b576002038a21a
                        genre_ids:
                          - 10751
                          - 35
                          - 10770
                        id: 564784
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: Disneyland's 35th Anniversary Special
                        overview: Celebration of Disneyland's 35th Anniversary
                        popularity: 3.001
                        poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg
                        release_date: '1990-07-01'
                        title: Disneyland's 35th Anniversary Special
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg
                        character: Peter
                        credit_id: 5ee790e915794a0021158ead
                        genre_ids:
                          - 18
                          - 10752
                          - 36
                        id: 715931
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Emancipation
                        overview: >-
                          Inspired by the gripping true story of a man who would
                          do anything for his family—and for freedom. When
                          Peter, an enslaved man, risks his life to escape and
                          return to his family, he embarks on a perilous journey
                          of love and endurance.
                        popularity: 23.242
                        poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg
                        release_date: '2022-12-02'
                        title: Emancipation
                        video: false
                        vote_average: 7.8
                        vote_count: 1130
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5f3b038f46aed4003467daef
                        genre_ids:
                          - 35
                        id: 734184
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Planes, Trains and Automobiles
                        overview: >-
                          Remake of the 1987 comedy about a pair of unlikely
                          travel companions trying to make their destinations in
                          time for the Holiday weekend.
                        popularity: 1.509
                        poster_path: null
                        release_date: ''
                        title: Planes, Trains and Automobiles
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg
                        character: Self
                        credit_id: 5f4d4c999ecf1800359412f5
                        genre_ids:
                          - 99
                        id: 738362
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Fresh Prince of Bel-Air Reunion
                        overview: >-
                          Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph
                          Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ
                          Jazzy Jeff, for a funny and heartfelt night full of
                          music and dancing in honor of the show that ran for
                          six seasons and 148 episodes.
                        popularity: 8.43
                        poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg
                        release_date: '2020-11-18'
                        title: The Fresh Prince of Bel-Air Reunion
                        video: false
                        vote_average: 8.2
                        vote_count: 157
                      - adult: false
                        backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg
                        character: Self (archive footage)
                        credit_id: 5f4fa487be7f350032e1c98d
                        genre_ids:
                          - 99
                          - 10770
                        id: 736206
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'David Blaine: Ascension'
                        overview: >-
                          David Blaine will redefine magic once again for an
                          unprecedented live event at a time when the world
                          could use a positive distraction.
                        popularity: 1.267
                        poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg
                        release_date: '2020-09-02'
                        title: 'David Blaine: Ascension'
                        video: false
                        vote_average: 6.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5f93484b7e9d5f00434f5b40
                        genre_ids:
                          - 99
                          - 10402
                        id: 756740
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep'
                        overview: >-
                          Behind the scenes look at the creation and production
                          of Jon Bellion's second studio album 'Glory Sound
                          Prep'.
                        popularity: 0.176
                        poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg
                        release_date: '2019-05-24'
                        title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg
                        character: Self
                        credit_id: 5fce933c680be8003e1f1278
                        genre_ids:
                          - 99
                          - 35
                        id: 773790
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Will Smith: The Prince of Hollywood'
                        overview: >-
                          Fans forever love Will Smith who are reassured they
                          will always be entertained. Follow the journey of this
                          fascinating actor, producer, husband, father, who has
                          the WILL to win.
                        popularity: 2.145
                        poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg
                        release_date: '2020-10-01'
                        title: 'Will Smith: The Prince of Hollywood'
                        video: false
                        vote_average: 1.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 601e268215c636003fbc6657
                        genre_ids:
                          - 28
                          - 53
                        id: 698261
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Fast and Loose
                        overview: >-
                          A man who wakes up in Tijuana after being left for
                          dead with absolutely no memory. As he follows a string
                          of clues to uncover his identity, he discovers that
                          he’s been living two different lives: one as a
                          super-successful crime kingpin, surrounded by
                          beautiful women, expensive toys and a lavish
                          lifestyle, and the other as an undercover CIA agent,
                          but with a puny salary, no family or home life
                          whatsoever and zero trappings of success. The problem
                          is, he can’t remember which of these two personas is
                          his true identity.
                        popularity: 1.465
                        poster_path: null
                        release_date: ''
                        title: Fast and Loose
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg
                        character: Mike Lowrey
                        credit_id: 60214ee4a80673003f419f46
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                          - 12
                        id: 573435
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Bad Boys: Ride or Die'
                        overview: >-
                          After their late former Captain is framed, Lowrey and
                          Burnett try to clear his name, only to end up on the
                          run themselves.
                        popularity: 394.83
                        poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg
                        release_date: '2024-06-05'
                        title: 'Bad Boys: Ride or Die'
                        video: false
                        vote_average: 7.5
                        vote_count: 2548
                      - adult: false
                        backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg
                        character: Fresh Prince
                        credit_id: 6107e3698d22fc0047133dfc
                        genre_ids:
                          - 99
                          - 10770
                        id: 405806
                        media_type: movie
                        order: 38
                        original_language: en
                        original_title: The Earth Day Special
                        overview: >-
                          The Earth Day Special is a television special
                          revolving around Earth Day that aired on ABC on April
                          22, 1990. Sponsored by Time Warner, the two hour
                          special featured an all-star cast addressing concerns
                          about global warming, deforestation, and other
                          environmental ills.
                        popularity: 3.342
                        poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg
                        release_date: '1990-04-22'
                        title: The Earth Day Special
                        video: false
                        vote_average: 8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 66fd63daf878adfed084a8aa
                        genre_ids:
                          - 35
                        id: 1365199
                        media_type: movie
                        order: 17
                        original_language: es
                        original_title: Asesinatos sólo en El Hormiguero
                        overview: ''
                        popularity: 1.215
                        poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg
                        release_date: '2024-09-03'
                        title: Asesinatos sólo en El Hormiguero
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg
                        character: Self (archive footage) (uncredited)
                        credit_id: 6711d067097c3d7760f87e8d
                        genre_ids:
                          - 99
                        id: 1364758
                        media_type: movie
                        order: 31
                        original_language: es
                        original_title: El Cuarto Round
                        overview: >-
                          "El Cuarto Round" invites us to accompany Osvaldo, "El
                          Mariana", on an intimate six-month journey as he
                          prepares for his fight at La Velada del Año 4, at the
                          Santiago Bernabéu stadium in Madrid. Through his
                          training, we not only see him face physical and
                          emotional challenges, but also discover new facets of
                          himself, where his public and personal lives become
                          deeply intertwined.
                        popularity: 4.517
                        poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg
                        release_date: '2024-10-17'
                        title: The Fourth Round
                        video: false
                        vote_average: 7.2
                        vote_count: 2
                      - adult: false
                        backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg
                        character: Self
                        credit_id: 672f9a5611b6cc0571f62afb
                        genre_ids:
                          - 99
                        id: 1385136
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Bad Boys:Legacy
                        overview: >-
                          Take an epic lookback at 30 years of making the Bad
                          Boys franchise with a 22-minute retrospective. Go
                          behind the scenes of the all-new movie with an
                          exclusive conversation featuring Will Smith and Martin
                          Lawrence. Explore the making of the first three films
                          with commentary from filmmakers Jerry Bruckheimer,
                          Michael Bay, and stars Vanessa Hudgens, Alexander
                          Ludwig, Joe Pantoliano, and more. From the initial
                          table read to the final "that's a wrap," fans will
                          experience an intimate look at this action-packed
                          30-year journey.
                        popularity: 11.02
                        poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg
                        release_date: '2024-07-24'
                        title: 'Bad Boys: Legacy'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg
                        character: Self
                        credit_id: 525394ca19c29579402be4ea
                        episode_count: 1
                        first_air_date: '1988-10-03'
                        genre_ids:
                          - 10767
                          - 10763
                        id: 766
                        media_type: tv
                        name: This Morning
                        origin_country:
                          - GB
                        original_language: en
                        original_name: This Morning
                        overview: >-
                          This Morning features a variety of news, as well as
                          show business, fashion, beauty, lifestyle, home and
                          garden, food, tech, live phone-ins, and competitions.
                        popularity: 18.283
                        poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg
                        vote_average: 5.5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg
                        character: Self
                        credit_id: 5253463019c29579400c9508
                        episode_count: 1
                        first_air_date: '1994-08-14'
                        genre_ids:
                          - 10767
                        id: 217
                        media_type: tv
                        name: Inside the Actors Studio
                        origin_country:
                          - US
                        original_language: en
                        original_name: Inside the Actors Studio
                        overview: >-
                          James Lipton sits down with some of the world's most
                          accomplished actors and directors for penetrating,
                          fascinating interviews.
                        popularity: 4.265
                        poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg
                        vote_average: 7.443
                        vote_count: 53
                      - adult: false
                        backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg
                        character: Self
                        credit_id: 52570aec760ee3776a05f593
                        episode_count: 1
                        first_air_date: '2006-08-14'
                        genre_ids:
                          - 10767
                        id: 1514
                        media_type: tv
                        name: The One Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The One Show
                        overview: >-
                          A topical magazine-style daily television programme
                          broadcast live on BBC One.
                        popularity: 122.214
                        poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg
                        vote_average: 4.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        character: ''
                        credit_id: 52570ccc19c2957114017a28
                        episode_count: 3
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        character: Will Smith
                        credit_id: 525718a319c29571140a88c5
                        episode_count: 148
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg
                        character: Self
                        credit_id: 5257137b760ee3776a1068d9
                        episode_count: 1
                        first_air_date: '1952-01-14'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 1709
                        media_type: tv
                        name: Today
                        origin_country:
                          - US
                        original_language: en
                        original_name: Today
                        overview: >-
                          Today is a daily American morning television show that
                          airs on NBC. The program debuted on January 14, 1952.
                          It was the first of its genre on American television
                          and in the world, and is the fifth-longest running
                          American television series. Originally a two-hour
                          program on weekdays, it expanded to Sundays in 1987
                          and Saturdays in 1992. The weekday broadcast expanded
                          to three hours in 2000, and to four hours in 2007.


                          Today's dominance was virtually unchallenged by the
                          other networks until the late 1980s, when it was
                          overtaken by ABC's Good Morning America. Today retook
                          the Nielsen ratings lead the week of December 11,
                          1995, and held onto that position for 852 consecutive
                          weeks until the week of April 9, 2012, when it was
                          beaten by Good Morning America yet again. In 2002,
                          Today was ranked #17 on TV Guide's 50 Greatest
                          Television  Shows of All Time.
                        popularity: 15.425
                        poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg
                        vote_average: 5.5
                        vote_count: 26
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571abd19c29571140d0f30
                        episode_count: 2
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 98.694
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.488
                        vote_count: 40
                      - adult: false
                        backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg
                        character: Self
                        credit_id: 602fbe5e32cc2b004184a9df
                        episode_count: 1
                        first_air_date: '1976-10-03'
                        genre_ids:
                          - 10767
                        id: 118944
                        media_type: tv
                        name: Domenica In
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Domenica In
                        overview: ''
                        popularity: 12.967
                        poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573b60760ee36aaa013f4e
                        episode_count: 6
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 60.316
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg
                        character: Self — Host
                        credit_id: 6019b4fc87a27a003fe84fd4
                        episode_count: 6
                        first_air_date: '2021-02-17'
                        genre_ids:
                          - 99
                          - 10763
                          - 10768
                        id: 118043
                        media_type: tv
                        name: 'Amend: The Fight for America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Amend: The Fight for America'
                        overview: >-
                          When the United States of America was founded, the
                          ideals of freedom and equality did not apply to all
                          people. These are the stories of the brave Americans
                          who fought to right the nation’s wrongs and enshrine
                          the values we hold most dear into the Constitution —
                          with liberty and justice for all.
                        popularity: 12.082
                        poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg
                        vote_average: 7.079
                        vote_count: 164
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52574daf760ee36aaa16f5b7
                        episode_count: 1
                        first_air_date: '1999-11-01'
                        genre_ids:
                          - 10763
                        id: 3167
                        media_type: tv
                        name: The Early Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Early Show
                        overview: >-
                          The Early Show is an American morning television show
                          which was broadcast by CBS from New York City from
                          1999 to 2012. The program aired live from 7 to 9 a.m.
                          Eastern Time Monday through Friday in the Eastern time
                          zone; most affiliates in the Central, Mountain, and
                          Pacific time zones aired the show on tape-delay from 7
                          to 9 a.m. local time. The Saturday edition aired live
                          from 7 to 9 a.m. Eastern Time as well, but a number of
                          affiliates did not carry it or aired it later on
                          tape-delay. It premiered on November 1, 1999, and was
                          the newest of the major networks' morning shows,
                          although CBS has made several attempts to program in
                          the morning slot since 1954. The show aired as a
                          division of CBS News.


                          The Early Show, like many of its predecessors,
                          traditionally ran last in the ratings to its rivals,
                          NBC's Today and ABC's Good Morning America. Much like
                          NBC's The Today Show and The Tonight Show, the title
                          The Early Show was analogous to that of CBS's
                          late-night talk show, The Late Show.


                          On November 15, 2011, CBS announced that a new morning
                          show would replace The Early Show on January 9, 2012.
                          CBS News chairman Jeff Fager and CBS News president
                          David Rhodes stated that the new show would "redefine
                          the morning television landscape." On December 1, it
                          was announced that the new show would be titled CBS
                          This Morning. The Early Show ended its twelve-year run
                          on January 6, 2012, to make way for the program.
                          Charlie Rose, Gayle King, and Erica Hill were named
                          anchors of the new program.
                        popularity: 13.92
                        poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg
                        vote_average: 5.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg
                        character: ''
                        credit_id: 52576eb5760ee36aaa449ab3
                        episode_count: 1
                        first_air_date: '2003-03-31'
                        genre_ids:
                          - 10764
                        id: 4535
                        media_type: tv
                        name: American Chopper
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Chopper
                        overview: >-
                          Paul Teutul, Sr. and his son Paul Teutul, Jr.
                          manufacture custom chopper-style motorcycles.
                        popularity: 43.965
                        poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg
                        vote_average: 6.5
                        vote_count: 54
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5257858b19c29531db28c08e
                        episode_count: 1
                        first_air_date: '1973-09-27'
                        genre_ids: []
                        id: 6249
                        media_type: tv
                        name: Rock Concert
                        origin_country:
                          - US
                        original_language: en
                        original_name: Rock Concert
                        overview: >-
                          Don Kirshner's Rock Concert is an American television
                          music variety show that ran during the 1970s and early
                          1980s, created and produced by Don Kirshner and
                          syndicated to television stations. It premiered on
                          September 27, 1973, with a performance by The Rolling
                          Stones; its last episode was in 1981.
                        popularity: 10.434
                        poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg
                        character: Self
                        credit_id: 52576b20760ee36aaa3e7217
                        episode_count: 1
                        first_air_date: '1995-10-14'
                        genre_ids:
                          - 35
                        id: 4469
                        media_type: tv
                        name: MADtv
                        origin_country:
                          - US
                        original_language: en
                        original_name: MADtv
                        overview: >-
                          MADtv is an American sketch comedy television series
                          originally inspired by Mad magazine. The one-hour show
                          aired Saturday nights on Fox.
                        popularity: 20.515
                        poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg
                        vote_average: 6.888
                        vote_count: 116
                      - adult: false
                        backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg
                        character: Self
                        credit_id: 60afa8c617792c006e1d23ac
                        episode_count: 1
                        first_air_date: '2018-08-28'
                        genre_ids:
                          - 10767
                        id: 81187
                        media_type: tv
                        name: The Shop
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Shop
                        overview: >-
                          A one-of-a-kind barbershop experience with unfiltered
                          conversation and debate from the biggest names in
                          sports and entertainment.
                        popularity: 24.571
                        poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg
                        vote_average: 4.909
                        vote_count: 11
                      - adult: false
                        backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg
                        character: ''
                        credit_id: 5258298a760ee36aaa854083
                        episode_count: 1
                        first_air_date: '1992-06-10'
                        genre_ids: []
                        id: 13667
                        media_type: tv
                        name: MTV Movie & TV Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: MTV Movie & TV Awards
                        overview: >-
                          The annual film & TV awards show presented by MTV. The
                          nominees are decided by producers and executives at
                          MTV with winners decided online by the general public.
                        popularity: 40.864
                        poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg
                        vote_average: 7.7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 60e9020d22e4800047adc709
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        media_type: tv
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 62.291
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg
                        character: Self - Host
                        credit_id: 60cb658005a533002a24d85d
                        episode_count: 6
                        first_air_date: '2021-12-08'
                        genre_ids:
                          - 99
                        id: 127700
                        media_type: tv
                        name: Welcome to Earth
                        origin_country:
                          - US
                        original_language: en
                        original_name: Welcome to Earth
                        overview: >-
                          Will Smith whose curiosity and wonder is positively
                          infectious—is guided by National Geographic Explorers
                          traveling to different corners of the world to get up
                          close and personal with the weirdest, most unusual,
                          dangerous and thrilling spectacles of the planet.
                        popularity: 13.261
                        poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg
                        vote_average: 7.6
                        vote_count: 416
                      - adult: false
                        backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg
                        character: Self
                        credit_id: 5258834d760ee3466140968f
                        episode_count: 5
                        first_air_date: '1953-03-19'
                        genre_ids: []
                        id: 27023
                        media_type: tv
                        name: The Oscars
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oscars
                        overview: >-
                          An annual American awards ceremony honoring cinematic
                          achievements in the film industry. The various
                          category winners are awarded a copy of a statuette,
                          officially the Academy Award of Merit, that is better
                          known by its nickname Oscar.
                        popularity: 31.744
                        poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg
                        vote_average: 7
                        vote_count: 65
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52588691760ee346614740af
                        episode_count: 2
                        first_air_date: '1993-01-01'
                        genre_ids:
                          - 10763
                        id: 27511
                        media_type: tv
                        name: GMTV
                        origin_country:
                          - GB
                        original_language: en
                        original_name: GMTV
                        overview: >-
                          GMTV is the name of the national Channel 3 breakfast
                          television contractor/licensee, broadcasting in the
                          United Kingdom from 1 January 1993 to 3 September
                          2010. It became a wholly owned subsidiary of ITV plc
                          in November 2009. Shortly after, ITV plc announced the
                          programme would end. The final edition of GMTV was
                          broadcast on 3 September 2010.
                        popularity: 49.689
                        poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg
                        vote_average: 5.583
                        vote_count: 12
                      - adult: false
                        backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg
                        character: ''
                        credit_id: 5258819a760ee346613ac69a
                        episode_count: 1
                        first_air_date: '1998-09-14'
                        genre_ids: []
                        id: 26834
                        media_type: tv
                        name: TRL
                        origin_country:
                          - US
                        original_language: en
                        original_name: TRL
                        overview: >-
                          Total Request Live was a television series on MTV that
                          featured popular music videos. TRL was MTV's prime
                          outlet for music videos as the network continued to
                          concentrate on reality-based programming. In addition
                          to music videos, TRL featured daily guests. The show
                          was a popular promotion tool used by musicians,
                          actors, and other celebrities to promote their newest
                          works to the show's target teen demographic.


                          TRL played the top ten most requested videos of the
                          day, as requested by viewers who voted online for
                          their favorite video. The countdown started with the
                          tenth most requested video and ended with the most
                          requested. As of October 22, 2007, TRL's countdown was
                          based on votes, charts, ringtones, download, radio
                          airplay, and streams, meaning that the most user
                          requested video might not have been the number 1
                          video. The show generally aired Monday through
                          Thursday for one hour, though the scheduling and
                          length of the show fluctuated over the years. Despite
                          the word "Live" in the title of the show, many
                          episodes were actually pre-recorded.


                          It was announced on September 15, 2008 that TRL would
                          be shut down and replaced with FNMTV. The special
                          three-hour finale aired on November 16, 2008, at 8
                          p.m.
                        popularity: 24.686
                        poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg
                        vote_average: 5.2
                        vote_count: 14
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899d2760ee346615da101
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        media_type: tv
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 3.07
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg
                        character: Self (archive footage)
                        credit_id: 61021fa74e52ed002ea46fd0
                        episode_count: 1
                        first_air_date: '2021-03-06'
                        genre_ids:
                          - 99
                        id: 125972
                        media_type: tv
                        name: This Is Pop
                        origin_country:
                          - CA
                        original_language: en
                        original_name: This Is Pop
                        overview: >-
                          Unknown histories take center stage as the hitmakers
                          themselves - from ABBA to T-Pain - explore dimensions
                          of pop music you never knew existed.
                        popularity: 8.656
                        poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg
                        vote_average: 5.7
                        vote_count: 15
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 53b80c670e0a2676c7007b13
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg
                        character: Self
                        credit_id: 560bd01cc3a3686824005131
                        episode_count: 1
                        first_air_date: '1995-12-05'
                        genre_ids:
                          - 10764
                        id: 40605
                        media_type: tv
                        name: Die Harald Schmidt Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Harald Schmidt Show
                        overview: >-
                          The Harald Schmidt Show is a German late night talk
                          show hosted on Sky Deutschland by comedian Harald
                          Schmidt. The show first aired from 5 December 1995 to
                          23 December 2003 on Sat.1. Schmidt then moved his show
                          to Das Erste as Harald Schmidt and Schmidt & Pocher,
                          but he returned to Sat.1 on 13 September 2011. After
                          cancellation on Sat.1, the show continued on Sky
                          Deutschland in September 2012.
                        popularity: 149.454
                        poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg
                        vote_average: 7
                        vote_count: 16
                      - adult: false
                        backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg
                        character: Self
                        credit_id: 55df5b0e92514179820000e3
                        episode_count: 1
                        first_air_date: '2006-09-24'
                        genre_ids:
                          - 35
                          - 10767
                        id: 6809
                        media_type: tv
                        name: El hormiguero
                        origin_country:
                          - ES
                        original_language: es
                        original_name: El hormiguero
                        overview: >-
                          El Hormiguero is a Spanish television program with a
                          live audience focusing on comedy, science, and
                          politics running since September 2006. It is hosted
                          and produced by screenwriter Pablo Motos. The show
                          aired on Spain's Cuatro channel from launch until June
                          2011 and is now broadcast on Antena 3. Recurring
                          guests on the show include Luis Piedrahita, Raquel
                          Martos, Marron & "The Man in Black", and puppet ants
                          Trancas and Barrancas. It has proved a ratings
                          success, and has expanded from a weekly 120-minute
                          show to a daily 40-minute show in its third season,
                          which began on September 17, 2007. The show won the
                          Entertainment prize at the 2009 Rose d'Or ceremony.
                        popularity: 125.63
                        poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg
                        vote_average: 4.9
                        vote_count: 33
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e8d37fc3a3682c6b00392c
                        episode_count: 2
                        first_air_date: '1981-02-14'
                        genre_ids:
                          - 18
                          - 10764
                          - 35
                          - 10767
                        id: 10918
                        media_type: tv
                        name: Wetten, dass..?
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Wetten, dass..?
                        overview: >-
                          A long-running German-language entertainment
                          television show based on the format of the British
                          show You Bet! and the American show Wanna Bet?.
                        popularity: 54.985
                        poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg
                        vote_average: 5.5
                        vote_count: 18
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 617f9318229ae2002a60fdda
                        episode_count: 6
                        first_air_date: '2021-11-08'
                        genre_ids:
                          - 99
                        id: 137684
                        media_type: tv
                        name: Best Shape of My Life
                        origin_country:
                          - US
                        original_language: en
                        original_name: Best Shape of My Life
                        overview: >-
                          Will Smith teams up with guests and undergoes a
                          fitness challenge.
                        popularity: 2.732
                        poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg
                        vote_average: 4
                        vote_count: 4
                      - adult: false
                        backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg
                        character: Self - Guest
                        credit_id: 560001569251412aad00234c
                        episode_count: 1
                        first_air_date: '2009-01-16'
                        genre_ids:
                          - 10767
                        id: 31449
                        media_type: tv
                        name: Skavlan
                        origin_country:
                          - 'NO'
                          - SE
                        original_language: 'no'
                        original_name: Skavlan
                        overview: >-
                          Skavlan is a Norwegian-Swedish television talk show
                          hosted by Norwegian journalist Fredrik Skavlan. It
                          premiered in Sweden on Sveriges Television in January
                          2009, and the first guests to appear on the show were
                          former Prime Minister of Sweden Göran Persson and his
                          wife Anitra Steen. On 8 May 2009, it was announced
                          that Skavlan had been renewed for a second season. It
                          was also announced that the show would no longer only
                          be produced by SVT in Sweden; Skavlan would now be
                          partly produced in Norway by the Norwegian
                          Broadcasting Corporation. The first twelve episodes of
                          Skavlan's second season were produced by SVT in
                          Sweden, and the remaining twelve by NRK in Norway.


                          Skavlan speaks Norwegian and his dialog is therefore
                          subtitled in Swedish in Sweden, even though the two
                          languages are quite similar and mutually intelligible.
                          If the persons being interviewed by Skavlan are
                          Swedish, he often tells them to let him know if they
                          do not understand what he is saying. Swedish novelist
                          Jan Guillou has criticized SVT for subtitling the
                          program, stating "there is no need for that. If the
                          host had been Danish, subtitling would have been
                          necessary, but with a Norwegian host it does not make
                          any sense."
                        popularity: 617.216
                        poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg
                        vote_average: 5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: Self - Guest
                        credit_id: 61838c62e93e9500625d85fb
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg
                        character: Self
                        credit_id: 618489a23e2ec8008d1f4a7d
                        episode_count: 1
                        first_air_date: '2020-07-30'
                        genre_ids:
                          - 10767
                        id: 106727
                        media_type: tv
                        name: The Oprah Conversation
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oprah Conversation
                        overview: >-
                          Oprah leads intimate discussions with today’s foremost
                          newsmakers, thought leaders, and masters of their
                          craft. Bringing truth and perspective to a range of
                          topics shaping our world, they reveal gripping stories
                          of human connection.
                        popularity: 12.53
                        poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 64af19e9c490480139cfe0d7
                        episode_count: 1
                        first_air_date: '2020-09-07'
                        genre_ids:
                          - 99
                        id: 133401
                        media_type: tv
                        name: The True Story of...
                        origin_country:
                          - DE
                        original_language: de
                        original_name: The True Story of...
                        overview: ''
                        popularity: 9.528
                        poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg
                        vote_average: 7.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 572b3531c3a36848010024f6
                        episode_count: 1
                        first_air_date: '1999-09-22'
                        genre_ids:
                          - 35
                        id: 4461
                        media_type: tv
                        name: Rove
                        origin_country:
                          - AU
                        original_language: en
                        original_name: Rove
                        overview: >-
                          Rove, formerly Rove Live, was an Australian television
                          variety show which premiered on the Nine Network on 22
                          September 1999, before moving to Network Ten which
                          aired the program from 2000 until November, 2009. The
                          show was hosted by comedian Rove McManus, and featured
                          an ensemble cast, who presented various segments
                          throughout the course of the show. The show won the
                          Logie Award for "Most Popular Light Entertainment
                          Program" five times.
                        popularity: 271.453
                        poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg
                        character: Self
                        credit_id: 61db4c05bf09d1001f79795b
                        episode_count: 1
                        first_air_date: '2018-05-07'
                        genre_ids:
                          - 10767
                        id: 83216
                        media_type: tv
                        name: Red Table Talk
                        origin_country:
                          - US
                        original_language: en
                        original_name: Red Table Talk
                        overview: >-
                          Jada Pinkett Smith, her daughter Willow, and mother
                          Adrienne – three generations of women open their home
                          for a series of candid conversations with family and
                          friends.
                        popularity: 20.341
                        poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg
                        vote_average: 6.4
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 62015277136545006828ae7b
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg
                        character: Self - Presenter
                        credit_id: 64ebcbeed48cee00ad4436e1
                        episode_count: 1
                        first_air_date: '1992-06-10'
                        genre_ids: []
                        id: 13667
                        media_type: tv
                        name: MTV Movie & TV Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: MTV Movie & TV Awards
                        overview: >-
                          The annual film & TV awards show presented by MTV. The
                          nominees are decided by producers and executives at
                          MTV with winners decided online by the general public.
                        popularity: 40.864
                        poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg
                        vote_average: 7.7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg
                        character: Self
                        credit_id: 599396299251415433007ff7
                        episode_count: 1
                        first_air_date: '2017-08-08'
                        genre_ids:
                          - 35
                        id: 72610
                        media_type: tv
                        name: 'Carpool Karaoke: The Series'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Carpool Karaoke: The Series'
                        overview: >-
                          Celebrity pairings ride along in a car together as
                          they sing tunes from their personal playlists and
                          surprise fans who don't expect to see big stars
                          belting out tunes one lane over.
                        popularity: 57.353
                        poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg
                        vote_average: 5.9
                        vote_count: 32
                      - adult: false
                        backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg
                        character: Self
                        credit_id: 625da10987e63e0067485b66
                        episode_count: 76
                        first_air_date: '2016-09-12'
                        genre_ids:
                          - 10767
                        id: 67824
                        media_type: tv
                        name: Quotidien
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Quotidien
                        overview: >-
                          Quotidien is a French television program presented by
                          Yann Barthès and broadcast from September 12, 2016 on
                          TMC.
                        popularity: 207.682
                        poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self
                        credit_id: 5a3e81720e0a2620f2013280
                        episode_count: 8
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 160.438
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg
                        character: Hawker
                        credit_id: 5a42f4859251411f4f059bf9
                        episode_count: 1
                        first_air_date: '1972-10-04'
                        genre_ids:
                          - 18
                        id: 18162
                        media_type: tv
                        name: ABC Afterschool Special
                        origin_country:
                          - US
                        original_language: en
                        original_name: ABC Afterschool Special
                        overview: >-
                          Dramatically presented situations, often
                          controversial, of interest to children and teenagers.
                          Several episodes were either in animated form or
                          presented as documentaries. Topics included
                          illiteracy, substance abuse and teenage pregnancy.
                        popularity: 68.237
                        poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg
                        vote_average: 6.385
                        vote_count: 13
                      - adult: false
                        backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg
                        character: Self
                        credit_id: 6265a1a97fcab3116983eac1
                        episode_count: 1
                        first_air_date: '2018-03-12'
                        genre_ids:
                          - 10767
                        id: 78086
                        media_type: tv
                        name: Late Night Berlin
                        origin_country: []
                        original_language: de
                        original_name: Late Night Berlin
                        overview: ''
                        popularity: 48.225
                        poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6277ee6d389da100a320a8da
                        episode_count: 1
                        first_air_date: '1988-09-21'
                        genre_ids:
                          - 10767
                        id: 201558
                        media_type: tv
                        name: Yo! MTV Raps
                        origin_country:
                          - US
                        original_language: en
                        original_name: Yo! MTV Raps
                        overview: >-
                          Popular rap music videos showcased along with live
                          performances and interviews with notable rap artists.
                        popularity: 12.076
                        poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg
                        vote_average: 7.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg
                        character: Self
                        credit_id: 6289aa789a643500508f1bfe
                        episode_count: 1
                        first_air_date: '2018-01-12'
                        genre_ids:
                          - 10767
                          - 35
                        id: 76178
                        media_type: tv
                        name: >-
                          My Next Guest Needs No Introduction With David
                          Letterman
                        origin_country:
                          - US
                        original_language: en
                        original_name: >-
                          My Next Guest Needs No Introduction With David
                          Letterman
                        overview: >-
                          Late-night TV legend David Letterman hosts an intimate
                          talk show featuring insightful conversations and
                          fun-filled excursions with notable figures.
                        popularity: 18.624
                        poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg
                        vote_average: 7
                        vote_count: 58
                      - adult: false
                        backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg
                        character: Self - Host
                        credit_id: 5a3787940e0a264cd01e82f2
                        episode_count: 10
                        first_air_date: '2018-03-26'
                        genre_ids:
                          - 99
                        id: 75782
                        media_type: tv
                        name: One Strange Rock
                        origin_country:
                          - US
                        original_language: en
                        original_name: One Strange Rock
                        overview: >-
                          A mind-bending, thrilling journey exploring the
                          fragility and wonder of planet Earth, one of the most
                          peculiar, unique places in the entire universe,
                          brought to life by the only people to have left it
                          behind – the world’s most well known and leading
                          astronauts.
                        popularity: 66.851
                        poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg
                        vote_average: 7.642
                        vote_count: 74
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: Self
                        credit_id: 659ed484d6590b014a28d774
                        episode_count: 3
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5b379ebb0e0a263ff003c64b
                        episode_count: 1
                        first_air_date: '2005-11-11'
                        genre_ids:
                          - 10767
                        id: 80515
                        media_type: tv
                        name: The Reichen Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Reichen Show
                        overview: A list of celebrity interviews and sensational topics.
                        popularity: 84.345
                        poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg
                        vote_average: 4.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg
                        character: Self - Nominee
                        credit_id: 65a4fa831fb94f00ba749a08
                        episode_count: 1
                        first_air_date: '1999-08-01'
                        genre_ids:
                          - 35
                          - 10751
                          - 10762
                        id: 43117
                        media_type: tv
                        name: Teen Choice Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Teen Choice Awards
                        overview: >-
                          The Teen Choice Awards is a teen awards show presented
                          annually by Fox. The first awards were held in 1999.
                          The program honors the year's biggest achievements in
                          music, movies, sports, television, fashion and more,
                          as voted on by teens aged 13–19. The program features
                          a number of celebrities and also musical performers.
                          The winners are awarded with authentic mini size (182
                          cm) surfboards designed with a summertime theme. The
                          ceremony has created spin-off teen awards on YouTube.
                        popularity: 2.143
                        poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg
                        vote_average: 10
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 630d03f3028f14007b1e4b26
                        episode_count: 2
                        first_air_date: '1988-01-01'
                        genre_ids: []
                        id: 209121
                        media_type: tv
                        name: Smash Hits Poll Winners Party
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Smash Hits Poll Winners Party
                        overview: ''
                        popularity: 4.134
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg
                        character: Pinoak (voice)
                        credit_id: 5cac84fec3a3685bfde4a2c1
                        episode_count: 1
                        first_air_date: '1995-03-12'
                        genre_ids:
                          - 16
                        id: 10906
                        media_type: tv
                        name: 'Happily Ever After: Fairy Tales for Every Child'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Happily Ever After: Fairy Tales for Every Child'
                        overview: >-
                          Happily Ever After: Fairy Tales for Every Child is an
                          American anthology animated television series.
                        popularity: 39.168
                        poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg
                        vote_average: 6
                        vote_count: 10
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        character: Self
                        credit_id: 5c911b959251410ff4a643da
                        episode_count: 6
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self - Guest
                        credit_id: 63534fdbf8e98200817b3499
                        episode_count: 3
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 160.438
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg
                        character: Self
                        credit_id: 5d25979337b3a902ce52df84
                        episode_count: 1
                        first_air_date: '2018-04-29'
                        genre_ids:
                          - 99
                          - 10765
                        id: 79003
                        media_type: tv
                        name: James Cameron's Story of Science Fiction
                        origin_country:
                          - US
                        original_language: en
                        original_name: James Cameron's Story of Science Fiction
                        overview: >-
                          Explore the evolution of sci-fi from its origins as a
                          small genre with a cult following to the blockbuster
                          pop-cultural phenomenon we know today. In each
                          episode, James Cameron introduces one of the “Big
                          Questions” that humankind has contemplated throughout
                          the ages and reaches back into sci-fi’s past to better
                          understand how our favorite films, TV shows, books,
                          and video games were born.
                        popularity: 20.484
                        poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg
                        vote_average: 6.779
                        vote_count: 43
                      - adult: false
                        backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg
                        character: Self
                        credit_id: 63828617a4af8f0097bfc9cd
                        episode_count: 1
                        first_air_date: '1998-06-08'
                        genre_ids:
                          - 10767
                        id: 9847
                        media_type: tv
                        name: The Magic Hour
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Magic Hour
                        overview: >-
                          The Magic Hour is an American talk show hosted by
                          basketball player Earvin "Magic" Johnson. The series
                          aired in syndication from June to September 1998.
                        popularity: 18.85
                        poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5dc5e329a14e1000105a9e63
                        episode_count: 1
                        first_air_date: '1998-01-22'
                        genre_ids:
                          - 10767
                        id: 63069
                        media_type: tv
                        name: Die Johannes B. Kerner Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Johannes B. Kerner Show
                        overview: ''
                        popularity: 155.052
                        poster_path: null
                        vote_average: 4
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg
                        character: Self
                        credit_id: 5e27b130c68b6900143eb585
                        episode_count: 1
                        first_air_date: '2015-08-02'
                        genre_ids:
                          - 10767
                        id: 63498
                        media_type: tv
                        name: Close Up with The Hollywood Reporter
                        origin_country:
                          - US
                        original_language: en
                        original_name: Close Up with The Hollywood Reporter
                        overview: >-
                          Some of this year's most talked about talent open up
                          about the challenges and triumphs of creating
                          critically acclaimed series and performances.
                        popularity: 79.433
                        poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg
                        vote_average: 5.735
                        vote_count: 17
                      - adult: false
                        backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg
                        character: Self
                        credit_id: 5e4c02ad9a3c490014335361
                        episode_count: 3
                        first_air_date: '1996-07-22'
                        genre_ids:
                          - 10763
                          - 35
                        id: 2224
                        media_type: tv
                        name: The Daily Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Daily Show
                        overview: >-
                          The World's Fakest News Team tackle the biggest
                          stories in news, politics and pop culture.
                        popularity: 336.421
                        poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg
                        vote_average: 6.362
                        vote_count: 538
                      - adult: false
                        backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg
                        character: Self
                        credit_id: 6660ce32248b6acbb2008901
                        episode_count: 1
                        first_air_date: '2015-03-12'
                        genre_ids:
                          - 10767
                          - 35
                        id: 72649
                        media_type: tv
                        name: Hot Ones
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hot Ones
                        overview: >-
                          The show with hot questions and even hotter wings
                          invites a famous guest over to eat and then interviews
                          them while they're struggling through the heat.
                        popularity: 150.496
                        poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg
                        vote_average: 7.4
                        vote_count: 53
                      - adult: false
                        backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg
                        character: Host
                        credit_id: 5eb1f022edeb43001fca6ce1
                        episode_count: 1
                        first_air_date: '1987-01-18'
                        genre_ids: []
                        id: 23521
                        media_type: tv
                        name: Kids' Choice Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Kids' Choice Awards
                        overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope."
                        popularity: 27.655
                        poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg
                        vote_average: 8.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg
                        character: Self - Host
                        credit_id: 5f4644722da846003539ef2e
                        episode_count: 16
                        first_air_date: '2022-03-04'
                        genre_ids:
                          - 35
                          - 99
                        id: 108265
                        media_type: tv
                        name: This Joka
                        origin_country:
                          - US
                        original_language: en
                        original_name: This Joka
                        overview: >-
                          Will Smith invites a diverse lineup of comics to
                          explore the nature of comedy and its unique ability to
                          bring people together. Watch stand-up sets, intimate
                          interviews with Smith and the comics, and docu-style
                          moments backstage and around Las Vegas.
                        popularity: 3.428
                        poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg
                        vote_average: 4
                        vote_count: 3
                      - adult: false
                        backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg
                        character: Self - Nominee/Presenter
                        credit_id: 66c889cb31ea1508c4d81042
                        episode_count: 1
                        first_air_date: '1956-04-01'
                        genre_ids: []
                        id: 30048
                        media_type: tv
                        name: Tony Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tony Awards
                        overview: >-
                          The Antoinette Perry Award for Excellence in Theatre,
                          more commonly known as a Tony Award, recognizes
                          achievement in live Broadway theatre. The awards are
                          presented by the American Theatre Wing and The
                          Broadway League at an annual ceremony in New York
                          City. The awards are given for Broadway productions
                          and performances, and an award is given for regional
                          theatre.
                        popularity: 211.2
                        poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg
                        vote_average: 4.556
                        vote_count: 9
                      - adult: false
                        backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg
                        character: Self - Guest
                        credit_id: 5f8fe8b7fed5970037491369
                        episode_count: 1
                        first_air_date: '2006-09-24'
                        genre_ids:
                          - 35
                          - 10767
                        id: 6809
                        media_type: tv
                        name: El hormiguero
                        origin_country:
                          - ES
                        original_language: es
                        original_name: El hormiguero
                        overview: >-
                          El Hormiguero is a Spanish television program with a
                          live audience focusing on comedy, science, and
                          politics running since September 2006. It is hosted
                          and produced by screenwriter Pablo Motos. The show
                          aired on Spain's Cuatro channel from launch until June
                          2011 and is now broadcast on Antena 3. Recurring
                          guests on the show include Luis Piedrahita, Raquel
                          Martos, Marron & "The Man in Black", and puppet ants
                          Trancas and Barrancas. It has proved a ratings
                          success, and has expanded from a weekly 120-minute
                          show to a daily 40-minute show in its third season,
                          which began on September 17, 2007. The show won the
                          Entertainment prize at the 2009 Rose d'Or ceremony.
                        popularity: 125.63
                        poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg
                        vote_average: 4.9
                        vote_count: 33
                      - adult: false
                        backdrop_path: null
                        character: self - segment
                        credit_id: 66f1f34ffc009839148d52ff
                        episode_count: 1
                        first_air_date: '2004-08-02'
                        genre_ids:
                          - 10767
                        id: 20426
                        media_type: tv
                        name: Sarah Kuttner – Die Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Sarah Kuttner – Die Show
                        overview: >-
                          Sarah Kuttner – Die Show was a German television talk
                          show that ran on VIVA and was then transferred to MTV
                          under the title Kuttner. in mid-2005. It ran from
                          August 2, 2004 to August 3, 2006.


                          Hosted by Sarah Kuttner, it was a more youthful
                          variation on the traditional late show concept with a
                          sidekick, Sven Schuhmacher, and various national as
                          well as international celebrity guests. The show also
                          featured humorous reports by Michael Wigge and
                          Caroline Korneli, its own band and musical guests
                          performing live on stage.


                          When MTV took over other German music channel VIVA in
                          2004, it was suggested, the show would be cancelled,
                          which drew massive protests from fans. It was then cut
                          from four shows per week to just two shows and later
                          transferred to MTV and renamed Kuttner. Production was
                          relocated from Cologne to Berlin.


                          MTV cancelled Kuttner. in summer 2006 due to low
                          ratings and high production costs.
                        popularity: 13.386
                        poster_path: null
                        vote_average: 7
                        vote_count: 2
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Nominee
                        credit_id: 67008ce4b146282f7b853a8c
                        episode_count: 2
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 263.564
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg
                        character: Self
                        credit_id: 6717a2726fb09e394c02a762
                        episode_count: 1
                        first_air_date: '2002-10-20'
                        genre_ids:
                          - 10767
                          - 10759
                          - 10764
                          - 35
                        id: 45
                        media_type: tv
                        name: Top Gear
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Top Gear
                        overview: >-
                          This fast-paced and stunt-filled motor show tests
                          whether cars, both mundane and extraordinary, live up
                          to their manufacturers' claims. The long-running show
                          travels to locations around the world, performing
                          extreme stunts and challenges to see what the featured
                          cars are capable of doing. The current hosts are Paddy
                          Mcguinness, Chris Harris and Andrew "Freddie"
                          Flintoff.
                        popularity: 138.658
                        poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg
                        vote_average: 7.5
                        vote_count: 751
                      - adult: false
                        backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg
                        character: Self
                        credit_id: 675f6cb6204f3b5b48304f55
                        episode_count: 1
                        first_air_date: '2014-12-21'
                        genre_ids:
                          - 10767
                        id: 105197
                        media_type: tv
                        name: 'Variety Studio: Actors on Actors'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Variety Studio: Actors on Actors'
                        overview: >-
                          PBS SoCal and Variety take you inside the biggest
                          movies and TV shows of the past year through candid
                          conversations with today's hottest actors. Hosted by
                          Variety Film Awards Editor Clayton Davis and Variety
                          Chief Correspondent Elizabeth Wagmeister, each episode
                          brings together pairs of actors engaging in intimate
                          one-on-one discussions about their craft and work.
                        popularity: 115.99
                        poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg
                        vote_average: 4.4
                        vote_count: 7
                  crew:
                    type: array
                    items:
                      type: object
                      properties:
                        adult:
                          type: boolean
                          example: false
                        backdrop_path:
                          type: string
                          nullable: true
                          example: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg
                        credit_id:
                          type: string
                          example: 52fe42f3c3a36847f802f1bd
                        department:
                          type: string
                          example: Production
                        episode_count:
                          type: number
                          example: 1
                        first_air_date:
                          type: string
                          example: '2003-09-16'
                        genre_ids:
                          type: array
                          items:
                            type: number
                            example: 18
                          example:
                            - 18
                        id:
                          type: number
                          example: 1402
                        job:
                          type: string
                          example: Producer
                        media_type:
                          type: string
                          example: movie
                        name:
                          type: string
                          example: All of Us
                        origin_country:
                          type: array
                          items:
                            type: string
                            example: US
                          example:
                            - US
                        original_language:
                          type: string
                          example: en
                        original_name:
                          type: string
                          example: All of Us
                        original_title:
                          type: string
                          example: The Pursuit of Happyness
                        overview:
                          type: string
                          example: >-
                            A struggling salesman takes custody of his son as
                            he's poised to begin a life-changing professional
                            career.
                        popularity:
                          type: number
                          example: 65.281
                        poster_path:
                          type: string
                          nullable: true
                          example: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg
                        release_date:
                          type: string
                          example: '2006-12-14'
                        title:
                          type: string
                          example: The Pursuit of Happyness
                        video:
                          type: boolean
                          example: false
                        vote_average:
                          type: number
                          example: 7.9
                        vote_count:
                          type: number
                          example: 9888
                    example:
                      - adult: false
                        backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg
                        credit_id: 52fe42f3c3a36847f802f1bd
                        department: Production
                        genre_ids:
                          - 18
                        id: 1402
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Pursuit of Happyness
                        overview: >-
                          A struggling salesman takes custody of his son as he's
                          poised to begin a life-changing professional career.
                        popularity: 65.281
                        poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg
                        release_date: '2006-12-14'
                        title: The Pursuit of Happyness
                        video: false
                        vote_average: 7.9
                        vote_count: 9888
                      - adult: false
                        backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg
                        credit_id: 52fe44259251416c7502a667
                        department: Production
                        genre_ids:
                          - 18
                        id: 11321
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Seven Pounds
                        overview: >-
                          An IRS agent with a fateful secret embarks on an
                          extraordinary journey of redemption by forever
                          changing the lives of seven strangers.
                        popularity: 22.971
                        poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg
                        release_date: '2008-12-18'
                        title: Seven Pounds
                        video: false
                        vote_average: 7.609
                        vote_count: 6773
                      - adult: false
                        backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg
                        credit_id: 52fe4426c3a36847f80853b9
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                        id: 5851
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Showtime
                        overview: >-
                          A spoof of buddy cop movies where two very different
                          cops are forced to team up on a new reality based T.V.
                          cop show.
                        popularity: 10.537
                        poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg
                        release_date: '2002-03-14'
                        title: Showtime
                        video: false
                        vote_average: 5.5
                        vote_count: 969
                      - adult: false
                        backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg
                        credit_id: 52fe44adc3a36847f80a3c2f
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8488
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hitch
                        overview: >-
                          Dating coach Alex 'Hitch' Hitchens mentors a bumbling
                          client, Albert, who hopes to win the heart of the
                          glamorous Allegra Cole. While Albert makes progress,
                          Hitch faces his own romantic setbacks when proven
                          techniques fail to work on Sara Melas, a tabloid
                          reporter digging for dirt on Allegra Cole's love life.
                          When Sara discovers Hitch's connection to Albert – now
                          Allegra's boyfriend – it threatens to destroy both
                          relationships.
                        popularity: 34.865
                        poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg
                        release_date: '2005-02-11'
                        title: Hitch
                        video: false
                        vote_average: 6.564
                        vote_count: 5779
                      - adult: false
                        backdrop_path: null
                        credit_id: 6222a8fee1ad79006b76aeac
                        department: Production
                        genre_ids:
                          - 878
                          - 53
                        id: 945956
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: I Am Legend 2
                        overview: A sequel to the 2007 film I Am Legend.
                        popularity: 23.965
                        poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg
                        release_date: ''
                        title: I Am Legend 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg
                        credit_id: 52fe44cbc3a36847f80aa59d
                        department: Production
                        genre_ids:
                          - 14
                          - 28
                        id: 8960
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hancock
                        overview: >-
                          Hancock is a down-and-out superhero who's forced to
                          employ a PR expert to help repair his image when the
                          public grows weary of all the damage he's inflicted
                          during his lifesaving heroics. The agent's idea of
                          imprisoning the antihero to make the world miss him
                          proves successful, but will Hancock stick to his new
                          sense of purpose or slip back into old habits?
                        popularity: 38.95
                        poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg
                        release_date: '2008-07-01'
                        title: Hancock
                        video: false
                        vote_average: 6.347
                        vote_count: 9589
                      - adult: false
                        backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg
                        credit_id: 52fe45559251416c75052eff
                        department: Production
                        genre_ids:
                          - 18
                          - 80
                          - 53
                        id: 13279
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Lakeview Terrace
                        overview: >-
                          A young interracial couple has just moved into their
                          California dream home when they become the target of
                          their next-door neighbor, who disapproves of their
                          relationship. A tightly wound LAPD officer has
                          appointed himself the watchdog of the neighborhood.
                          His nightly foot patrols and overly watchful eyes
                          bring comfort to some, but he becomes increasingly
                          aggressive to the newlyweds. These persistent
                          intrusions into their lives cause the couple to fight
                          back.
                        popularity: 13.14
                        poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg
                        release_date: '2008-09-19'
                        title: Lakeview Terrace
                        video: false
                        vote_average: 5.966
                        vote_count: 1038
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        credit_id: 52fe486f9251416c9108c607
                        department: Writing
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        job: Story
                        media_type: movie
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        credit_id: 52fe486f9251416c9108c5d7
                        department: Production
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg
                        credit_id: 60f5c52d12c6040074471dd5
                        department: Production
                        genre_ids:
                          - 18
                          - 10749
                        id: 447362
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Life in a Year
                        overview: >-
                          A 17 year old finds out that his girlfriend is dying,
                          so he sets out to give her an entire life, in the last
                          year she has left.
                        popularity: 40.357
                        poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg
                        release_date: '2020-11-27'
                        title: Life in a Year
                        video: false
                        vote_average: 8.25
                        vote_count: 1879
                      - adult: false
                        backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg
                        credit_id: 52fe4d3c9251416c9110f435
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 196867
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Annie
                        overview: >-
                          Annie is a young, happy foster kid who's also tough
                          enough to make her way on the streets of New York in
                          2014. Originally left by her parents as a baby with
                          the promise that they'd be back for her someday, it's
                          been a hard knock life ever since with her mean foster
                          mom Miss Hannigan. But everything's about to change
                          when the hard-nosed tycoon and New York mayoral
                          candidate Will Stacks—advised by his brilliant VP and
                          his shrewd and scheming campaign advisor—makes a
                          thinly-veiled campaign move and takes her in. Stacks
                          believes he's her guardian angel, but Annie's
                          self-assured nature and bright,
                          sun-will-come-out-tomorrow outlook on life just might
                          mean it's the other way around.
                        popularity: 40.306
                        poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg
                        release_date: '2014-12-18'
                        title: Annie
                        video: false
                        vote_average: 6.2
                        vote_count: 1275
                      - adult: false
                        backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg
                        credit_id: 61018a1b0a517c0027ad407c
                        department: Production
                        genre_ids:
                          - 18
                          - 36
                        id: 614917
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: King Richard
                        overview: >-
                          The story of how Richard Williams served as a coach to
                          his daughters Venus and Serena, who will soon become
                          two of the most legendary tennis players in history.
                        popularity: 23.53
                        poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg
                        release_date: '2021-11-18'
                        title: King Richard
                        video: false
                        vote_average: 7.649
                        vote_count: 2497
                      - adult: false
                        backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                        credit_id: 556f829fc3a3681073000a9d
                        department: Production
                        genre_ids:
                          - 28
                          - 878
                        id: 2048
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: I, Robot
                        overview: >-
                          In 2035, where robots are commonplace and abide by the
                          three laws of robotics, a technophobic cop
                          investigates an apparent suicide. Suspecting that a
                          robot may be responsible for the death, his
                          investigation leads him to believe that humanity may
                          be in danger.
                        popularity: 43.332
                        poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                        release_date: '2004-07-15'
                        title: I, Robot
                        video: false
                        vote_average: 6.953
                        vote_count: 11797
                      - adult: false
                        backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg
                        credit_id: 5647cc689251413acc004e90
                        department: Production
                        genre_ids:
                          - 10751
                          - 12
                          - 18
                        id: 12837
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Secret Life of Bees
                        overview: >-
                          Set in South Carolina in 1964, this is the tale of
                          Lily Owens a 14 year-old girl who is haunted by the
                          memory of her late mother. To escape her lonely life
                          and troubled relationship with her father, Lily flees
                          with Rosaleen, her caregiver and only friend, to a
                          South Carolina town that holds the secret to her
                          mother's past.
                        popularity: 20.915
                        poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg
                        release_date: '2008-09-17'
                        title: The Secret Life of Bees
                        video: false
                        vote_average: 7.5
                        vote_count: 508
                      - adult: false
                        backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg
                        credit_id: 56775821c3a3681683007059
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                          - 10749
                        id: 59962
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: This Means War
                        overview: >-
                          Two top CIA operatives wage an epic battle against one
                          another after they discover they are dating the same
                          woman.
                        popularity: 19.462
                        poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg
                        release_date: '2012-02-14'
                        title: This Means War
                        video: false
                        vote_average: 6.2
                        vote_count: 3375
                      - adult: false
                        backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg
                        credit_id: 5668c520c3a36836a600422e
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 18
                          - 10751
                        id: 38575
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Karate Kid
                        overview: >-
                          Twelve-year-old Dre Parker could have been the most
                          popular kid in Detroit, but his mother's latest career
                          move has landed him in China. Dre immediately falls
                          for his classmate Mei Ying but the cultural
                          differences make such a friendship impossible. Even
                          worse, Dre's feelings make him an enemy of the class
                          bully, Cheng. With no friends in a strange land, Dre
                          has nowhere to turn but maintenance man Mr. Han, who
                          is a kung fu master. As Han teaches Dre that kung fu
                          is not about punches and parries, but maturity and
                          calm, Dre realizes that facing down the bullies will
                          be the fight of his life.
                        popularity: 89.462
                        poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg
                        release_date: '2010-06-10'
                        title: The Karate Kid
                        video: false
                        vote_average: 6.536
                        vote_count: 6008
                      - adult: false
                        backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg
                        credit_id: 5686e2ddc3a3683628008212
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 19316
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Saving Face
                        overview: >-
                          A Chinese-American lesbian and her traditionalist
                          mother are reluctant to go public with secret loves
                          that clash against cultural expectations.
                        popularity: 12.765
                        poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg
                        release_date: '2004-09-12'
                        title: Saving Face
                        video: false
                        vote_average: 7.3
                        vote_count: 218
                      - adult: false
                        backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg
                        credit_id: 63d95504955c65007bab880f
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                          - 12
                        id: 573435
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Bad Boys: Ride or Die'
                        overview: >-
                          After their late former Captain is framed, Lowrey and
                          Burnett try to clear his name, only to end up on the
                          run themselves.
                        popularity: 394.83
                        poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg
                        release_date: '2024-06-05'
                        title: 'Bad Boys: Ride or Die'
                        video: false
                        vote_average: 7.5
                        vote_count: 2548
                      - adult: false
                        backdrop_path: null
                        credit_id: 63f780f3d1ca2a008600228c
                        department: Production
                        genre_ids:
                          - 16
                        id: 1090671
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Onyeka and the Academy of the Sun
                        overview: >-
                          A teenager learns she has powers and travels to
                          Nigeria to learn more about her origins, where she
                          discovers a threat to her newfound magical community.
                        popularity: 1.323
                        poster_path: null
                        release_date: ''
                        title: Onyeka and the Academy of the Sun
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg
                        credit_id: 58decf8ec3a3683d4600048b
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 50220
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Seat Filler
                        overview: >-
                          Derrick is a struggling law student who takes a job as
                          an awards show seat filler to make ends meet. One day,
                          he is seated next to the beautiful pop superstar
                          Jhnelle, who mistakes him for a well-known industry
                          executive. With an instant chemistry, the unlikely
                          pair begin to date.
                        popularity: 3.446
                        poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg
                        release_date: '2004-08-05'
                        title: The Seat Filler
                        video: false
                        vote_average: 4.3
                        vote_count: 15
                      - adult: false
                        backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg
                        credit_id: 58decefb9251415e7f00047e
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                          - 9648
                        id: 13960
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: ATL
                        overview: >-
                          As four friends prepare for life after high school,
                          different challenges bring about turning points in
                          each of their lives. The dramas unfold and resolve at
                          their local rollerskating rink, Cascade.
                        popularity: 9.618
                        poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg
                        release_date: '2006-03-31'
                        title: ATL
                        video: false
                        vote_average: 6.9
                        vote_count: 151
                      - adult: false
                        backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg
                        credit_id: 58decf489251415e360004d7
                        department: Production
                        genre_ids:
                          - 18
                        id: 22633
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Human Contract
                        overview: >-
                          A free-spirited woman leads a businessman down a path
                          of reckless abandon.
                        popularity: 10.781
                        poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg
                        release_date: '2008-09-12'
                        title: The Human Contract
                        video: false
                        vote_average: 4.5
                        vote_count: 53
                      - adult: false
                        backdrop_path: null
                        credit_id: 64077376de11e500f0a4fd72
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                        id: 1096655
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Da Understudy
                        overview: >-
                          Life imitates art when the understudy of a Broadway
                          production finds a role he’s willing to kill for.
                        popularity: 0.515
                        poster_path: null
                        release_date: ''
                        title: Da Understudy
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 661eb6ddd75bd6014930d65b
                        department: Production
                        genre_ids: []
                        id: 1275325
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Clean Air
                        overview: >-
                          Ambitious sports agent Lyla loses her superstar client
                          before the start of NASCAR's season and decides to
                          take a chance on a rebellious female dirt track racer,
                          17-year-old Piper Kyte.
                        popularity: 0.316
                        poster_path: null
                        release_date: ''
                        title: Clean Air
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 665d7ee57c431fc42b491ba6
                        department: Production
                        genre_ids:
                          - 35
                        id: 734184
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Planes, Trains and Automobiles
                        overview: >-
                          Remake of the 1987 comedy about a pair of unlikely
                          travel companions trying to make their destinations in
                          time for the Holiday weekend.
                        popularity: 1.509
                        poster_path: null
                        release_date: ''
                        title: Planes, Trains and Automobiles
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6671ee0b56d4e5c9b1353ee1
                        department: Production
                        genre_ids:
                          - 878
                          - 53
                        id: 693390
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Resistor
                        overview: >-
                          Physicist Jon Grady and his team discover a device
                          that can reflect gravity — a triumph that will
                          revolutionize the field of physics and change the
                          future. But instead of acclaim, Grady's lab is locked
                          down by a covert organization known as the Bureau of
                          Technology Control. When Grady refuses to join the
                          BTC, he's thrown into a nightmarish high-tech prison
                          housing other doomed rebel intellects.
                        popularity: 1.87
                        poster_path: null
                        release_date: ''
                        title: Resistor
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5b362310c3a3685320027c1e
                        department: Production
                        genre_ids:
                          - 14
                          - 28
                        id: 475387
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hancock 2
                        overview: ''
                        popularity: 9.235
                        poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg
                        release_date: ''
                        title: Hancock 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 64a95e736a344800c9fa77f1
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                        id: 1149524
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Blind Ref
                        overview: A blind man struggles to become a basketball referee.
                        popularity: 1.267
                        poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg
                        release_date: '2013-06-06'
                        title: Blind Ref
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5cdf69280e0a264718c9bba2
                        department: Production
                        genre_ids:
                          - 10402
                        id: 603038
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Romeo and Juliet
                        overview: >-
                          A contemporary musical take on William Shakespeare's
                          tragedy set against the urban rhythms of New York. The
                          love story follows a young waitress from the streets
                          of Brooklyn and an aspiring musician from a wealthy
                          family whose unconventional romance forces them to
                          confront their life choices.
                        popularity: 1.175
                        poster_path: null
                        release_date: ''
                        title: Romeo and Juliet
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d44ef2c0f2fbd766bed1d3c
                        department: Production
                        genre_ids:
                          - 35
                        id: 620275
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Uptown Saturday Night
                        overview: >-
                          A comedy centered around two friends,their night at an
                          illegal club,a misplaced wallet,and a winning lottery
                          ticket.
                        popularity: 0.652
                        poster_path: null
                        release_date: ''
                        title: Uptown Saturday Night
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d73f86e209f185340fb281c
                        department: Production
                        genre_ids:
                          - 878
                        id: 629423
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Brilliance
                        overview: >-
                          In the future, non-neurotypical people — demonized by
                          society as “twists” or “abnorms” — are threatening the
                          status quo of the “normal” population with their
                          unique gifts. They are officially labeled as
                          “Brilliants” and are carefully tracked by the
                          government.
                        popularity: 1.203
                        poster_path: null
                        release_date: ''
                        title: Brilliance
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg
                        credit_id: 5df670730d1e7f0015721014
                        department: Production
                        genre_ids:
                          - 18
                        id: 552532
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Charm City Kings
                        overview: >-
                          Mouse desperately wants to join The Midnight Clique,
                          the infamous Baltimore dirt bike riders who rule the
                          summertime streets. When Midnight’s leader, Blax,
                          takes 14-year-old Mouse under his wing, Mouse soon
                          finds himself torn between the straight-and-narrow and
                          a road filled with fast money and violence.
                        popularity: 22.854
                        poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg
                        release_date: '2020-01-27'
                        title: Charm City Kings
                        video: false
                        vote_average: 7.835
                        vote_count: 471
                      - adult: false
                        backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg
                        credit_id: 5e5188cef48b3400136ed84e
                        department: Production
                        genre_ids:
                          - 99
                        id: 121983
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Free Angela and All Political Prisoners
                        overview: >-
                          FREE ANGELA is a feature-length documentary about
                          Angela Davis and the high stakes crime, political
                          movement, and trial that catapults the 26 year-old
                          newly appointed philosophy professor at the University
                          of California at Los Angeles into a seventies
                          revolutionary political icon.  Nearly forty years
                          later, and for the first time, Angela Davis speaks
                          frankly about the actions that branded her as a
                          terrorist and simultaneously spurred a worldwide
                          political movement for her freedom.
                        popularity: 2.506
                        poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg
                        release_date: '2012-09-09'
                        title: Free Angela and All Political Prisoners
                        video: false
                        vote_average: 7.1
                        vote_count: 27
                      - adult: false
                        backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg
                        credit_id: 5eef9bfd568463003301bafd
                        department: Production
                        genre_ids:
                          - 53
                          - 28
                          - 80
                        id: 38700
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Bad Boys for Life
                        overview: >-
                          Marcus and Mike are forced to confront new threats,
                          career changes, and midlife crises as they join the
                          newly created elite team AMMO of the Miami police
                          department to take down the ruthless Armando Armas,
                          the vicious leader of a Miami drug cartel.
                        popularity: 81.514
                        poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg
                        release_date: '2020-01-15'
                        title: Bad Boys for Life
                        video: false
                        vote_average: 7.139
                        vote_count: 8290
                      - adult: false
                        backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg
                        credit_id: 5eee06639661fc00375d7f72
                        department: Production
                        genre_ids:
                          - 18
                          - 10752
                          - 36
                        id: 715931
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Emancipation
                        overview: >-
                          Inspired by the gripping true story of a man who would
                          do anything for his family—and for freedom. When
                          Peter, an enslaved man, risks his life to escape and
                          return to his family, he embarks on a perilous journey
                          of love and endurance.
                        popularity: 23.242
                        poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg
                        release_date: '2022-12-02'
                        title: Emancipation
                        video: false
                        vote_average: 7.8
                        vote_count: 1130
                      - adult: false
                        backdrop_path: null
                        credit_id: 601e26cb0929f6003ea8d238
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                        id: 698261
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Fast and Loose
                        overview: >-
                          A man who wakes up in Tijuana after being left for
                          dead with absolutely no memory. As he follows a string
                          of clues to uncover his identity, he discovers that
                          he’s been living two different lives: one as a
                          super-successful crime kingpin, surrounded by
                          beautiful women, expensive toys and a lavish
                          lifestyle, and the other as an undercover CIA agent,
                          but with a puny salary, no family or home life
                          whatsoever and zero trappings of success. The problem
                          is, he can’t remember which of these two personas is
                          his true identity.
                        popularity: 1.465
                        poster_path: null
                        release_date: ''
                        title: Fast and Loose
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 66d8af138f73fe939d1abb9d
                        department: Production
                        genre_ids: []
                        id: 1244949
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Sugar Bandits
                        overview: >-
                          Based on the Chuck Hogan book “Devils in Exile,” the
                          thriller centres on an Iraq War veteran who teams up
                          with a crew of fellow vets to target the drug trade in
                          Boston.
                        popularity: 0.936
                        poster_path: null
                        release_date: ''
                        title: Sugar Bandits
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 66ec5f173d29e1389646c456
                        department: Production
                        genre_ids: []
                        id: 1358854
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Untitled Queen Latifah Biopic
                        overview: >-
                          A Hip Hop biopic about the rise of the iconic artist,
                          Queen Latifah.
                        popularity: 1.682
                        poster_path: null
                        release_date: ''
                        title: Untitled Queen Latifah Biopic
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 52570ce219c29571140186c5
                        department: Directing
                        episode_count: 1
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Director
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg
                        credit_id: 52582d72760ee36aaa8a5e32
                        department: Production
                        episode_count: 2
                        first_air_date: '2000-02-05'
                        genre_ids: []
                        id: 13992
                        job: Producer
                        media_type: tv
                        name: The Queen Latifah Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Queen Latifah Show
                        overview: >-
                          The First iteration (1999-2001) was described as the
                          "Dear Abby for the Hip-Hop Generation", with the
                          series covering various topics and including
                          interviews with celebrities and non-celebrities alike.
                          The Second iteration (2013-2015) featured celebrity
                          interviews, human interest stories, musical
                          performances, and Queen Latifah's take on pop culture
                          news. Latifah also ventured into communities across
                          the country to share compelling stories, celebrate
                          individuals who give back to their communities and
                          delivers life-changing surprises.


                          Previously, a talk show with the exact same title
                          aired from 1999 to 2001; however, the second iteration
                          is not a revival of this older syndicated television
                          production. Telepictures (1999-2001) / Sony Pictures
                          Television (2013-205) with Flavor Unit and Overbrook.
                        popularity: 7.841
                        poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg
                        vote_average: 3.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 5867ea6bc3a3680f580008c8
                        department: Production
                        episode_count: 24
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Executive Producer
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 58719074925141356900f793
                        department: Writing
                        episode_count: 1
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Story
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 5caf4a9e9251412fb0221bd1
                        department: Production
                        episode_count: 88
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Executive Producer
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        credit_id: 5d386e7703fa9e0012858ff7
                        department: Directing
                        episode_count: 6
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        job: Director
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg
                        credit_id: 5f0c1aac93db9200344c46a6
                        department: Production
                        episode_count: 30
                        first_air_date: '2018-05-02'
                        genre_ids:
                          - 10759
                          - 18
                          - 35
                        id: 77169
                        job: Executive Producer
                        media_type: tv
                        name: Cobra Kai
                        origin_country:
                          - US
                        original_language: en
                        original_name: Cobra Kai
                        overview: >-
                          This Karate Kid sequel series picks up 30 years after
                          the events of the 1984 All Valley Karate Tournament
                          and finds Johnny Lawrence on the hunt for redemption
                          by reopening the infamous Cobra Kai karate dojo. This
                          reignites his old rivalry with the successful Daniel
                          LaRusso, who has been working to maintain the balance
                          in his life without mentor Mr. Miyagi.
                        popularity: 587.088
                        poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg
                        vote_average: 8.209
                        vote_count: 6366
                      - adult: false
                        backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg
                        credit_id: 5f57f633197de400395b5258
                        department: Production
                        episode_count: 30
                        first_air_date: '2022-02-13'
                        genre_ids:
                          - 18
                        id: 107365
                        job: Executive Producer
                        media_type: tv
                        name: Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bel-Air
                        overview: >-
                          The journey of a book smart teen whose life is forever
                          transformed when he moves from the streets of west
                          Philadelphia to live with his relatives in one of LA’s
                          wealthiest suburbs.
                        popularity: 51.067
                        poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg
                        vote_average: 7.9
                        vote_count: 222
                      - adult: false
                        backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg
                        credit_id: 5f7fd1e9d11e0e0037c2e90e
                        department: Production
                        episode_count: 6
                        first_air_date: '2022-01-06'
                        genre_ids:
                          - 18
                        id: 111263
                        job: Executive Producer
                        media_type: tv
                        name: Women of the Movement
                        origin_country:
                          - US
                        original_language: en
                        original_name: Women of the Movement
                        overview: >-
                          A limited series focusing on Mamie Till Mobley, who
                          devoted her life to seeking justice for her son Emmett
                          Till following his brutal murder in the Jim Crow
                          South.
                        popularity: 10.619
                        poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg
                        vote_average: 7.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg
                        credit_id: 606ddcf43c887d004093ed2a
                        department: Production
                        episode_count: 6
                        first_air_date: '2021-02-17'
                        genre_ids:
                          - 99
                          - 10763
                          - 10768
                        id: 118043
                        job: Executive Producer
                        media_type: tv
                        name: 'Amend: The Fight for America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Amend: The Fight for America'
                        overview: >-
                          When the United States of America was founded, the
                          ideals of freedom and equality did not apply to all
                          people. These are the stories of the brave Americans
                          who fought to right the nation’s wrongs and enshrine
                          the values we hold most dear into the Constitution —
                          with liberty and justice for all.
                        popularity: 12.082
                        poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg
                        vote_average: 7.079
                        vote_count: 164
                      - adult: false
                        backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg
                        credit_id: 619bcf8ee2ff32006595e8aa
                        department: Production
                        episode_count: 3
                        first_air_date: '2022-02-19'
                        genre_ids:
                          - 10764
                          - 10767
                        id: 138763
                        job: Producer
                        media_type: tv
                        name: Off Thee Leash
                        origin_country:
                          - US
                        original_language: en
                        original_name: Off Thee Leash
                        overview: >-
                          Who let the dogs out? Megan Thee Stallion, and she's
                          teaming up with Snapchat for a new pet series called
                          Off Thee Leash.
                        popularity: 1.516
                        poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6201548c1e92256135a14a02
                        department: Production
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        job: Producer
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6201549100508a00deda9fb3
                        department: Production
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        job: Executive Producer
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg
                        credit_id: 631c9b3cd399e6008485baff
                        department: Production
                        episode_count: 50
                        first_air_date: '2018-05-02'
                        genre_ids:
                          - 10759
                          - 18
                          - 35
                        id: 77169
                        job: Producer
                        media_type: tv
                        name: Cobra Kai
                        origin_country:
                          - US
                        original_language: en
                        original_name: Cobra Kai
                        overview: >-
                          This Karate Kid sequel series picks up 30 years after
                          the events of the 1984 All Valley Karate Tournament
                          and finds Johnny Lawrence on the hunt for redemption
                          by reopening the infamous Cobra Kai karate dojo. This
                          reignites his old rivalry with the successful Daniel
                          LaRusso, who has been working to maintain the balance
                          in his life without mentor Mr. Miyagi.
                        popularity: 587.088
                        poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg
                        vote_average: 8.209
                        vote_count: 6366
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 647ac651e323f300c429b8fe
                        department: Sound
                        episode_count: 148
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Theme Song Performance
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 52570ce819c2957114018be3
                        department: Creator
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Creator
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: null
                        credit_id: 5258e8f4760ee3466186a080
                        department: Creator
                        first_air_date: ''
                        genre_ids: []
                        id: 37428
                        job: Creator
                        media_type: tv
                        name: Almost
                        origin_country:
                          - US
                        original_language: en
                        original_name: Almost
                        overview: ''
                        popularity: 0.935
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        credit_id: 5c9751379251416b33f4c500
                        department: Creator
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        job: Creator
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        credit_id: 617f92e8e93e95002b35f367
                        department: Creator
                        first_air_date: '2021-11-08'
                        genre_ids:
                          - 99
                        id: 137684
                        job: Creator
                        media_type: tv
                        name: Best Shape of My Life
                        origin_country:
                          - US
                        original_language: en
                        original_name: Best Shape of My Life
                        overview: >-
                          Will Smith teams up with guests and undergoes a
                          fitness challenge.
                        popularity: 2.732
                        poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg
                        vote_average: 4
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        credit_id: 63f64a458c22c0008c50a693
                        department: Creator
                        first_air_date: '2022-03-21'
                        genre_ids:
                          - 10762
                        id: 203054
                        job: Creator
                        media_type: tv
                        name: Las Aventuras de Giga Doki
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Las Aventuras de Giga Doki
                        overview: ''
                        popularity: 2.858
                        poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg
                        vote_average: 2
                        vote_count: 1
                  id:
                    type: number
                    example: 2888
              examples:
                combined credits:
                  value:
                    cast:
                      - adult: false
                        backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                        character: Del Spooner
                        credit_id: 52fe4330c3a36847f8041063
                        genre_ids:
                          - 28
                          - 878
                        id: 2048
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I, Robot
                        overview: >-
                          In 2035, where robots are commonplace and abide by the
                          three laws of robotics, a technophobic cop
                          investigates an apparent suicide. Suspecting that a
                          robot may be responsible for the death, his
                          investigation leads him to believe that humanity may
                          be in danger.
                        popularity: 43.332
                        poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                        release_date: '2004-07-15'
                        title: I, Robot
                        video: false
                        vote_average: 6.953
                        vote_count: 11797
                      - adult: false
                        backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg
                        character: Chris Gardner
                        credit_id: 52fe42f3c3a36847f802f1eb
                        genre_ids:
                          - 18
                        id: 1402
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Pursuit of Happyness
                        overview: >-
                          A struggling salesman takes custody of his son as he's
                          poised to begin a life-changing professional career.
                        popularity: 65.281
                        poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg
                        release_date: '2006-12-14'
                        title: The Pursuit of Happyness
                        video: false
                        vote_average: 7.9
                        vote_count: 9888
                      - adult: false
                        backdrop_path: /uw4SnKFZ453Gxmj5XR5Susj8TNo.jpg
                        character: Capt. Steven Hiller
                        credit_id: 52fe425bc3a36847f8017f8b
                        genre_ids:
                          - 28
                          - 12
                          - 878
                        id: 602
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Independence Day
                        overview: >-
                          Strange phenomena surface around the globe. The skies
                          ignite. Terror races through the world's major cities.
                          As these extraordinary events unfold, it becomes
                          increasingly clear that a force of incredible
                          magnitude has arrived. Its mission: total annihilation
                          over the Fourth of July weekend. The last hope to stop
                          the destruction is an unlikely group of people united
                          by fate and unimaginable circumstances.
                        popularity: 52.44
                        poster_path: /p0BPQGSPoSa8Ml0DAf2mB2kCU0R.jpg
                        release_date: '1996-06-25'
                        title: Independence Day
                        video: false
                        vote_average: 6.89
                        vote_count: 9590
                      - adult: false
                        backdrop_path: /1GJvBE7UWU1WOVi0XREl4JQc7f8.jpg
                        character: Jay
                        credit_id: 52fe425dc3a36847f80187cb
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 878
                        id: 607
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Men in Black
                        overview: >-
                          After a police chase with an otherworldly being, a New
                          York City cop is recruited as an agent in a top-secret
                          organization established to monitor and police alien
                          activity on Earth: the Men in Black. Agent K and new
                          recruit Agent J find themselves in the middle of a
                          deadly plot by an intergalactic terrorist who has
                          arrived on Earth to assassinate two ambassadors from
                          opposing galaxies.
                        popularity: 50.124
                        poster_path: /uLOmOF5IzWoyrgIF5MfUnh5pa1X.jpg
                        release_date: '1997-07-02'
                        title: Men in Black
                        video: false
                        vote_average: 7.203
                        vote_count: 13788
                      - adult: false
                        backdrop_path: /o1l6OCqA3pYDZHIc5L1s7CEzCMv.jpg
                        character: Jay
                        credit_id: 52fe425dc3a36847f8018905
                        genre_ids:
                          - 28
                          - 35
                          - 878
                        id: 608
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Men in Black II
                        overview: >-
                          Kay and Jay reunite to provide our best, last and only
                          line of defense against a sinister seductress who
                          levels the toughest challenge yet to the MIB's
                          untarnished mission statement – protecting Earth from
                          the scum of the universe. It's been four years since
                          the alien-seeking agents averted an intergalactic
                          disaster of epic proportions. Now it's a race against
                          the clock as Jay must convince Kay – who not only has
                          absolutely no memory of his time spent with the MIB,
                          but is also the only living person left with the
                          expertise to save the galaxy – to reunite with the MIB
                          before the earth submits to ultimate destruction.
                        popularity: 35.639
                        poster_path: /enA22EPyzc2WQ1VVyY7zxresQQr.jpg
                        release_date: '2002-07-03'
                        title: Men in Black II
                        video: false
                        vote_average: 6.372
                        vote_count: 9923
                      - adult: false
                        backdrop_path: /7ZmZxar3bYORcl0TPA4oceyxcaE.jpg
                        character: Oscar (voice)
                        credit_id: 52fe43879251416c75013e51
                        genre_ids:
                          - 16
                          - 28
                          - 35
                          - 10751
                        id: 10555
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Shark Tale
                        overview: >-
                          Oscar is a small fish whose big aspirations often get
                          him into trouble. Meanwhile, Lenny is a great white
                          shark with a surprising secret that no sea creature
                          would guess: He's a vegetarian. When a lie turns Oscar
                          into an improbable hero and Lenny becomes an outcast,
                          the two form an unlikely friendship.
                        popularity: 45.234
                        poster_path: /r08DpyPyhXcJTfNZAICNGMzcQ8l.jpg
                        release_date: '2004-09-20'
                        title: Shark Tale
                        video: false
                        vote_average: 6.026
                        vote_count: 6336
                      - adult: false
                        backdrop_path: /bwS2YrIMJp7yAb8RhuLkNVMLeyY.jpg
                        character: Bagger Vance
                        credit_id: 52fe43e7c3a36847f80776ed
                        genre_ids:
                          - 18
                          - 14
                        id: 4958
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: The Legend of Bagger Vance
                        overview: >-
                          World War I has left golfer Rannulph Junuh a
                          poker-playing alcoholic, his perfect swing gone. Now,
                          however, he needs to get it back to play in a
                          tournament to save the financially ravaged golf course
                          of a long-ago sweetheart. Help arrives in the form of
                          mysterious caddy Bagger Vance.
                        popularity: 12.032
                        poster_path: /fsvWRwcE8bD7WHo7BeF8HqWLbIh.jpg
                        release_date: '2000-11-02'
                        title: The Legend of Bagger Vance
                        video: false
                        vote_average: 6.578
                        vote_count: 898
                      - adult: false
                        backdrop_path: /nLitXHcOD2jxwE6rq6sTi4ZMmo5.jpg
                        character: Robert Neville
                        credit_id: 52fe4455c3a36847f808fc19
                        genre_ids:
                          - 18
                          - 878
                          - 53
                        id: 6479
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I Am Legend
                        overview: >-
                          Robert Neville is a scientist who was unable to stop
                          the spread of the terrible virus that was incurable
                          and man-made. Immune, Neville is now the last human
                          survivor in what is left of New York City and perhaps
                          the world. For three years, Neville has faithfully
                          sent out daily radio messages, desperate to find any
                          other survivors who might be out there. But he is not
                          alone.
                        popularity: 80.993
                        poster_path: /iPDkaSdKk2jRLTM65UOEoKtsIZ8.jpg
                        release_date: '2007-12-12'
                        title: I Am Legend
                        video: false
                        vote_average: 7.208
                        vote_count: 15755
                      - adult: false
                        backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg
                        character: Ben
                        credit_id: 52fe44259251416c7502a685
                        genre_ids:
                          - 18
                        id: 11321
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Seven Pounds
                        overview: >-
                          An IRS agent with a fateful secret embarks on an
                          extraordinary journey of redemption by forever
                          changing the lives of seven strangers.
                        popularity: 22.971
                        poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg
                        release_date: '2008-12-18'
                        title: Seven Pounds
                        video: false
                        vote_average: 7.609
                        vote_count: 6773
                      - adult: false
                        backdrop_path: /dYHAIKsRZ7959Yf6tUM55xjV711.jpg
                        character: Paul
                        credit_id: 52fe4462c3a368484e020081
                        genre_ids:
                          - 9648
                          - 18
                          - 35
                        id: 23210
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Six Degrees of Separation
                        overview: >-
                          The story of a young, gay, black, con artist who,
                          posing as the son of Sidney Poitier, cunningly
                          maneuvers his way into the lives of a white,
                          upper-class New York family.
                        popularity: 11.912
                        poster_path: /oH0bl69uZZA6dAclgFRkm1Vwcry.jpg
                        release_date: '1993-12-08'
                        title: Six Degrees of Separation
                        video: false
                        vote_average: 6.4
                        vote_count: 323
                      - adult: false
                        backdrop_path: /gVtm7G5NtQxjFNA5ydqxslxjCuk.jpg
                        character: Muhammad Ali / Cassius Clay
                        credit_id: 52fe44adc3a36847f80a3d47
                        genre_ids:
                          - 18
                        id: 8489
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Ali
                        overview: >-
                          In 1964, a brash, new pro boxer, fresh from his
                          Olympic gold medal victory, explodes onto the scene:
                          Cassius Clay. Bold and outspoken, he cuts an entirely
                          new image for African Americans in sport with his
                          proud public self-confidence and his unapologetic
                          belief that he is the greatest boxer of all time. Yet
                          at the top of his game, both Ali's personal and
                          professional lives face the ultimate test.
                        popularity: 14.244
                        poster_path: /hBE9VTgwmHbIBkJ0uxrnmqJOpkm.jpg
                        release_date: '2001-12-10'
                        title: Ali
                        video: false
                        vote_average: 6.8
                        vote_count: 1712
                      - adult: false
                        backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg
                        character: Alex 'Hitch' Hitchens
                        credit_id: 52fe44adc3a36847f80a3c4f
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8488
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hitch
                        overview: >-
                          Dating coach Alex 'Hitch' Hitchens mentors a bumbling
                          client, Albert, who hopes to win the heart of the
                          glamorous Allegra Cole. While Albert makes progress,
                          Hitch faces his own romantic setbacks when proven
                          techniques fail to work on Sara Melas, a tabloid
                          reporter digging for dirt on Allegra Cole's love life.
                          When Sara discovers Hitch's connection to Albert – now
                          Allegra's boyfriend – it threatens to destroy both
                          relationships.
                        popularity: 34.865
                        poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg
                        release_date: '2005-02-11'
                        title: Hitch
                        video: false
                        vote_average: 6.564
                        vote_count: 5779
                      - adult: false
                        backdrop_path: /3mNbtT2MWJPmQWYrUXvxFYNuz5j.jpg
                        character: Capt. James West
                        credit_id: 52fe44adc3a36847f80a3bdb
                        genre_ids:
                          - 28
                          - 12
                          - 35
                          - 878
                          - 37
                        id: 8487
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Wild Wild West
                        overview: >-
                          Legless Southern inventor Dr. Arliss Loveless plans to
                          rekindle the Civil War by assassinating President U.S.
                          Grant. Only two men can stop him: gunfighter James
                          West and master-of-disguise and inventor Artemus
                          Gordon. The two must team up to thwart Loveless'
                          plans.
                        popularity: 21.53
                        poster_path: /3C5cZnIwQ6Wj4qGFKv0BBjimWro.jpg
                        release_date: '1999-06-30'
                        title: Wild Wild West
                        video: false
                        vote_average: 5.324
                        vote_count: 3311
                      - adult: false
                        backdrop_path: /oHtK1ExsXr9trwueDdgFJmlrKJV.jpg
                        character: Self
                        credit_id: 6174c889b6c264002a69b827
                        genre_ids:
                          - 99
                        id: 795625
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Lily Topples The World
                        overview: >-
                          Follow 20-year-old Lily Hevesh — the world’s greatest
                          domino toppler and the only woman in her field — in a
                          coming-of-age story of artistry, passion, and unlikely
                          triumph.
                        popularity: 1.214
                        poster_path: /dgxLTkwTPo8a8EDKcLgpiSDn0zF.jpg
                        release_date: '2021-03-16'
                        title: Lily Topples The World
                        video: false
                        vote_average: 7.5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /gFsBGyMJezO1wMRmEjBX8YEh0Mc.jpg
                        character: Tea Cake Walters
                        credit_id: 52fe44ba9251416c7503ed09
                        genre_ids:
                          - 35
                        id: 12121
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Made in America
                        overview: >-
                          A young black woman discovers that her father was a
                          sperm donor, and if that wasn't bad enough, he's
                          white.
                        popularity: 9.487
                        poster_path: /2frB553lKEm1q4dds5PUqLNQA3z.jpg
                        release_date: '1993-01-06'
                        title: Made in America
                        video: false
                        vote_average: 5.5
                        vote_count: 357
                      - adult: false
                        backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg
                        character: John Hancock
                        credit_id: 52fe44cbc3a36847f80aa55d
                        genre_ids:
                          - 14
                          - 28
                        id: 8960
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hancock
                        overview: >-
                          Hancock is a down-and-out superhero who's forced to
                          employ a PR expert to help repair his image when the
                          public grows weary of all the damage he's inflicted
                          during his lifesaving heroics. The agent's idea of
                          imprisoning the antihero to make the world miss him
                          proves successful, but will Hancock stick to his new
                          sense of purpose or slip back into old habits?
                        popularity: 38.95
                        poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg
                        release_date: '2008-07-01'
                        title: Hancock
                        video: false
                        vote_average: 6.347
                        vote_count: 9589
                      - adult: false
                        backdrop_path: /gxSVZCUlDd8upT1G2wdrUdz2hxG.jpg
                        character: Detective Mike Lowrey
                        credit_id: 52fe44cbc3a36847f80aa747
                        genre_ids:
                          - 28
                          - 80
                          - 35
                        id: 8961
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Bad Boys II
                        overview: >-
                          Detectives Marcus Burnett and Mike Lowrey of the Miami
                          Narcotics Task Force are tasked with stopping the flow
                          of the drug Ecstasy into Miami. They track the drugs
                          to the whacked-out Cuban drug lord Johnny Tapia, who
                          is also involved in a bloody war with Russian and
                          Haitian mobsters. If that isn't bad enough, there's
                          tension between the two detectives when Marcus
                          discovers that playboy Mike is secretly romancing
                          Marcus’ sister, Syd.
                        popularity: 51.272
                        poster_path: /yCvB5fG5aEPqa1St7ihY6KEAsHD.jpg
                        release_date: '2003-07-18'
                        title: Bad Boys II
                        video: false
                        vote_average: 6.6
                        vote_count: 5485
                      - adult: false
                        backdrop_path: /zuxSfx7ZNzBsXE0f0lSGrfRB01e.jpg
                        character: Will Smith
                        credit_id: 52fe4507c3a36847f80b8013
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 9541
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Jersey Girl
                        overview: >-
                          Ollie Trinke is a young, suave music publicist who
                          seems to have it all, with a new wife and a baby on
                          the way. But life deals him a bum hand when he's
                          suddenly faced with single fatherhood, a defunct
                          career and having to move in with his father. To
                          bounce back, it takes a new love and the courage
                          instilled in him by his daughter.
                        popularity: 13.651
                        poster_path: /nMmMWoSooR6QmCjdT0AvZardof1.jpg
                        release_date: '2004-03-25'
                        title: Jersey Girl
                        video: false
                        vote_average: 6.2
                        vote_count: 1033
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6401109c9f1be70086a02479
                        genre_ids:
                          - 99
                        id: 1094280
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Putting The Boom & Bang in 'Bad Boys'
                        overview: Bad Boys featurette.
                        popularity: 2.062
                        poster_path: /zT1TtogGgcrQBZAofjp37s24Vui.jpg
                        release_date: '2000-06-27'
                        title: Putting The Boom & Bang in 'Bad Boys'
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /lPLTLCBn39Wiy1RPQLB9xOKyF2v.jpg
                        character: Robert Clayton Dean
                        credit_id: 52fe452fc3a36847f80c0f93
                        genre_ids:
                          - 28
                          - 18
                          - 53
                        id: 9798
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Enemy of the State
                        overview: "When the videotape of the murder of a congressman unknowingly ends up in the hands of labor lawyer and dedicated family man Robert Clayton Dean, he\_is framed for the murder. With the help of the mysterious Brill, Dean attempts to throw the NSA off his trail and prove his innocence."
                        popularity: 24.51
                        poster_path: /x9pXrMKLsBGGOFyyZ0Gwt9YpVub.jpg
                        release_date: '1998-11-20'
                        title: Enemy of the State
                        video: false
                        vote_average: 7.044
                        vote_count: 3830
                      - adult: false
                        backdrop_path: /5AhpUb8CAP0jZ4Wrn7AsRUYjZxB.jpg
                        character: Agent J
                        credit_id: 52fe45b7c3a36847f80d6875
                        genre_ids:
                          - 28
                          - 35
                          - 878
                        id: 41154
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Men in Black 3
                        overview: >-
                          Agents J and K are back...in time. J has seen some
                          inexplicable things in his 15 years with the Men in
                          Black, but nothing, not even aliens, perplexes him as
                          much as his wry, reticent partner. But when K's life
                          and the fate of the planet are put at stake, Agent J
                          will have to travel back in time to put things right.
                          J discovers that there are secrets to the universe
                          that K never told him - secrets that will reveal
                          themselves as he teams up with the young Agent K to
                          save his partner, the agency, and the future of
                          humankind.
                        popularity: 33.904
                        poster_path: /90DdoEStzeObs96fsYf4GG544iN.jpg
                        release_date: '2012-05-23'
                        title: Men in Black 3
                        video: false
                        vote_average: 6.525
                        vote_count: 10310
                      - adult: false
                        backdrop_path: /webc35UIXecNENTkM9mw7IgifKr.jpg
                        character: Fresh Prince
                        credit_id: 64192591e004a6007be0153e
                        genre_ids:
                          - 16
                          - 10402
                        id: 276109
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Chipmunks Rockin' Through The Decades
                        overview: >-
                          A live-action/animated TV special featuring Alvin and
                          the Chipmunks.
                        popularity: 1.846
                        poster_path: null
                        release_date: '1990-12-09'
                        title: The Chipmunks Rockin' Through The Decades
                        video: false
                        vote_average: 4
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Nicky Barnes
                        credit_id: 619d82dfa410c80090ab2e70
                        genre_ids:
                          - 80
                          - 18
                        id: 903060
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Council
                        overview: >-
                          The never-before told story of a crime syndicate
                          consisting of seven African-American men who ruled
                          Harlem in the 1970s and early 80s focusing on Nicky
                          Barnes, dubbed "Mr. Untouchable" by the New York
                          Times.
                        popularity: 1.442
                        poster_path: null
                        release_date: ''
                        title: The Council
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /wOLTJxfv98miIQcn0oNXq9fIgXM.jpg
                        character: Mike Lowrey
                        credit_id: 644901856a22270474d17219
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                        id: 9737
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bad Boys
                        overview: >-
                          Marcus Burnett is a henpecked family man. Mike Lowrey
                          is a footloose and fancy free ladies' man. Both Miami
                          policemen, they have 72 hours to reclaim a consignment
                          of drugs stolen from under their station's nose. To
                          complicate matters, in order to get the assistance of
                          the sole witness to a murder, they have to pretend to
                          be each other.
                        popularity: 48.299
                        poster_path: /qKiLKvJaT6rRmd3IBsoVV58luXH.jpg
                        release_date: '1995-04-07'
                        title: Bad Boys
                        video: false
                        vote_average: 6.8
                        vote_count: 6398
                      - adult: false
                        backdrop_path: /cYs9gkWP1Pk7nnQO33HOI1nb3ds.jpg
                        character: Self (archive footage)
                        credit_id: 61e50e747d2bc1009fcf7f7c
                        genre_ids:
                          - 10402
                          - 99
                        id: 904962
                        media_type: movie
                        order: 32
                        original_language: en
                        original_title: You're Watching Video Music Box
                        overview: >-
                          The untold story of the world’s longest running video
                          show, Video Music Box. A hip hop mainstay since 1983,
                          VMB gave a platform to artists like Jay-Z, Nas and
                          Mary J. Blige before they hit it big. Host Ralph
                          McDaniels’ archives — amassed over nearly 40 years —
                          reveal the show’s importance to numerous big-name
                          musicians, as well as to the kids that grew up
                          watching.
                        popularity: 1.739
                        poster_path: /r0gtyJoM5dMPFdEMyT1EKMaQDCk.jpg
                        release_date: '2021-12-03'
                        title: You're Watching Video Music Box
                        video: false
                        vote_average: 6.4
                        vote_count: 5
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        character: Cypher Raige
                        credit_id: 52fe486f9251416c9108c5db
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: null
                        character: Robert Neville
                        credit_id: 62228e237719d7006dac569c
                        genre_ids:
                          - 878
                          - 53
                        id: 945956
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: I Am Legend 2
                        overview: A sequel to the 2007 film I Am Legend.
                        popularity: 23.965
                        poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg
                        release_date: ''
                        title: I Am Legend 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Blind Referee
                        credit_id: 64a95eabb686b900edf8e984
                        genre_ids:
                          - 18
                          - 35
                        id: 1149524
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Blind Ref
                        overview: A blind man struggles to become a basketball referee.
                        popularity: 1.267
                        poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg
                        release_date: '2013-06-06'
                        title: Blind Ref
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /IdrHHTC2QcrWUnEqshutR8L4vj.jpg
                        character: Judge
                        credit_id: 52fe4c2ec3a368484e1ab62f
                        genre_ids:
                          - 18
                          - 14
                          - 9648
                          - 10749
                        id: 137321
                        media_type: movie
                        order: 5
                        original_language: en
                        original_title: Winter's Tale
                        overview: >-
                          A burglar falls for an heiress as she dies in his
                          arms. When he learns that he has the gift of
                          reincarnation, he sets out to save her.
                        popularity: 12.852
                        poster_path: /dwDAUpidqVEql6w1o51VIPlMtbG.jpg
                        release_date: '2014-02-13'
                        title: Winter's Tale
                        video: false
                        vote_average: 6.3
                        vote_count: 1334
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 65124a268e2ba600e4517cc1
                        genre_ids:
                          - 99
                        id: 587817
                        media_type: movie
                        order: 15
                        original_language: en
                        original_title: Pesel Ha'Zahav
                        overview: >-
                          A behind-the-scenes look at the preparations for the
                          live broadcast of the 69th Annual Academy Awards
                          ceremony.
                        popularity: 1.788
                        poster_path: /hD2xo96UYYwG1NJCbNDD29pXmCD.jpg
                        release_date: '1998-01-01'
                        title: Inside the Golden Statue
                        video: false
                        vote_average: 6.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: /3WfSR7bLZQBMzTjwa9A9ohfblgT.jpg
                        character: Self (archive footage)
                        credit_id: 6523e238ab5e3400c47d3fd7
                        genre_ids:
                          - 99
                        id: 1038495
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: 'Kids'' TV: The Surprising Story'
                        overview: >-
                          Konnie Huq celebrates the very best of British
                          children’s television, with a dazzling array of clips
                          from some of the most treasured programmes ever made
                          and revealing chats with some of TV’s most beloved
                          stars.  But Konnie also tells a perhaps more
                          surprising story: of how kids’ TV has frequently been
                          at the forefront of social change, in terms of the
                          stories it tells and the people who get to tell them.
                        popularity: 2.636
                        poster_path: /kuEcbIvW70o27cdUuuNTFwouigU.jpg
                        release_date: '2022-10-26'
                        title: 'Kids'' TV: The Surprising Story'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /8B7ZCUeLsTqO72o0uVKMIQXSjOi.jpg
                        character: Genie / Mariner (archive footage)
                        credit_id: 62ba30d468b766006174866d
                        genre_ids:
                          - 99
                          - 10402
                        id: 512191
                        media_type: movie
                        order: 96
                        original_language: en
                        original_title: Howard
                        overview: >-
                          Though legendary lyricist Howard Ashman died far too
                          young, his impact on Broadway, movies, and the culture
                          at large were incalculable. Told entirely through rare
                          archival footage and interviews with Ashman’s family,
                          friends, associates, and longtime partner Bill Lauch,
                          Howard is an intimate tribute to a
                          once-in-a-generation talent and a rousing celebration
                          of musical storytelling itself.
                        popularity: 5.917
                        poster_path: /kTMIYVGKeXsIcVumZvyapkhvQiY.jpg
                        release_date: '2018-04-22'
                        title: Howard
                        video: false
                        vote_average: 6.9
                        vote_count: 48
                      - adult: false
                        backdrop_path: /e3dzlpDdqkVrxfw9gusYPjG5Vub.jpg
                        character: Nicky Spurgeon
                        credit_id: 530789e0925141111100018d
                        genre_ids:
                          - 10749
                          - 35
                          - 80
                        id: 256591
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Focus
                        overview: >-
                          Nicky, an accomplished con artist, gets romantically
                          involved with his disciple Jess but later ends their
                          relationship. Years later, she returns as a femme
                          fatale to spoil his plans.
                        popularity: 32.29
                        poster_path: /j6YcokvYBLSRLBQ4LxeeY6B1Aso.jpg
                        release_date: '2015-02-25'
                        title: Focus
                        video: false
                        vote_average: 6.878
                        vote_count: 7841
                      - adult: false
                        backdrop_path: null
                        character: Self - Host (archive footage)
                        credit_id: 62cd331ba9117f131cbd4088
                        genre_ids:
                          - 99
                        id: 999067
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: One Strange Rock
                        overview: >-
                          A mind-bending, thrilling journey exploring the
                          fragility and wonder of planet Earth, one of the most
                          peculiar, unique places in the entire universe,
                          brought to life by the only people to have left it
                          behind – the world’s most well known and leading
                          astronauts. This edit combined episodes one and ten to
                          create a new movie.
                        popularity: 1.81
                        poster_path: /2yKKKl9d1H5f3EjZrijpr8WOqQu.jpg
                        release_date: '2022-07-10'
                        title: One Strange Rock
                        video: true
                        vote_average: 5.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /c5Hub79rAGq7MtKrRNcr5Rfk3NM.jpg
                        character: Self
                        credit_id: 658f14116611b46b9fa40ca4
                        genre_ids:
                          - 99
                          - 10402
                        id: 746752
                        media_type: movie
                        order: 2
                        original_language: fr
                        original_title: 'Bigflo & Oli : Presque Trop'
                        overview: >-
                          Go backstage with French rap duo Bigflo & Oli in this
                          intimate music documentary, then join the superstar
                          siblings as they embark on a major tour.
                        popularity: 3.744
                        poster_path: /heCJcnFHizhV286Y71W92f9mrBQ.jpg
                        release_date: '2020-10-08'
                        title: 'Bigflo & Oli: Hip Hop Frenzy'
                        video: false
                        vote_average: 7
                        vote_count: 70
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6326378d8d22fc007a30eebc
                        genre_ids:
                          - 35
                          - 10402
                          - 10770
                          - 99
                        id: 537745
                        media_type: movie
                        order: 134
                        original_language: en
                        original_title: Night of 100 Stars III
                        overview: >-
                          A celebrity benefit for The Actors' Fund of America,
                          featuring music, songs, dance and comedy.
                        popularity: 1.523
                        poster_path: /886JJFF8s2z3x5txGkaVRnmeMU9.jpg
                        release_date: '1990-05-21'
                        title: Night of 100 Stars III
                        video: false
                        vote_average: 4
                        vote_count: 2
                      - adult: false
                        backdrop_path: /wAk0yKrhAmvsoMvlKs4QImhvK5X.jpg
                        character: Floyd Lawton / Deadshot
                        credit_id: 547ebbec92514124aa000a6d
                        genre_ids:
                          - 28
                          - 12
                          - 14
                        id: 297761
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Suicide Squad
                        overview: >-
                          From DC Comics comes the Suicide Squad, an antihero
                          team of incarcerated supervillains who act as deniable
                          assets for the United States government, undertaking
                          high-risk black ops missions in exchange for commuted
                          prison sentences.
                        popularity: 46.652
                        poster_path: /sk3FZgh3sRrmr8vyhaitNobMcfh.jpg
                        release_date: '2016-08-03'
                        title: Suicide Squad
                        video: false
                        vote_average: 5.921
                        vote_count: 21151
                      - adult: false
                        backdrop_path: /bDp6SAo5tDf4KyZHX5hOg0Tj74D.jpg
                        character: Self
                        credit_id: 6596fba6a6c10410ddfa83eb
                        genre_ids:
                          - 99
                          - 18
                        id: 1226352
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Free Child
                        overview: >-
                          From leaving Egypt 10 years ago, to almost dying a
                          month ago in a car accident. This film is about the
                          journey in between and the massive role the internet
                          played in the life of prominent Youtuber and Yes
                          Theory co-founder Ammar Kandil.
                        popularity: 2.591
                        poster_path: /n03RhHzq0henGZ7M1Lif1TfKZvH.jpg
                        release_date: '2020-09-28'
                        title: Free Child
                        video: false
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /fEaZwgkX2k91LJZ5APkaK0aDwg1.jpg
                        character: Dr. Bennet Omalu
                        credit_id: 54c884a1925141678e00568e
                        genre_ids:
                          - 18
                        id: 321741
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Concussion
                        overview: >-
                          A dramatic thriller based on the incredible true David
                          vs. Goliath story of American immigrant Dr. Bennet
                          Omalu, the brilliant forensic neuropathologist who
                          made the first discovery of CTE, a football-related
                          brain trauma, in a pro player and fought for the truth
                          to be known. Omalu's emotional quest puts him at
                          dangerous odds with one of the most powerful
                          institutions in the world.
                        popularity: 12.822
                        poster_path: /gseayWAIFt3GQrEUNuUcYxT77Ud.jpg
                        release_date: '2015-11-12'
                        title: Concussion
                        video: false
                        vote_average: 7.09
                        vote_count: 2540
                      - adult: false
                        backdrop_path: /TiiWQf1pMFIfR3z7hxdAAd4PnN.jpg
                        character: Self (archive footage)
                        credit_id: 635e94b7efd3c200918dcc80
                        genre_ids:
                          - 10751
                          - 10402
                          - 10770
                        id: 341949
                        media_type: movie
                        order: 52
                        original_language: en
                        original_title: 'Sesame Street: Elmopalooza!'
                        overview: >-
                          Jon Stewart hosts the Sesame Street Muppets' 30 year
                          celebration, but Elmo steps in when things go awry.
                        popularity: 1.19
                        poster_path: /64QjfrazV5J12PUoqMvNOyKjRxL.jpg
                        release_date: '1998-02-20'
                        title: 'Sesame Street: Elmopalooza!'
                        video: false
                        vote_average: 5.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 65c67b3e4350110183e6f70d
                        genre_ids:
                          - 99
                          - 10402
                        id: 324610
                        media_type: movie
                        order: 29
                        original_language: en
                        original_title: Yo! The Story of ‘Yo! MTV Raps’
                        overview: >-
                          A provocative look into the seven-year history of the
                          series that gave hip hop a voice and broke color
                          barriers, integrating MTV with rap. "Yo! MTV Raps"
                          premiered on August 6, 1988 with hosts Fab 5 Freddy,
                          Ed Lover and Doctor Dré, and shaped the careers of
                          many of today’s hip hop superstars, while
                          simultaneously making groundbreaking strides in
                          introducing hip hop to the mainstream.
                        popularity: 2.444
                        poster_path: /5peOO9sApI7GXOVBFQPgrlsWLBM.jpg
                        release_date: '2012-06-07'
                        title: Yo! The Story of ‘Yo! MTV Raps’
                        video: false
                        vote_average: 2
                        vote_count: 0
                      - adult: false
                        backdrop_path: /jEo7s4kyUiClgtxXqYcLRWvJTik.jpg
                        character: Self
                        credit_id: 65cca2d7e263bb0186692850
                        genre_ids:
                          - 10402
                          - 99
                        id: 1216282
                        media_type: movie
                        order: 22
                        original_language: en
                        original_title: A GRAMMY Salute To 50 Years Of Hip-Hop
                        overview: >-
                          A once-in-a-lifetime live concert special celebrating
                          the 50th anniversary of hip-hop. Airing Sunday, Dec.
                          10, at at 8:30 p.m. ET/8 p.m. PT on the CBS Television
                          Network and streaming live and on demand on
                          Paramount+, the two-hour tribute special will feature
                          exclusive performances from hip-hop legends and
                          GRAMMY-winning artists, including Black Thought, Bun
                          B, Common, De La Soul, Jermaine Dupri, J.J. Fad, Talib
                          Kweli, The Lady Of Rage, LL COOL J, MC Sha-Rock, Monie
                          Love, The Pharcyde, Queen Latifah, Questlove, Rakim,
                          Remy Ma, Uncle Luke, and Yo-Yo.
                        popularity: 2.644
                        poster_path: /8PPBVqnMsESwN0n9TNuA4HAG6IS.jpg
                        release_date: '2023-12-10'
                        title: A GRAMMY Salute To 50 Years Of Hip-Hop
                        video: false
                        vote_average: 8.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /3yJCGeV4c4H0eMojckyva9vMATd.jpg
                        character: Self
                        credit_id: 65ce2d0c13a38801879f3170
                        genre_ids:
                          - 10402
                        id: 171084
                        media_type: movie
                        order: 3
                        original_language: de
                        original_title: 'Tina Turner : Celebrate!'
                        overview: >-
                          Tina Turner celebrates her 60th birthday with this
                          unbelievable 1999 concert. Turner performs a variety
                          from her repertoire from throughout her entire career
                          – her beginnings with Ike Turner, the 80’s resurgence
                          and later career material. Hits featured are 'River
                          Deep, Mountain High', 'What's Love Got to Do With It',
                          'Nutbush City Limits', 'The Best' and '24/7'.
                        popularity: 1.416
                        poster_path: /5iRALSqo8V25KZFB6Ybrr2L1ng7.jpg
                        release_date: '1999-11-26'
                        title: 'Tina Turner : Celebrate!'
                        video: true
                        vote_average: 8.7
                        vote_count: 3
                      - adult: false
                        backdrop_path: /iovi35nPfjbYTw2gRo7uImWblRU.jpg
                        character: Howard Inlet
                        credit_id: 55d4d38392514102d500281b
                        genre_ids:
                          - 18
                          - 10749
                        id: 345920
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Collateral Beauty
                        overview: >-
                          Retreating from life after a tragedy, a man questions
                          the universe by writing to Love, Time and Death.
                          Receiving unexpected answers, he begins to see how
                          these things interlock and how even loss can reveal
                          moments of meaning and beauty.
                        popularity: 30.723
                        poster_path: /4vfqosgik5pLb32RpskYifp8PWJ.jpg
                        release_date: '2016-12-15'
                        title: Collateral Beauty
                        video: false
                        vote_average: 7.223
                        vote_count: 5370
                      - adult: false
                        backdrop_path: /tp5xCbXsevp5rJG11HRfXYuruDZ.jpg
                        character: Self
                        credit_id: 660c2ed16dc507017e559423
                        genre_ids:
                          - 10770
                          - 10751
                          - 99
                        id: 238466
                        media_type: movie
                        order: 23
                        original_language: en
                        original_title: 'David Blaine: Real or Magic'
                        overview: >-
                          David Blaine's signature brand of street magic
                          mystifies the most recognisable celebrities in the
                          world, such as Jamie Foxx, Bryan Cranston, Aaron Paul,
                          Ricky Gervais, Katy Perry, Woody Allen, and Robert
                          DeNiro, to name a few. He goes to the homes of Kanye
                          West and Harrison Ford, Will Smith and Olivia Wilde.
                          He pays a visit to Stephen Hawking at his office in
                          Cambridge University. Blaine also travels the world,
                          astonishing people from all walks of life with
                          never-before seen, inconceivable magic.
                        popularity: 4.684
                        poster_path: /gTMYu8oaAu31PW3wPooGLuM5maA.jpg
                        release_date: '2013-11-19'
                        title: 'David Blaine: Real or Magic'
                        video: false
                        vote_average: 6.7
                        vote_count: 82
                      - adult: false
                        backdrop_path: /hYY7wC3vuwSmoRdcMalVMjPC0a0.jpg
                        character: ESPN Reporter
                        credit_id: 660b2fae9c97bd017ca40404
                        genre_ids:
                          - 35
                        id: 109443
                        media_type: movie
                        order: 71
                        original_language: en
                        original_title: 'Anchorman 2: The Legend Continues'
                        overview: >-
                          With the 70s behind him, San Diego's top rated
                          newsman, Ron Burgundy, returns to take New York's
                          first 24-hour news channel by storm.
                        popularity: 27.328
                        poster_path: /BAdmxMdCqzjs6hx3KuEtnoWP8d.jpg
                        release_date: '2013-12-18'
                        title: 'Anchorman 2: The Legend Continues'
                        video: false
                        vote_average: 6.139
                        vote_count: 2578
                      - adult: false
                        backdrop_path: /dbwjITCa3adbDp2WEgLfRuhAI3W.jpg
                        character: Self
                        credit_id: 660bc789d6dbba014a6f2e36
                        genre_ids:
                          - 99
                        id: 1242980
                        media_type: movie
                        order: 13
                        original_language: pt
                        original_title: Nos Bastidores de Hollywood
                        overview: ''
                        popularity: 2.023
                        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: null
                        character: Self
                        credit_id: 56a2c015c3a3683890000d06
                        genre_ids:
                          - 99
                        id: 378674
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: DC Films Presents Dawn of the Justice League
                        overview: >-
                          A documentary special taking a look at the upcoming
                          films making up the DC Universe. Kevin Smith hosts
                          with Geoff Johns, as they take a look at Batman vs
                          Superman: Dawn of Justice, Suicide Squad, the upcoming
                          Wonder Woman and Justice League movies.
                        popularity: 8.212
                        poster_path: /jjYndp8PuLFNuIbGg6Zs7MkxWIc.jpg
                        release_date: '2016-01-19'
                        title: DC Films Presents Dawn of the Justice League
                        video: false
                        vote_average: 6
                        vote_count: 68
                      - adult: false
                        backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg
                        character: Mike
                        credit_id: 56b410fa92514114e5003551
                        genre_ids:
                          - 53
                          - 28
                          - 80
                        id: 38700
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bad Boys for Life
                        overview: >-
                          Marcus and Mike are forced to confront new threats,
                          career changes, and midlife crises as they join the
                          newly created elite team AMMO of the Miami police
                          department to take down the ruthless Armando Armas,
                          the vicious leader of a Miami drug cartel.
                        popularity: 81.514
                        poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg
                        release_date: '2020-01-15'
                        title: Bad Boys for Life
                        video: false
                        vote_average: 7.139
                        vote_count: 8290
                      - adult: false
                        backdrop_path: /hu4psJoKxDYezvvS4GlLF531fom.jpg
                        character: Daryl Ward
                        credit_id: 574c539f9251410ef80000d8
                        genre_ids:
                          - 14
                          - 28
                          - 53
                        id: 400106
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Bright
                        overview: >-
                          In an alternate present-day where magical creatures
                          live among us, two L.A. cops become embroiled in a
                          prophesied turf battle.
                        popularity: 23.137
                        poster_path: /whkT53Sv2vKAUiknQ13pqcWaPXB.jpg
                        release_date: '2017-12-22'
                        title: Bright
                        video: false
                        vote_average: 6.152
                        vote_count: 5642
                      - adult: false
                        backdrop_path: /15w69mRh7r6XTWF4ipIB59eoG6r.jpg
                        character: Cameo
                        credit_id: 6667e76e4a60c1410bf71455
                        genre_ids:
                          - 10749
                          - 35
                          - 18
                        id: 503129
                        media_type: movie
                        order: 15
                        original_language: hi
                        original_title: Student of the Year 2
                        overview: >-
                          A student must overcome bullies and hardships, both
                          academic and romantic, in order to win his college's
                          coveted Student of the Year trophy.
                        popularity: 15.596
                        poster_path: /78EMPsM8bu9R3jcxgBUUAQoVgI.jpg
                        release_date: '2019-05-10'
                        title: Student of the Year 2
                        video: false
                        vote_average: 4.444
                        vote_count: 72
                      - adult: false
                        backdrop_path: null
                        character: Jon Grady
                        credit_id: 6671edb8dbc136011d90aee3
                        genre_ids:
                          - 878
                          - 53
                        id: 693390
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Resistor
                        overview: >-
                          Physicist Jon Grady and his team discover a device
                          that can reflect gravity — a triumph that will
                          revolutionize the field of physics and change the
                          future. But instead of acclaim, Grady's lab is locked
                          down by a covert organization known as the Bureau of
                          Technology Control. When Grady refuses to join the
                          BTC, he's thrown into a nightmarish high-tech prison
                          housing other doomed rebel intellects.
                        popularity: 1.87
                        poster_path: null
                        release_date: ''
                        title: Resistor
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Hancock
                        credit_id: 66646cd718bd0a0bdb4d38d2
                        genre_ids:
                          - 14
                          - 28
                        id: 475387
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Hancock 2
                        overview: ''
                        popularity: 9.235
                        poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg
                        release_date: ''
                        title: Hancock 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tPUP70sPdV9l0otMf23lFNng0nF.jpg
                        character: ''
                        credit_id: 66b8db3686f5391f4fa7e3c1
                        genre_ids: []
                        id: 1328458
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Fresh Prince of Nowhere
                        overview: >-
                          25 years ago, a biographical documentary on Will Smith
                          was crafted, completed, and concealed. Today, just one
                          VHS copy remains. Originally titled The Fresh Prince
                          of Everywhere, this vandalised tape now goes as The
                          Fresh Prince of Nowhere - and where it picked up its
                          new name, no one knows. Seemingly resonating with an
                          uncanny relevance to the present day, the documentary
                          is an eerie yet meaningful lesson in love, fame and
                          failure. In 2024, the world knows a different Will
                          Smith to the one we knew on the cusp of the
                          millennium. But the story of this VHS tape is a
                          timeless reflection on the cycles of triumph,
                          adversity, and the cost of fame.
                        popularity: 1.319
                        poster_path: /wmeho2nhr1bdiXxWcGcRlaFdr9e.jpg
                        release_date: '2024-03-29'
                        title: The Fresh Prince of Nowhere
                        video: true
                        vote_average: 9
                        vote_count: 1
                      - adult: false
                        backdrop_path: /rVqY0Bo4Npf6EIONUROxjYAJfmD.jpg
                        character: Genie / Mariner
                        credit_id: 58f991d0925141588d004052
                        genre_ids:
                          - 12
                          - 14
                          - 10749
                          - 10751
                        id: 420817
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Aladdin
                        overview: >-
                          A kindhearted street urchin named Aladdin embarks on a
                          magical adventure after finding a lamp that releases a
                          wisecracking genie while a power-hungry Grand Vizier
                          vies for the same lamp that has the power to make
                          their deepest wishes come true.
                        popularity: 50.646
                        poster_path: /ykUEbfpkf8d0w49pHh0AD2KrT52.jpg
                        release_date: '2019-05-22'
                        title: Aladdin
                        video: false
                        vote_average: 7.098
                        vote_count: 10067
                      - adult: false
                        backdrop_path: /sfW7GcOuwZFuCxVoU5ULlkiDJ7Q.jpg
                        character: Henry Brogen / Junior
                        credit_id: 595f247b9251410bfa09d25c
                        genre_ids:
                          - 878
                          - 28
                          - 12
                          - 53
                        id: 453405
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Gemini Man
                        overview: >-
                          Henry Brogan is an elite 51-year-old assassin who's
                          ready to call it quits after completing his 72nd job.
                          His plans get turned upside down when he becomes the
                          target of a mysterious operative who can seemingly
                          predict his every move. To his horror, Brogan soon
                          learns that the man who's trying to kill him is a
                          younger, faster, cloned version of himself.
                        popularity: 28.914
                        poster_path: /uTALxjQU8e1lhmNjP9nnJ3t2pRU.jpg
                        release_date: '2019-10-02'
                        title: Gemini Man
                        video: false
                        vote_average: 6.289
                        vote_count: 5122
                      - adult: false
                        backdrop_path: /gm2BF7nEaypNTz8lXXAGgXaOn0S.jpg
                        character: Self - Philadelphia
                        credit_id: 59e392fe9251410b67000415
                        genre_ids:
                          - 10402
                          - 99
                        id: 42348
                        media_type: movie
                        order: 45
                        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: 2.31
                        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: /A5DEgBGrp1lK4yWYDpdQ7YNFSfy.jpg
                        character: Will Smith
                        credit_id: 59e392fe9251410b67000419
                        genre_ids:
                          - 35
                        id: 127088
                        media_type: movie
                        order: 49
                        original_language: en
                        original_title: Welcome to Hollywood
                        overview: >-
                          A film director decides to chart the course of a young
                          actor as he tries to make it in Hollywood...
                        popularity: 4.101
                        poster_path: /6lteBH7j3De6sCYIRCXWBPskaLq.jpg
                        release_date: '1998-10-01'
                        title: Welcome to Hollywood
                        video: false
                        vote_average: 3.8
                        vote_count: 9
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b67000417
                        genre_ids:
                          - 99
                        id: 378386
                        media_type: movie
                        order: 28
                        original_language: en
                        original_title: 'Star Wars: Greatest Moments'
                        overview: >-
                          Alex Zane counts down the top 20 Star Wars moments as
                          voted by the public. Includes contributions from
                          famous fans as well as the stars and crew of the
                          intergalactic saga.
                        popularity: 3.169
                        poster_path: /zIffPwISrW48qSmvAXEV27lBTMA.jpg
                        release_date: '2015-12-26'
                        title: 'Star Wars: Greatest Moments'
                        video: false
                        vote_average: 7
                        vote_count: 32
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b6700041d
                        genre_ids:
                          - 10402
                          - 99
                        id: 413131
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Will Smith: Live in Concert'
                        overview: >-
                          Will Smith performs live in concert some of his old
                          and new hits.
                        popularity: 1.266
                        poster_path: /4lTEZfXUNON6wxh6CWYcJrO0Sv6.jpg
                        release_date: '2005-06-14'
                        title: 'Will Smith: Live in Concert'
                        video: false
                        vote_average: 5.8
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 59e392fe9251410b67000421
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 461916
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Metamorphosis of 'Men in Black'
                        overview: >-
                          An in-depth look into the creation of the special
                          effects for the film Men in Black (1997). Various
                          interviews with the cast and filmmakers and a look at
                          the pre-rendered SFX from ILM and Rick Baker. Also a
                          look at storyboards and information about the change
                          of the script during production.
                        popularity: 1.539
                        poster_path: /5ax0t8bU8E5JhtxkPGQT48TSOvZ.jpg
                        release_date: '2000-09-05'
                        title: Metamorphosis of 'Men in Black'
                        video: false
                        vote_average: 5
                        vote_count: 3
                      - adult: false
                        backdrop_path: /lLe36uxDamMg6YWmIBN7bhuSmdy.jpg
                        character: Manny
                        credit_id: 59e392fe9251410b6700040d
                        genre_ids:
                          - 18
                          - 53
                          - 80
                        id: 17736
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: Where the Day Takes You
                        overview: >-
                          King is a young man, but he's already a veteran of
                          life on the streets of Los Angeles. The de facto
                          leader of a group of teenage runaways, King acts as a
                          mentor to troubled kids such as gay hustler Little J
                          and junkie Greg. When Heather, a beautiful girl from
                          Chicago, starts hanging out with King and his crew, it
                          changes the dynamic of the gang. However, it seems as
                          though nothing will alter their dangerous lifestyle.
                        popularity: 5.488
                        poster_path: /6W7pwB1o601kN8zySjHNz5X3QDK.jpg
                        release_date: '1992-09-11'
                        title: Where the Day Takes You
                        video: false
                        vote_average: 6.122
                        vote_count: 55
                      - adult: false
                        backdrop_path: /A5VWK3aPhMUbEyKkOKdSrZr70JL.jpg
                        character: Self
                        credit_id: 59e392fe9251410b6700041b
                        genre_ids:
                          - 35
                        id: 452460
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: Torrance Rises
                        overview: >-
                          A mockumentary chronicling the Torrance Community
                          Dance Group (from Fatboy Slim's "Praise You" video) on
                          their road to the MTV Video Music Awards.
                        popularity: 1.042
                        poster_path: /2CShiMeuWypm9ObpfZl0R2g03je.jpg
                        release_date: '1999-01-01'
                        title: Torrance Rises
                        video: false
                        vote_average: 7.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: /uG1v9Hk1XKICd6IJChRR20mBh8i.jpg
                        character: Lance Sterling (voice)
                        credit_id: 59e48d59925141082b029493
                        genre_ids:
                          - 16
                          - 28
                          - 12
                          - 35
                          - 10751
                        id: 431693
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Spies in Disguise
                        overview: >-
                          Super spy Lance Sterling and scientist Walter Beckett
                          are almost exact opposites. Lance is smooth, suave and
                          debonair. Walter is… not. But what Walter lacks in
                          social skills he makes up for in smarts and invention,
                          creating the awesome gadgets Lance uses on his epic
                          missions. But when events take an unexpected turn,
                          Walter and Lance suddenly have to rely on each other
                          in a whole new way.
                        popularity: 24.749
                        poster_path: /e7rWcrnuNej3JeVjqmRu0jVeRa4.jpg
                        release_date: '2019-12-04'
                        title: Spies in Disguise
                        video: false
                        vote_average: 7.6
                        vote_count: 2800
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5a5e8a899251412eac000b3c
                        genre_ids:
                          - 99
                        id: 85770
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: A Man's Story
                        overview: >-
                          Documentary about British fashion designer Ozwald
                          Boateng.
                        popularity: 2.405
                        poster_path: /7XChyRgt2B1GrJoPYrV4oGuOApD.jpg
                        release_date: '2011-10-08'
                        title: A Man's Story
                        video: false
                        vote_average: 6.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5b0191790e0a2623d700bbc4
                        genre_ids:
                          - 99
                        id: 525331
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Roswell Top Secret
                        overview: >-
                          Something happened near the town of Rosewell. This
                          event came to be known as the Rosewell incident. The
                          town has since become synonymous with flying saucers
                          crashes, alien visitation, government cover up, or
                          what many say, a jump to conclusions and a gross
                          distortion of facts.
                        popularity: 0.547
                        poster_path: /72WcqiUCfDhcpkcbxP3VvsJwlAk.jpg
                        release_date: '1998-01-01'
                        title: Roswell Top Secret
                        video: false
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /avW5cKK7hELN7tZuF7iajQTVDgA.jpg
                        character: Self
                        credit_id: 5bb3f793c3a3687b0b002146
                        genre_ids:
                          - 99
                          - 10402
                          - 36
                        id: 551587
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: >-
                          National Museum of African American History and
                          Culture Grand Opening Ceremony
                        overview: >-
                          The grand opening dedication ceremony of the
                          Smithsonian's National Museum of African American
                          History and Culture.
                        popularity: 0.595
                        poster_path: /pEk4ySUowiwaxoNSZvSYYKJf7wa.jpg
                        release_date: '2016-09-24'
                        title: >-
                          National Museum of African American History and
                          Culture Grand Opening Ceremony
                        video: true
                        vote_average: 5.5
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8McBKWoQOQZfeIGQl23g0TJ6jto.jpg
                        character: Self
                        credit_id: 5bac13980e0a2664df02fce3
                        genre_ids:
                          - 99
                          - 10402
                        id: 504561
                        media_type: movie
                        order: 5
                        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: 6.64
                        poster_path: /yYtY9CRLyz4dXqTOiimdMF7Nt4e.jpg
                        release_date: '2018-09-09'
                        title: Quincy
                        video: false
                        vote_average: 7.3
                        vote_count: 106
                      - adult: false
                        backdrop_path: /2NMov7UkikACB3m5FCndZZ0LG8U.jpg
                        character: Oscar (voice)
                        credit_id: 5c466f760e0a26496bc891ec
                        genre_ids:
                          - 16
                          - 35
                          - 10751
                        id: 118254
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: Club Oscar
                        overview: >-
                          Picking up where Shark Tale ends, all the characters
                          of the film dance at the whale wash in a spoof of
                          Saturday Night Fever.
                        popularity: 3.012
                        poster_path: /o8o3lBY3oiI8NwpzZw8nLMUH3FA.jpg
                        release_date: '2005-02-08'
                        title: Club Oscar
                        video: false
                        vote_average: 4.944
                        vote_count: 18
                      - adult: false
                        backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg
                        character: Richard Williams
                        credit_id: 5d288a8fcaab6d00129b75a6
                        genre_ids:
                          - 18
                          - 36
                        id: 614917
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: King Richard
                        overview: >-
                          The story of how Richard Williams served as a coach to
                          his daughters Venus and Serena, who will soon become
                          two of the most legendary tennis players in history.
                        popularity: 23.53
                        poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg
                        release_date: '2021-11-18'
                        title: King Richard
                        video: false
                        vote_average: 7.649
                        vote_count: 2497
                      - adult: false
                        backdrop_path: null
                        character: Nick Cooper
                        credit_id: 5d73f770209f180013fc9c70
                        genre_ids:
                          - 878
                        id: 629423
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Brilliance
                        overview: >-
                          In the future, non-neurotypical people — demonized by
                          society as “twists” or “abnorms” — are threatening the
                          status quo of the “normal” population with their
                          unique gifts. They are officially labeled as
                          “Brilliants” and are carefully tracked by the
                          government.
                        popularity: 1.203
                        poster_path: null
                        release_date: ''
                        title: Brilliance
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5dd930a712aabc00169120d8
                        genre_ids:
                          - 99
                          - 878
                        id: 277499
                        media_type: movie
                        order: 25
                        original_language: en
                        original_title: >-
                          From Star Wars to Star Wars: The Story of Industrial
                          Light & Magic
                        overview: >-
                          The incredible evolution of George Lucas' special
                          effects dream factory, including an inside look at
                          "Star Wars: Episode One - The Phantom Menace."
                        popularity: 4.325
                        poster_path: /eOK9FczS2GrH8ByZr9RkLYnQiW6.jpg
                        release_date: '1999-06-15'
                        title: >-
                          From Star Wars to Star Wars: The Story of Industrial
                          Light & Magic
                        video: false
                        vote_average: 8.1
                        vote_count: 9
                      - adult: false
                        backdrop_path: /r0DFmENrZIM1qHeDofxYQS4v07T.jpg
                        character: Self
                        credit_id: 5de218c1c51acd0015f6bdf3
                        genre_ids:
                          - 99
                        id: 621757
                        media_type: movie
                        order: 10
                        original_language: en
                        original_title: Dads
                        overview: >-
                          A joyful exploration of modern fatherhood, this doc
                          gathers the testimonies of dads around the world, from
                          famous comedians to everyday parents. Their unfiltered
                          stories speak to the beauty, struggles, and ridiculous
                          hilarity of being a dad today.
                        popularity: 4.833
                        poster_path: /lDBHH2oQJJtSIsUZfruBEDXra2n.jpg
                        release_date: '2019-09-06'
                        title: Dads
                        video: false
                        vote_average: 6.71
                        vote_count: 31
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e72c626357c0000134a0856
                        genre_ids:
                          - 878
                          - 28
                        id: 579480
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Independence Day: The ID4 Invasion'
                        overview: >-
                          A "mockumentary" of the alien invasion during
                          Independence Day. Barry Nolan hosts the programme, the
                          first 9 minutes of which are a spoof news report of
                          the events of the film. The middle bit is a discussion
                          of the film by cast and crew, and at the end various
                          scientists and politicians discuss what would happen
                          if real aliens arrive on Earth.
                        popularity: 2.744
                        poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg
                        release_date: '1996-06-30'
                        title: 'Independence Day: The ID4 Invasion'
                        video: false
                        vote_average: 6.4
                        vote_count: 10
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e72cf59357c000019495ea8
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 684413
                        media_type: movie
                        order: 2
                        original_language: en
                        original_title: The Making of 'Independence Day'
                        overview: >-
                          We take a look at various fields of development for
                          the motion picture, Independence Day (1996). Jeff
                          Goldblum is our guide through 'Area ID4' (a rip-off
                          name of Area 51). He pretends to creep around and give
                          us "secret" information about the film. There is also
                          interviews with the cast and crew, and some other
                          behind the scenes stuff that is only there to impress
                          you, and to make you want to go see the film.
                        popularity: 1.961
                        poster_path: /gw01HpYoNXZbhG6GBQq8yGYPxnL.jpg
                        release_date: '1996-06-29'
                        title: The Making of 'Independence Day'
                        video: true
                        vote_average: 5.8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e8aa24f9a99001433d18f
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 687112
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: Barry Sonnenfeld's Intergalactic Guide to Comedy
                        overview: >-
                          Provides a few minutes of joking around about how
                          director Barry Sonnenfeld's dry comedy style works.
                        popularity: 0.597
                        poster_path: /iWPWZvh9uP1Z0LG1IY6U8vMwDEi.jpg
                        release_date: '2002-11-26'
                        title: Barry Sonnenfeld's Intergalactic Guide to Comedy
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7ea1a04f9a990016340e43
                        genre_ids:
                          - 35
                          - 37
                          - 99
                        id: 687143
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Wild Wild West: Wardrobes of the West'
                        overview: An interesting look at the costume design of the movie
                        popularity: 1.893
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-11-30'
                        title: 'Wild Wild West: Wardrobes of the West'
                        video: true
                        vote_average: 4
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9b884f9a99001433ed25
                        genre_ids:
                          - 99
                          - 878
                          - 35
                        id: 687134
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: MIB ADR
                        overview: A look at the ADR of Men in Black II (2002)
                        popularity: 0.886
                        poster_path: /4Aw6o4AAG5x3ydWyaBRoeHknf6E.jpg
                        release_date: '2002-11-26'
                        title: MIB ADR
                        video: true
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9239c144dd001723e241
                        genre_ids:
                          - 99
                          - 878
                          - 35
                        id: 687121
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: 'Design in Motion: The Look of ''Men in Black II'''
                        overview: A look at the art direction of Men in Black II (2002)
                        popularity: 2.083
                        poster_path: /i12BzsvVF8yofENLfH1Mjo04lPb.jpg
                        release_date: '2002-11-26'
                        title: 'Design in Motion: The Look of ''Men in Black II'''
                        video: true
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7e9f27c144dd001723feab
                        genre_ids:
                          - 99
                          - 35
                          - 37
                        id: 687141
                        media_type: movie
                        order: 8
                        original_language: en
                        original_title: 'It''s a Whole New West: The Making of ''Wild, Wild West'''
                        overview: >-
                          This is a promotional behind the scenes featurette
                          that originally appeared on HBO. A lot of the usual
                          interviews and behind-the-scenes clips, but enjoyably,
                          there are a few shots that look at how the FX were
                          filmed.
                        popularity: 1.742
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-06-29'
                        title: 'It''s a Whole New West: The Making of ''Wild, Wild West'''
                        video: false
                        vote_average: 4.9
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7ea5b5c68b69001741475d
                        genre_ids:
                          - 99
                          - 35
                          - 37
                        id: 687151
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Wild Wild West: Good Guys Gadgets'
                        overview: A look at some of the gadgets and effects of the movie
                        popularity: 1.022
                        poster_path: /bdQkvxOqmNacqDUr3iJVaGJETLK.jpg
                        release_date: '1999-11-30'
                        title: 'Wild Wild West: Good Guys Gadgets'
                        video: true
                        vote_average: 5.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e7eae0270309f00176047d8
                        genre_ids:
                          - 99
                          - 35
                          - 878
                        id: 687162
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Making of Men in Black
                        overview: Behind the scenes of Men in Black (1997)
                        popularity: 1.912
                        poster_path: /31l8XyHx7sRI1nbIh5SfBRXHOw7.jpg
                        release_date: '1997-11-04'
                        title: The Making of Men in Black
                        video: true
                        vote_average: 7.7
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e77ed8eb1f68d0014e5e852
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 685607
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'After Earth: A Father''s Legacy'
                        overview: >-
                          This is a featurette with some behind-the-scenes
                          footage of Will Smith and Jaden Smith on-set
                        popularity: 18.664
                        poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg
                        release_date: '2013-10-08'
                        title: 'After Earth: A Father''s Legacy'
                        video: true
                        vote_average: 6.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e77f0b4357c000013517d00
                        genre_ids:
                          - 99
                          - 878
                          - 28
                        id: 685614
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'After Earth: 1,000 Years in 300 Seconds'
                        overview: >-
                          Shows Behind-the-Scenes footage compiled into a
                          montage video clip set to music, with no dialogue.
                        popularity: 3.682
                        poster_path: /1JXITPVrR8GX4xIY2V9WgUfwplc.jpg
                        release_date: '2013-10-08'
                        title: 'After Earth: 1,000 Years in 300 Seconds'
                        video: true
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e84f8d1e38bd80013ac2713
                        genre_ids:
                          - 99
                        id: 688736
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Making Pursuit: An Italian Take on the American Dream'
                        overview: >-
                          This is a "making of" documentary for the hit film
                          "The Pursuit of Happyness". It chronicles a foreign
                          director's perspective on The American Dream, and the
                          challenges in making the film.
                        popularity: 1.245
                        poster_path: /fNpy4kXzd5WRCVDHQxpwgLzakbQ.jpg
                        release_date: '2007-03-27'
                        title: 'Making Pursuit: An Italian Take on the American Dream'
                        video: true
                        vote_average: 9
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5e860cab5294e700114b244a
                        genre_ids: []
                        id: 689041
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Father and Son: On Screen and Off'
                        overview: >-
                          A look into Will and Jaden Smith's father and son bond
                          on and off the screen of The Pursuit of Happyness
                        popularity: 0.906
                        poster_path: /72su4fAPcid1koHYegAe62NfPn2.jpg
                        release_date: '2007-05-22'
                        title: 'Father and Son: On Screen and Off'
                        video: true
                        vote_average: 6
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5eba862c7d2bc1001d026661
                        genre_ids:
                          - 35
                        id: 702942
                        media_type: movie
                        order: 40
                        original_language: en
                        original_title: Feeding America Comedy Festival
                        overview: All-star comics perform in support of Feeding America.
                        popularity: 3.139
                        poster_path: /mE6PuUktz0zAfI5PvsNXDdDZEzu.jpg
                        release_date: '2020-05-10'
                        title: Feeding America Comedy Festival
                        video: false
                        vote_average: 6.8
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5ed87962e4b576002038a21a
                        genre_ids:
                          - 10751
                          - 35
                          - 10770
                        id: 564784
                        media_type: movie
                        order: 19
                        original_language: en
                        original_title: Disneyland's 35th Anniversary Special
                        overview: Celebration of Disneyland's 35th Anniversary
                        popularity: 3.001
                        poster_path: /nUAoRVhGZqsQMrUjKZ7f1rLclYD.jpg
                        release_date: '1990-07-01'
                        title: Disneyland's 35th Anniversary Special
                        video: false
                        vote_average: 6
                        vote_count: 1
                      - adult: false
                        backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg
                        character: Peter
                        credit_id: 5ee790e915794a0021158ead
                        genre_ids:
                          - 18
                          - 10752
                          - 36
                        id: 715931
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Emancipation
                        overview: >-
                          Inspired by the gripping true story of a man who would
                          do anything for his family—and for freedom. When
                          Peter, an enslaved man, risks his life to escape and
                          return to his family, he embarks on a perilous journey
                          of love and endurance.
                        popularity: 23.242
                        poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg
                        release_date: '2022-12-02'
                        title: Emancipation
                        video: false
                        vote_average: 7.8
                        vote_count: 1130
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 5f3b038f46aed4003467daef
                        genre_ids:
                          - 35
                        id: 734184
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Planes, Trains and Automobiles
                        overview: >-
                          Remake of the 1987 comedy about a pair of unlikely
                          travel companions trying to make their destinations in
                          time for the Holiday weekend.
                        popularity: 1.509
                        poster_path: null
                        release_date: ''
                        title: Planes, Trains and Automobiles
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /hzbrQ8gR26R6BWbrp3HaPCRs08T.jpg
                        character: Self
                        credit_id: 5f4d4c999ecf1800359412f5
                        genre_ids:
                          - 99
                        id: 738362
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: The Fresh Prince of Bel-Air Reunion
                        overview: >-
                          Join Will Smith, Tatyana Ali, Karyn Parsons, Joseph
                          Marcell, Daphne Maxwell Reid, Alfonso Ribeiro and DJ
                          Jazzy Jeff, for a funny and heartfelt night full of
                          music and dancing in honor of the show that ran for
                          six seasons and 148 episodes.
                        popularity: 8.43
                        poster_path: /tcKsgTnrjuZLWAJwn8uBZHy5YWy.jpg
                        release_date: '2020-11-18'
                        title: The Fresh Prince of Bel-Air Reunion
                        video: false
                        vote_average: 8.2
                        vote_count: 157
                      - adult: false
                        backdrop_path: /3UphTQsOLOiUVaYFXrfZjwuR0hB.jpg
                        character: Self (archive footage)
                        credit_id: 5f4fa487be7f350032e1c98d
                        genre_ids:
                          - 99
                          - 10770
                        id: 736206
                        media_type: movie
                        order: 4
                        original_language: en
                        original_title: 'David Blaine: Ascension'
                        overview: >-
                          David Blaine will redefine magic once again for an
                          unprecedented live event at a time when the world
                          could use a positive distraction.
                        popularity: 1.267
                        poster_path: /i6vjILMgPc9lO5yRkBSmS46MHKL.jpg
                        release_date: '2020-09-02'
                        title: 'David Blaine: Ascension'
                        video: false
                        vote_average: 6.3
                        vote_count: 7
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5f93484b7e9d5f00434f5b40
                        genre_ids:
                          - 99
                          - 10402
                        id: 756740
                        media_type: movie
                        order: 3
                        original_language: en
                        original_title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep'
                        overview: >-
                          Behind the scenes look at the creation and production
                          of Jon Bellion's second studio album 'Glory Sound
                          Prep'.
                        popularity: 0.176
                        poster_path: /rprMlFRJHfbOwXFvGY9BBAnH7dZ.jpg
                        release_date: '2019-05-24'
                        title: Jon Bellion | Behind the Scenes of 'Glory Sound Prep'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /Ad2OcBdlDO4Gq3ABnTUE8Jo2vm7.jpg
                        character: Self
                        credit_id: 5fce933c680be8003e1f1278
                        genre_ids:
                          - 99
                          - 35
                        id: 773790
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Will Smith: The Prince of Hollywood'
                        overview: >-
                          Fans forever love Will Smith who are reassured they
                          will always be entertained. Follow the journey of this
                          fascinating actor, producer, husband, father, who has
                          the WILL to win.
                        popularity: 2.145
                        poster_path: /sm417MFmhiJmFZuuBq4KliH0kS3.jpg
                        release_date: '2020-10-01'
                        title: 'Will Smith: The Prince of Hollywood'
                        video: false
                        vote_average: 1.2
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 601e268215c636003fbc6657
                        genre_ids:
                          - 28
                          - 53
                        id: 698261
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: Fast and Loose
                        overview: >-
                          A man who wakes up in Tijuana after being left for
                          dead with absolutely no memory. As he follows a string
                          of clues to uncover his identity, he discovers that
                          he’s been living two different lives: one as a
                          super-successful crime kingpin, surrounded by
                          beautiful women, expensive toys and a lavish
                          lifestyle, and the other as an undercover CIA agent,
                          but with a puny salary, no family or home life
                          whatsoever and zero trappings of success. The problem
                          is, he can’t remember which of these two personas is
                          his true identity.
                        popularity: 1.465
                        poster_path: null
                        release_date: ''
                        title: Fast and Loose
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg
                        character: Mike Lowrey
                        credit_id: 60214ee4a80673003f419f46
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                          - 12
                        id: 573435
                        media_type: movie
                        order: 0
                        original_language: en
                        original_title: 'Bad Boys: Ride or Die'
                        overview: >-
                          After their late former Captain is framed, Lowrey and
                          Burnett try to clear his name, only to end up on the
                          run themselves.
                        popularity: 394.83
                        poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg
                        release_date: '2024-06-05'
                        title: 'Bad Boys: Ride or Die'
                        video: false
                        vote_average: 7.5
                        vote_count: 2548
                      - adult: false
                        backdrop_path: /wtLw69A3lUkFGePgfUQUxnjLGkL.jpg
                        character: Fresh Prince
                        credit_id: 6107e3698d22fc0047133dfc
                        genre_ids:
                          - 99
                          - 10770
                        id: 405806
                        media_type: movie
                        order: 38
                        original_language: en
                        original_title: The Earth Day Special
                        overview: >-
                          The Earth Day Special is a television special
                          revolving around Earth Day that aired on ABC on April
                          22, 1990. Sponsored by Time Warner, the two hour
                          special featured an all-star cast addressing concerns
                          about global warming, deforestation, and other
                          environmental ills.
                        popularity: 3.342
                        poster_path: /vNaVkULweHjOKqu4uxJAvoy1XC8.jpg
                        release_date: '1990-04-22'
                        title: The Earth Day Special
                        video: false
                        vote_average: 8
                        vote_count: 6
                      - adult: false
                        backdrop_path: null
                        character: ''
                        credit_id: 66fd63daf878adfed084a8aa
                        genre_ids:
                          - 35
                        id: 1365199
                        media_type: movie
                        order: 17
                        original_language: es
                        original_title: Asesinatos sólo en El Hormiguero
                        overview: ''
                        popularity: 1.215
                        poster_path: /8lp6XsvR2IzK08FJ5hp9ekt4ZXS.jpg
                        release_date: '2024-09-03'
                        title: Asesinatos sólo en El Hormiguero
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /ixjGyb6nbt3Joc7MBUhUzewHkye.jpg
                        character: Self (archive footage) (uncredited)
                        credit_id: 6711d067097c3d7760f87e8d
                        genre_ids:
                          - 99
                        id: 1364758
                        media_type: movie
                        order: 31
                        original_language: es
                        original_title: El Cuarto Round
                        overview: >-
                          "El Cuarto Round" invites us to accompany Osvaldo, "El
                          Mariana", on an intimate six-month journey as he
                          prepares for his fight at La Velada del Año 4, at the
                          Santiago Bernabéu stadium in Madrid. Through his
                          training, we not only see him face physical and
                          emotional challenges, but also discover new facets of
                          himself, where his public and personal lives become
                          deeply intertwined.
                        popularity: 4.517
                        poster_path: /5FgBzoBlzVvfkDGaWQHjdR90dxf.jpg
                        release_date: '2024-10-17'
                        title: The Fourth Round
                        video: false
                        vote_average: 7.2
                        vote_count: 2
                      - adult: false
                        backdrop_path: /eHKvL9U6B4YB1booJhGklF3UIfb.jpg
                        character: Self
                        credit_id: 672f9a5611b6cc0571f62afb
                        genre_ids:
                          - 99
                        id: 1385136
                        media_type: movie
                        order: 1
                        original_language: en
                        original_title: Bad Boys:Legacy
                        overview: >-
                          Take an epic lookback at 30 years of making the Bad
                          Boys franchise with a 22-minute retrospective. Go
                          behind the scenes of the all-new movie with an
                          exclusive conversation featuring Will Smith and Martin
                          Lawrence. Explore the making of the first three films
                          with commentary from filmmakers Jerry Bruckheimer,
                          Michael Bay, and stars Vanessa Hudgens, Alexander
                          Ludwig, Joe Pantoliano, and more. From the initial
                          table read to the final "that's a wrap," fans will
                          experience an intimate look at this action-packed
                          30-year journey.
                        popularity: 11.02
                        poster_path: /mjDuFfwGFB1G3VRXE4s3dEemdaU.jpg
                        release_date: '2024-07-24'
                        title: 'Bad Boys: Legacy'
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /d5TiWURH1LJC95r2CWERFH9GKO8.jpg
                        character: Self
                        credit_id: 525394ca19c29579402be4ea
                        episode_count: 1
                        first_air_date: '1988-10-03'
                        genre_ids:
                          - 10767
                          - 10763
                        id: 766
                        media_type: tv
                        name: This Morning
                        origin_country:
                          - GB
                        original_language: en
                        original_name: This Morning
                        overview: >-
                          This Morning features a variety of news, as well as
                          show business, fashion, beauty, lifestyle, home and
                          garden, food, tech, live phone-ins, and competitions.
                        popularity: 18.283
                        poster_path: /w5GkfjeBJkbrpdBOpwRh8cTa8Io.jpg
                        vote_average: 5.5
                        vote_count: 21
                      - adult: false
                        backdrop_path: /cvwKsMZoaJOsdVuQXAvGODbnTUz.jpg
                        character: Self
                        credit_id: 5253463019c29579400c9508
                        episode_count: 1
                        first_air_date: '1994-08-14'
                        genre_ids:
                          - 10767
                        id: 217
                        media_type: tv
                        name: Inside the Actors Studio
                        origin_country:
                          - US
                        original_language: en
                        original_name: Inside the Actors Studio
                        overview: >-
                          James Lipton sits down with some of the world's most
                          accomplished actors and directors for penetrating,
                          fascinating interviews.
                        popularity: 4.265
                        poster_path: /a6O7gKJQe5HWaMujYvdMYaj9PnO.jpg
                        vote_average: 7.443
                        vote_count: 53
                      - adult: false
                        backdrop_path: /69TLqW1BeyP3bAPf18GpGqjTb00.jpg
                        character: Self
                        credit_id: 52570aec760ee3776a05f593
                        episode_count: 1
                        first_air_date: '2006-08-14'
                        genre_ids:
                          - 10767
                        id: 1514
                        media_type: tv
                        name: The One Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The One Show
                        overview: >-
                          A topical magazine-style daily television programme
                          broadcast live on BBC One.
                        popularity: 122.214
                        poster_path: /7QpzCej3Lwrsnx5A8FePYsUCIzf.jpg
                        vote_average: 4.6
                        vote_count: 25
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        character: ''
                        credit_id: 52570ccc19c2957114017a28
                        episode_count: 3
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        character: Will Smith
                        credit_id: 525718a319c29571140a88c5
                        episode_count: 148
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /sa8lycxMUA4VaOIHkbZ5PzjnMbU.jpg
                        character: Self
                        credit_id: 5257137b760ee3776a1068d9
                        episode_count: 1
                        first_air_date: '1952-01-14'
                        genre_ids:
                          - 10763
                          - 10767
                        id: 1709
                        media_type: tv
                        name: Today
                        origin_country:
                          - US
                        original_language: en
                        original_name: Today
                        overview: >-
                          Today is a daily American morning television show that
                          airs on NBC. The program debuted on January 14, 1952.
                          It was the first of its genre on American television
                          and in the world, and is the fifth-longest running
                          American television series. Originally a two-hour
                          program on weekdays, it expanded to Sundays in 1987
                          and Saturdays in 1992. The weekday broadcast expanded
                          to three hours in 2000, and to four hours in 2007.


                          Today's dominance was virtually unchallenged by the
                          other networks until the late 1980s, when it was
                          overtaken by ABC's Good Morning America. Today retook
                          the Nielsen ratings lead the week of December 11,
                          1995, and held onto that position for 852 consecutive
                          weeks until the week of April 9, 2012, when it was
                          beaten by Good Morning America yet again. In 2002,
                          Today was ranked #17 on TV Guide's 50 Greatest
                          Television  Shows of All Time.
                        popularity: 15.425
                        poster_path: /xlWdasY9oYg3OO5VTNqlPFftgya.jpg
                        vote_average: 5.5
                        vote_count: 26
                      - adult: false
                        backdrop_path: /upD2G9Z7W07w47c7B8ZqLqbTDc5.jpg
                        character: ''
                        credit_id: 52571abd19c29571140d0f30
                        episode_count: 2
                        first_air_date: '1988-09-05'
                        genre_ids:
                          - 10767
                        id: 1900
                        media_type: tv
                        name: LIVE with Kelly and Mark
                        origin_country:
                          - US
                        original_language: en
                        original_name: LIVE with Kelly and Mark
                        overview: >-
                          A morning talk show with A-list celebrity guests,
                          top-notch performances and one-of-a-kind segments that
                          are unrivaled on daytime television, plus spontaneous,
                          hilarious and unpredictable talk.
                        popularity: 98.694
                        poster_path: /l5y8egG27p2fSTyq8s21SQMmQLy.jpg
                        vote_average: 5.488
                        vote_count: 40
                      - adult: false
                        backdrop_path: /sSQKcECh7TkrvvASfbjcbiFiwlP.jpg
                        character: Self
                        credit_id: 602fbe5e32cc2b004184a9df
                        episode_count: 1
                        first_air_date: '1976-10-03'
                        genre_ids:
                          - 10767
                        id: 118944
                        media_type: tv
                        name: Domenica In
                        origin_country:
                          - IT
                        original_language: it
                        original_name: Domenica In
                        overview: ''
                        popularity: 12.967
                        poster_path: /pIFifwfmgMMyksoanuAwPU73sDP.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /lWkfSWJstUFk7oqyo7MrMoXehoi.jpg
                        character: ''
                        credit_id: 52573b60760ee36aaa013f4e
                        episode_count: 6
                        first_air_date: '1992-05-25'
                        genre_ids:
                          - 10767
                          - 35
                        id: 2518
                        media_type: tv
                        name: The Tonight Show with Jay Leno
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show with Jay Leno
                        overview: >-
                          Jay Leno hosts some of the biggest celebrities in the
                          world.
                        popularity: 60.316
                        poster_path: /xAFMZ3wFIEXTISryRZD94AAvWng.jpg
                        vote_average: 5.4
                        vote_count: 86
                      - adult: false
                        backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg
                        character: Self — Host
                        credit_id: 6019b4fc87a27a003fe84fd4
                        episode_count: 6
                        first_air_date: '2021-02-17'
                        genre_ids:
                          - 99
                          - 10763
                          - 10768
                        id: 118043
                        media_type: tv
                        name: 'Amend: The Fight for America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Amend: The Fight for America'
                        overview: >-
                          When the United States of America was founded, the
                          ideals of freedom and equality did not apply to all
                          people. These are the stories of the brave Americans
                          who fought to right the nation’s wrongs and enshrine
                          the values we hold most dear into the Constitution —
                          with liberty and justice for all.
                        popularity: 12.082
                        poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg
                        vote_average: 7.079
                        vote_count: 164
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52574daf760ee36aaa16f5b7
                        episode_count: 1
                        first_air_date: '1999-11-01'
                        genre_ids:
                          - 10763
                        id: 3167
                        media_type: tv
                        name: The Early Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Early Show
                        overview: >-
                          The Early Show is an American morning television show
                          which was broadcast by CBS from New York City from
                          1999 to 2012. The program aired live from 7 to 9 a.m.
                          Eastern Time Monday through Friday in the Eastern time
                          zone; most affiliates in the Central, Mountain, and
                          Pacific time zones aired the show on tape-delay from 7
                          to 9 a.m. local time. The Saturday edition aired live
                          from 7 to 9 a.m. Eastern Time as well, but a number of
                          affiliates did not carry it or aired it later on
                          tape-delay. It premiered on November 1, 1999, and was
                          the newest of the major networks' morning shows,
                          although CBS has made several attempts to program in
                          the morning slot since 1954. The show aired as a
                          division of CBS News.


                          The Early Show, like many of its predecessors,
                          traditionally ran last in the ratings to its rivals,
                          NBC's Today and ABC's Good Morning America. Much like
                          NBC's The Today Show and The Tonight Show, the title
                          The Early Show was analogous to that of CBS's
                          late-night talk show, The Late Show.


                          On November 15, 2011, CBS announced that a new morning
                          show would replace The Early Show on January 9, 2012.
                          CBS News chairman Jeff Fager and CBS News president
                          David Rhodes stated that the new show would "redefine
                          the morning television landscape." On December 1, it
                          was announced that the new show would be titled CBS
                          This Morning. The Early Show ended its twelve-year run
                          on January 6, 2012, to make way for the program.
                          Charlie Rose, Gayle King, and Erica Hill were named
                          anchors of the new program.
                        popularity: 13.92
                        poster_path: /iJvwr7kL0Q7BtrYC38KQ5baPw7g.jpg
                        vote_average: 5.7
                        vote_count: 7
                      - adult: false
                        backdrop_path: /sBhM4huBFPWi8XQDJhKjP2D2SG1.jpg
                        character: ''
                        credit_id: 52576eb5760ee36aaa449ab3
                        episode_count: 1
                        first_air_date: '2003-03-31'
                        genre_ids:
                          - 10764
                        id: 4535
                        media_type: tv
                        name: American Chopper
                        origin_country:
                          - US
                        original_language: en
                        original_name: American Chopper
                        overview: >-
                          Paul Teutul, Sr. and his son Paul Teutul, Jr.
                          manufacture custom chopper-style motorcycles.
                        popularity: 43.965
                        poster_path: /y4HP3SGLHeYi2TBhnXcoRRyhhJA.jpg
                        vote_average: 6.5
                        vote_count: 54
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5257858b19c29531db28c08e
                        episode_count: 1
                        first_air_date: '1973-09-27'
                        genre_ids: []
                        id: 6249
                        media_type: tv
                        name: Rock Concert
                        origin_country:
                          - US
                        original_language: en
                        original_name: Rock Concert
                        overview: >-
                          Don Kirshner's Rock Concert is an American television
                          music variety show that ran during the 1970s and early
                          1980s, created and produced by Don Kirshner and
                          syndicated to television stations. It premiered on
                          September 27, 1973, with a performance by The Rolling
                          Stones; its last episode was in 1981.
                        popularity: 10.434
                        poster_path: /4qLa3uzz90looZy0y75ilON63rI.jpg
                        vote_average: 8
                        vote_count: 2
                      - adult: false
                        backdrop_path: /vfRY6XG6gaWyc6AF3QDLn12aUer.jpg
                        character: Self
                        credit_id: 52576b20760ee36aaa3e7217
                        episode_count: 1
                        first_air_date: '1995-10-14'
                        genre_ids:
                          - 35
                        id: 4469
                        media_type: tv
                        name: MADtv
                        origin_country:
                          - US
                        original_language: en
                        original_name: MADtv
                        overview: >-
                          MADtv is an American sketch comedy television series
                          originally inspired by Mad magazine. The one-hour show
                          aired Saturday nights on Fox.
                        popularity: 20.515
                        poster_path: /4tXHrqYbETym7Def99MeXrpPyRA.jpg
                        vote_average: 6.888
                        vote_count: 116
                      - adult: false
                        backdrop_path: /mF8wqQiSNMdYHnp2D7TiL2s03DK.jpg
                        character: Self
                        credit_id: 60afa8c617792c006e1d23ac
                        episode_count: 1
                        first_air_date: '2018-08-28'
                        genre_ids:
                          - 10767
                        id: 81187
                        media_type: tv
                        name: The Shop
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Shop
                        overview: >-
                          A one-of-a-kind barbershop experience with unfiltered
                          conversation and debate from the biggest names in
                          sports and entertainment.
                        popularity: 24.571
                        poster_path: /yhISN0ewMkjqKxBQAeo2QkLFTnm.jpg
                        vote_average: 4.909
                        vote_count: 11
                      - adult: false
                        backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg
                        character: ''
                        credit_id: 5258298a760ee36aaa854083
                        episode_count: 1
                        first_air_date: '1992-06-10'
                        genre_ids: []
                        id: 13667
                        media_type: tv
                        name: MTV Movie & TV Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: MTV Movie & TV Awards
                        overview: >-
                          The annual film & TV awards show presented by MTV. The
                          nominees are decided by producers and executives at
                          MTV with winners decided online by the general public.
                        popularity: 40.864
                        poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg
                        vote_average: 7.7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /8eez6fEywKCS1ow6seT3IQK7Ylc.jpg
                        character: ''
                        credit_id: 60e9020d22e4800047adc709
                        episode_count: 1
                        first_air_date: '2003-01-26'
                        genre_ids:
                          - 10767
                          - 35
                        id: 1489
                        media_type: tv
                        name: Jimmy Kimmel Live!
                        origin_country:
                          - US
                        original_language: en
                        original_name: Jimmy Kimmel Live!
                        overview: >-
                          Jimmy Kimmel Live! is an American late-night talk
                          show, created and hosted by Jimmy Kimmel and broadcast
                          on ABC.
                        popularity: 62.291
                        poster_path: /z1CAt5BCQEmmqtkze8B1UelQzkY.jpg
                        vote_average: 5.5
                        vote_count: 160
                      - adult: false
                        backdrop_path: /be8s04cLyXXEqjBT24YPYdDSZKB.jpg
                        character: Self - Host
                        credit_id: 60cb658005a533002a24d85d
                        episode_count: 6
                        first_air_date: '2021-12-08'
                        genre_ids:
                          - 99
                        id: 127700
                        media_type: tv
                        name: Welcome to Earth
                        origin_country:
                          - US
                        original_language: en
                        original_name: Welcome to Earth
                        overview: >-
                          Will Smith whose curiosity and wonder is positively
                          infectious—is guided by National Geographic Explorers
                          traveling to different corners of the world to get up
                          close and personal with the weirdest, most unusual,
                          dangerous and thrilling spectacles of the planet.
                        popularity: 13.261
                        poster_path: /l9x6xh4KCgwMk9PYiosXXFGwI3a.jpg
                        vote_average: 7.6
                        vote_count: 416
                      - adult: false
                        backdrop_path: /fga95w01nU0UVUSHpeeNz92zv8M.jpg
                        character: Self
                        credit_id: 5258834d760ee3466140968f
                        episode_count: 5
                        first_air_date: '1953-03-19'
                        genre_ids: []
                        id: 27023
                        media_type: tv
                        name: The Oscars
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oscars
                        overview: >-
                          An annual American awards ceremony honoring cinematic
                          achievements in the film industry. The various
                          category winners are awarded a copy of a statuette,
                          officially the Academy Award of Merit, that is better
                          known by its nickname Oscar.
                        popularity: 31.744
                        poster_path: /cJAYP1aSA4ZJXj0DMhPUl2sIukU.jpg
                        vote_average: 7
                        vote_count: 65
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 52588691760ee346614740af
                        episode_count: 2
                        first_air_date: '1993-01-01'
                        genre_ids:
                          - 10763
                        id: 27511
                        media_type: tv
                        name: GMTV
                        origin_country:
                          - GB
                        original_language: en
                        original_name: GMTV
                        overview: >-
                          GMTV is the name of the national Channel 3 breakfast
                          television contractor/licensee, broadcasting in the
                          United Kingdom from 1 January 1993 to 3 September
                          2010. It became a wholly owned subsidiary of ITV plc
                          in November 2009. Shortly after, ITV plc announced the
                          programme would end. The final edition of GMTV was
                          broadcast on 3 September 2010.
                        popularity: 49.689
                        poster_path: /peQ3blnogd6YXfjqPJOwMx1yOVK.jpg
                        vote_average: 5.583
                        vote_count: 12
                      - adult: false
                        backdrop_path: /k8BfpqU2PXjg2YHZBGxWIS2efj3.jpg
                        character: ''
                        credit_id: 5258819a760ee346613ac69a
                        episode_count: 1
                        first_air_date: '1998-09-14'
                        genre_ids: []
                        id: 26834
                        media_type: tv
                        name: TRL
                        origin_country:
                          - US
                        original_language: en
                        original_name: TRL
                        overview: >-
                          Total Request Live was a television series on MTV that
                          featured popular music videos. TRL was MTV's prime
                          outlet for music videos as the network continued to
                          concentrate on reality-based programming. In addition
                          to music videos, TRL featured daily guests. The show
                          was a popular promotion tool used by musicians,
                          actors, and other celebrities to promote their newest
                          works to the show's target teen demographic.


                          TRL played the top ten most requested videos of the
                          day, as requested by viewers who voted online for
                          their favorite video. The countdown started with the
                          tenth most requested video and ended with the most
                          requested. As of October 22, 2007, TRL's countdown was
                          based on votes, charts, ringtones, download, radio
                          airplay, and streams, meaning that the most user
                          requested video might not have been the number 1
                          video. The show generally aired Monday through
                          Thursday for one hour, though the scheduling and
                          length of the show fluctuated over the years. Despite
                          the word "Live" in the title of the show, many
                          episodes were actually pre-recorded.


                          It was announced on September 15, 2008 that TRL would
                          be shut down and replaced with FNMTV. The special
                          three-hour finale aired on November 16, 2008, at 8
                          p.m.
                        popularity: 24.686
                        poster_path: /kzjtc9bdEvy3ilAlfzq16CgFtuC.jpg
                        vote_average: 5.2
                        vote_count: 14
                      - adult: false
                        backdrop_path: /lV9jwkGJC5iIYnMwq645UZ56W2.jpg
                        character: Self
                        credit_id: 525899d2760ee346615da101
                        episode_count: 1
                        first_air_date: '2009-09-14'
                        genre_ids:
                          - 10767
                        id: 30769
                        media_type: tv
                        name: Live from Studio Five
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Live from Studio Five
                        overview: >-
                          Live from Studio Five was an early-evening British
                          magazine programme which was produced by Sky News for
                          Channel 5. It was presented by Kate Walsh and a
                          line-up of other co-presenters during its run. It
                          consisted of interviews and discussing topical issues,
                          with an emphasis on showbusiness news and celebrity
                          gossip, after originally covering stories from a
                          popular news agenda. It aired its final edition on 4
                          February 2011 and was replaced by OK! TV in February
                          2011 which lasted just nine months on air before
                          itself being axed.
                        popularity: 3.07
                        poster_path: /qvcklKVYE12ZUOniclBp1t2QsKP.jpg
                        vote_average: 3.3
                        vote_count: 12
                      - adult: false
                        backdrop_path: /hw6CdkZ0NOdnkFv6cJHHRI6qt3y.jpg
                        character: Self (archive footage)
                        credit_id: 61021fa74e52ed002ea46fd0
                        episode_count: 1
                        first_air_date: '2021-03-06'
                        genre_ids:
                          - 99
                        id: 125972
                        media_type: tv
                        name: This Is Pop
                        origin_country:
                          - CA
                        original_language: en
                        original_name: This Is Pop
                        overview: >-
                          Unknown histories take center stage as the hitmakers
                          themselves - from ABBA to T-Pain - explore dimensions
                          of pop music you never knew existed.
                        popularity: 8.656
                        poster_path: /uVG8QtrKspTYGCJRKqFUa4Vyfgs.jpg
                        vote_average: 5.7
                        vote_count: 15
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: ''
                        credit_id: 53b80c670e0a2676c7007b13
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: /jR4GKwQADfOQ2twiUtTmWpsUJVi.jpg
                        character: Self
                        credit_id: 560bd01cc3a3686824005131
                        episode_count: 1
                        first_air_date: '1995-12-05'
                        genre_ids:
                          - 10764
                        id: 40605
                        media_type: tv
                        name: Die Harald Schmidt Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Harald Schmidt Show
                        overview: >-
                          The Harald Schmidt Show is a German late night talk
                          show hosted on Sky Deutschland by comedian Harald
                          Schmidt. The show first aired from 5 December 1995 to
                          23 December 2003 on Sat.1. Schmidt then moved his show
                          to Das Erste as Harald Schmidt and Schmidt & Pocher,
                          but he returned to Sat.1 on 13 September 2011. After
                          cancellation on Sat.1, the show continued on Sky
                          Deutschland in September 2012.
                        popularity: 149.454
                        poster_path: /lQcE1AzjDP5zJRUW76PMRn7ai9W.jpg
                        vote_average: 7
                        vote_count: 16
                      - adult: false
                        backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg
                        character: Self
                        credit_id: 55df5b0e92514179820000e3
                        episode_count: 1
                        first_air_date: '2006-09-24'
                        genre_ids:
                          - 35
                          - 10767
                        id: 6809
                        media_type: tv
                        name: El hormiguero
                        origin_country:
                          - ES
                        original_language: es
                        original_name: El hormiguero
                        overview: >-
                          El Hormiguero is a Spanish television program with a
                          live audience focusing on comedy, science, and
                          politics running since September 2006. It is hosted
                          and produced by screenwriter Pablo Motos. The show
                          aired on Spain's Cuatro channel from launch until June
                          2011 and is now broadcast on Antena 3. Recurring
                          guests on the show include Luis Piedrahita, Raquel
                          Martos, Marron & "The Man in Black", and puppet ants
                          Trancas and Barrancas. It has proved a ratings
                          success, and has expanded from a weekly 120-minute
                          show to a daily 40-minute show in its third season,
                          which began on September 17, 2007. The show won the
                          Entertainment prize at the 2009 Rose d'Or ceremony.
                        popularity: 125.63
                        poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg
                        vote_average: 4.9
                        vote_count: 33
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 55e8d37fc3a3682c6b00392c
                        episode_count: 2
                        first_air_date: '1981-02-14'
                        genre_ids:
                          - 18
                          - 10764
                          - 35
                          - 10767
                        id: 10918
                        media_type: tv
                        name: Wetten, dass..?
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Wetten, dass..?
                        overview: >-
                          A long-running German-language entertainment
                          television show based on the format of the British
                          show You Bet! and the American show Wanna Bet?.
                        popularity: 54.985
                        poster_path: /4i8719B3j4z5U5EI1mjw3sOjBWe.jpg
                        vote_average: 5.5
                        vote_count: 18
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 617f9318229ae2002a60fdda
                        episode_count: 6
                        first_air_date: '2021-11-08'
                        genre_ids:
                          - 99
                        id: 137684
                        media_type: tv
                        name: Best Shape of My Life
                        origin_country:
                          - US
                        original_language: en
                        original_name: Best Shape of My Life
                        overview: >-
                          Will Smith teams up with guests and undergoes a
                          fitness challenge.
                        popularity: 2.732
                        poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg
                        vote_average: 4
                        vote_count: 4
                      - adult: false
                        backdrop_path: /lgI98jt69LFv4GWj0RmOaLU69sK.jpg
                        character: Self - Guest
                        credit_id: 560001569251412aad00234c
                        episode_count: 1
                        first_air_date: '2009-01-16'
                        genre_ids:
                          - 10767
                        id: 31449
                        media_type: tv
                        name: Skavlan
                        origin_country:
                          - 'NO'
                          - SE
                        original_language: 'no'
                        original_name: Skavlan
                        overview: >-
                          Skavlan is a Norwegian-Swedish television talk show
                          hosted by Norwegian journalist Fredrik Skavlan. It
                          premiered in Sweden on Sveriges Television in January
                          2009, and the first guests to appear on the show were
                          former Prime Minister of Sweden Göran Persson and his
                          wife Anitra Steen. On 8 May 2009, it was announced
                          that Skavlan had been renewed for a second season. It
                          was also announced that the show would no longer only
                          be produced by SVT in Sweden; Skavlan would now be
                          partly produced in Norway by the Norwegian
                          Broadcasting Corporation. The first twelve episodes of
                          Skavlan's second season were produced by SVT in
                          Sweden, and the remaining twelve by NRK in Norway.


                          Skavlan speaks Norwegian and his dialog is therefore
                          subtitled in Swedish in Sweden, even though the two
                          languages are quite similar and mutually intelligible.
                          If the persons being interviewed by Skavlan are
                          Swedish, he often tells them to let him know if they
                          do not understand what he is saying. Swedish novelist
                          Jan Guillou has criticized SVT for subtitling the
                          program, stating "there is no need for that. If the
                          host had been Danish, subtitling would have been
                          necessary, but with a Norwegian host it does not make
                          any sense."
                        popularity: 617.216
                        poster_path: /aDQoVmOfYIy7iGEQno9NtxDmaDI.jpg
                        vote_average: 5
                        vote_count: 10
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: Self - Guest
                        credit_id: 61838c62e93e9500625d85fb
                        episode_count: 1
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: /ef46O4ejjL8tWo4WD84UI7DLFZW.jpg
                        character: Self
                        credit_id: 618489a23e2ec8008d1f4a7d
                        episode_count: 1
                        first_air_date: '2020-07-30'
                        genre_ids:
                          - 10767
                        id: 106727
                        media_type: tv
                        name: The Oprah Conversation
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Oprah Conversation
                        overview: >-
                          Oprah leads intimate discussions with today’s foremost
                          newsmakers, thought leaders, and masters of their
                          craft. Bringing truth and perspective to a range of
                          topics shaping our world, they reveal gripping stories
                          of human connection.
                        popularity: 12.53
                        poster_path: /fGfbY5RcLG9HyXp3zx7AsT0XDvU.jpg
                        vote_average: 8.3
                        vote_count: 3
                      - adult: false
                        backdrop_path: null
                        character: Self (archive footage)
                        credit_id: 64af19e9c490480139cfe0d7
                        episode_count: 1
                        first_air_date: '2020-09-07'
                        genre_ids:
                          - 99
                        id: 133401
                        media_type: tv
                        name: The True Story of...
                        origin_country:
                          - DE
                        original_language: de
                        original_name: The True Story of...
                        overview: ''
                        popularity: 9.528
                        poster_path: /roQeI2dldIn7eHQMyovFfhwtuHg.jpg
                        vote_average: 7.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 572b3531c3a36848010024f6
                        episode_count: 1
                        first_air_date: '1999-09-22'
                        genre_ids:
                          - 35
                        id: 4461
                        media_type: tv
                        name: Rove
                        origin_country:
                          - AU
                        original_language: en
                        original_name: Rove
                        overview: >-
                          Rove, formerly Rove Live, was an Australian television
                          variety show which premiered on the Nine Network on 22
                          September 1999, before moving to Network Ten which
                          aired the program from 2000 until November, 2009. The
                          show was hosted by comedian Rove McManus, and featured
                          an ensemble cast, who presented various segments
                          throughout the course of the show. The show won the
                          Logie Award for "Most Popular Light Entertainment
                          Program" five times.
                        popularity: 271.453
                        poster_path: /znUsPPMZndVOOxlGm6zLk6BpkFo.jpg
                        vote_average: 8
                        vote_count: 1
                      - adult: false
                        backdrop_path: /8Zm2LR8YmGMF67Oofc9FdBSw1WM.jpg
                        character: Self
                        credit_id: 61db4c05bf09d1001f79795b
                        episode_count: 1
                        first_air_date: '2018-05-07'
                        genre_ids:
                          - 10767
                        id: 83216
                        media_type: tv
                        name: Red Table Talk
                        origin_country:
                          - US
                        original_language: en
                        original_name: Red Table Talk
                        overview: >-
                          Jada Pinkett Smith, her daughter Willow, and mother
                          Adrienne – three generations of women open their home
                          for a series of candid conversations with family and
                          friends.
                        popularity: 20.341
                        poster_path: /9MFH6LriSscCg9HiGeLam78KfBV.jpg
                        vote_average: 6.4
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 62015277136545006828ae7b
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /zu2vKWoIwdLN8raXNDASmTpawi6.jpg
                        character: Self - Presenter
                        credit_id: 64ebcbeed48cee00ad4436e1
                        episode_count: 1
                        first_air_date: '1992-06-10'
                        genre_ids: []
                        id: 13667
                        media_type: tv
                        name: MTV Movie & TV Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: MTV Movie & TV Awards
                        overview: >-
                          The annual film & TV awards show presented by MTV. The
                          nominees are decided by producers and executives at
                          MTV with winners decided online by the general public.
                        popularity: 40.864
                        poster_path: /77FuUQrJVO8GcyCpfHBZOICINwm.jpg
                        vote_average: 7.7
                        vote_count: 11
                      - adult: false
                        backdrop_path: /lJSojr9b2KaddW1QI8q2bY6OXy.jpg
                        character: Self
                        credit_id: 599396299251415433007ff7
                        episode_count: 1
                        first_air_date: '2017-08-08'
                        genre_ids:
                          - 35
                        id: 72610
                        media_type: tv
                        name: 'Carpool Karaoke: The Series'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Carpool Karaoke: The Series'
                        overview: >-
                          Celebrity pairings ride along in a car together as
                          they sing tunes from their personal playlists and
                          surprise fans who don't expect to see big stars
                          belting out tunes one lane over.
                        popularity: 57.353
                        poster_path: /bA6tpDMoyQO8fRmXC8sHh7LQoqW.jpg
                        vote_average: 5.9
                        vote_count: 32
                      - adult: false
                        backdrop_path: /7zDjaT3hSNkjUDtiG1W2vOdecVB.jpg
                        character: Self
                        credit_id: 625da10987e63e0067485b66
                        episode_count: 76
                        first_air_date: '2016-09-12'
                        genre_ids:
                          - 10767
                        id: 67824
                        media_type: tv
                        name: Quotidien
                        origin_country:
                          - FR
                        original_language: fr
                        original_name: Quotidien
                        overview: >-
                          Quotidien is a French television program presented by
                          Yann Barthès and broadcast from September 12, 2016 on
                          TMC.
                        popularity: 207.682
                        poster_path: /gzJQCQPklSEuQDiM9ayAjCtCoL2.jpg
                        vote_average: 6.2
                        vote_count: 11
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self
                        credit_id: 5a3e81720e0a2620f2013280
                        episode_count: 8
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 160.438
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /cgGqcvi2Hmi7jgjtoWa0bDqixj6.jpg
                        character: Hawker
                        credit_id: 5a42f4859251411f4f059bf9
                        episode_count: 1
                        first_air_date: '1972-10-04'
                        genre_ids:
                          - 18
                        id: 18162
                        media_type: tv
                        name: ABC Afterschool Special
                        origin_country:
                          - US
                        original_language: en
                        original_name: ABC Afterschool Special
                        overview: >-
                          Dramatically presented situations, often
                          controversial, of interest to children and teenagers.
                          Several episodes were either in animated form or
                          presented as documentaries. Topics included
                          illiteracy, substance abuse and teenage pregnancy.
                        popularity: 68.237
                        poster_path: /uOx0dDmt72hjIC5gmCzxEdn8qt0.jpg
                        vote_average: 6.385
                        vote_count: 13
                      - adult: false
                        backdrop_path: /634Ie2lnbFlLMknu0mDid8vJVvT.jpg
                        character: Self
                        credit_id: 6265a1a97fcab3116983eac1
                        episode_count: 1
                        first_air_date: '2018-03-12'
                        genre_ids:
                          - 10767
                        id: 78086
                        media_type: tv
                        name: Late Night Berlin
                        origin_country: []
                        original_language: de
                        original_name: Late Night Berlin
                        overview: ''
                        popularity: 48.225
                        poster_path: /5UzINIlr6eHJtmuKpuxbJC04Zg8.jpg
                        vote_average: 5.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 6277ee6d389da100a320a8da
                        episode_count: 1
                        first_air_date: '1988-09-21'
                        genre_ids:
                          - 10767
                        id: 201558
                        media_type: tv
                        name: Yo! MTV Raps
                        origin_country:
                          - US
                        original_language: en
                        original_name: Yo! MTV Raps
                        overview: >-
                          Popular rap music videos showcased along with live
                          performances and interviews with notable rap artists.
                        popularity: 12.076
                        poster_path: /bVkwSDjUXpc5bX4YM0pTu6EeIq6.jpg
                        vote_average: 7.5
                        vote_count: 2
                      - adult: false
                        backdrop_path: /7oX1mr71ymBEJOBSDS5UZQDrhng.jpg
                        character: Self
                        credit_id: 6289aa789a643500508f1bfe
                        episode_count: 1
                        first_air_date: '2018-01-12'
                        genre_ids:
                          - 10767
                          - 35
                        id: 76178
                        media_type: tv
                        name: >-
                          My Next Guest Needs No Introduction With David
                          Letterman
                        origin_country:
                          - US
                        original_language: en
                        original_name: >-
                          My Next Guest Needs No Introduction With David
                          Letterman
                        overview: >-
                          Late-night TV legend David Letterman hosts an intimate
                          talk show featuring insightful conversations and
                          fun-filled excursions with notable figures.
                        popularity: 18.624
                        poster_path: /5dObN91CjQPUhgQoEMbpmLTtxc8.jpg
                        vote_average: 7
                        vote_count: 58
                      - adult: false
                        backdrop_path: /lX1An9AZV19BapiUbDgMyPbr0tZ.jpg
                        character: Self - Host
                        credit_id: 5a3787940e0a264cd01e82f2
                        episode_count: 10
                        first_air_date: '2018-03-26'
                        genre_ids:
                          - 99
                        id: 75782
                        media_type: tv
                        name: One Strange Rock
                        origin_country:
                          - US
                        original_language: en
                        original_name: One Strange Rock
                        overview: >-
                          A mind-bending, thrilling journey exploring the
                          fragility and wonder of planet Earth, one of the most
                          peculiar, unique places in the entire universe,
                          brought to life by the only people to have left it
                          behind – the world’s most well known and leading
                          astronauts.
                        popularity: 66.851
                        poster_path: /bLtoGQM3WhVFKtTk1h8w0lGH1n7.jpg
                        vote_average: 7.642
                        vote_count: 74
                      - adult: false
                        backdrop_path: /xl1wGwaPZInJo1JAnpKqnFozWBE.jpg
                        character: Self
                        credit_id: 659ed484d6590b014a28d774
                        episode_count: 3
                        first_air_date: '2014-02-17'
                        genre_ids:
                          - 35
                          - 10767
                        id: 59941
                        media_type: tv
                        name: The Tonight Show Starring Jimmy Fallon
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Tonight Show Starring Jimmy Fallon
                        overview: >-
                          After Jay Leno's second retirement from the program,
                          Jimmy Fallon stepped in as his permanent replacement.
                          After 42 years in Los Angeles the program was brought
                          back to New York.
                        popularity: 341.016
                        poster_path: /if7ECoH4xaYw5S8gomNIEmtwTxP.jpg
                        vote_average: 5.826
                        vote_count: 316
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5b379ebb0e0a263ff003c64b
                        episode_count: 1
                        first_air_date: '2005-11-11'
                        genre_ids:
                          - 10767
                        id: 80515
                        media_type: tv
                        name: The Reichen Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Reichen Show
                        overview: A list of celebrity interviews and sensational topics.
                        popularity: 84.345
                        poster_path: /x9fDBKqmmHHUvcaal1Tzw6iqTW.jpg
                        vote_average: 4.8
                        vote_count: 5
                      - adult: false
                        backdrop_path: /pLdOKGTe8LvtW67zyiNqU3512HB.jpg
                        character: Self - Nominee
                        credit_id: 65a4fa831fb94f00ba749a08
                        episode_count: 1
                        first_air_date: '1999-08-01'
                        genre_ids:
                          - 35
                          - 10751
                          - 10762
                        id: 43117
                        media_type: tv
                        name: Teen Choice Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Teen Choice Awards
                        overview: >-
                          The Teen Choice Awards is a teen awards show presented
                          annually by Fox. The first awards were held in 1999.
                          The program honors the year's biggest achievements in
                          music, movies, sports, television, fashion and more,
                          as voted on by teens aged 13–19. The program features
                          a number of celebrities and also musical performers.
                          The winners are awarded with authentic mini size (182
                          cm) surfboards designed with a summertime theme. The
                          ceremony has created spin-off teen awards on YouTube.
                        popularity: 2.143
                        poster_path: /3q900BNcKbe3GHga4RVxSnoiqP4.jpg
                        vote_average: 10
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 630d03f3028f14007b1e4b26
                        episode_count: 2
                        first_air_date: '1988-01-01'
                        genre_ids: []
                        id: 209121
                        media_type: tv
                        name: Smash Hits Poll Winners Party
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Smash Hits Poll Winners Party
                        overview: ''
                        popularity: 4.134
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /nmfCjVO4KsATq5idhHfGVwqfl32.jpg
                        character: Pinoak (voice)
                        credit_id: 5cac84fec3a3685bfde4a2c1
                        episode_count: 1
                        first_air_date: '1995-03-12'
                        genre_ids:
                          - 16
                        id: 10906
                        media_type: tv
                        name: 'Happily Ever After: Fairy Tales for Every Child'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Happily Ever After: Fairy Tales for Every Child'
                        overview: >-
                          Happily Ever After: Fairy Tales for Every Child is an
                          American anthology animated television series.
                        popularity: 39.168
                        poster_path: /yOfpjbdrR4bc3Q0slw3o0j8b7sE.jpg
                        vote_average: 6
                        vote_count: 10
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        character: Self
                        credit_id: 5c911b959251410ff4a643da
                        episode_count: 6
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: /6wX6105dCfRqTrwvoQgA8bGxUCo.jpg
                        character: Self - Guest
                        credit_id: 63534fdbf8e98200817b3499
                        episode_count: 3
                        first_air_date: '2007-02-22'
                        genre_ids:
                          - 35
                          - 10767
                        id: 1220
                        media_type: tv
                        name: The Graham Norton Show
                        origin_country:
                          - GB
                        original_language: en
                        original_name: The Graham Norton Show
                        overview: "Each week celebrity guests join Irish comedian\_Graham Norton to discuss what's being going on around the world that week. The guests poke fun and share their opinions on the main news stories. Graham is often joined by a band or artist to play the show out."
                        popularity: 160.438
                        poster_path: /vrbqaBXB8AALynQzpWz6JdCPEJS.jpg
                        vote_average: 7.2
                        vote_count: 252
                      - adult: false
                        backdrop_path: /7RizgNN3qH1vjDbhWrJKFoxPfrT.jpg
                        character: Self
                        credit_id: 5d25979337b3a902ce52df84
                        episode_count: 1
                        first_air_date: '2018-04-29'
                        genre_ids:
                          - 99
                          - 10765
                        id: 79003
                        media_type: tv
                        name: James Cameron's Story of Science Fiction
                        origin_country:
                          - US
                        original_language: en
                        original_name: James Cameron's Story of Science Fiction
                        overview: >-
                          Explore the evolution of sci-fi from its origins as a
                          small genre with a cult following to the blockbuster
                          pop-cultural phenomenon we know today. In each
                          episode, James Cameron introduces one of the “Big
                          Questions” that humankind has contemplated throughout
                          the ages and reaches back into sci-fi’s past to better
                          understand how our favorite films, TV shows, books,
                          and video games were born.
                        popularity: 20.484
                        poster_path: /qhanotOZnOdgmCZonug5anT0mFo.jpg
                        vote_average: 6.779
                        vote_count: 43
                      - adult: false
                        backdrop_path: /qtjkdVO28fF3fhADjaLKU7LJWtJ.jpg
                        character: Self
                        credit_id: 63828617a4af8f0097bfc9cd
                        episode_count: 1
                        first_air_date: '1998-06-08'
                        genre_ids:
                          - 10767
                        id: 9847
                        media_type: tv
                        name: The Magic Hour
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Magic Hour
                        overview: >-
                          The Magic Hour is an American talk show hosted by
                          basketball player Earvin "Magic" Johnson. The series
                          aired in syndication from June to September 1998.
                        popularity: 18.85
                        poster_path: /8UpbTCtKFIeMN0TJGLKsPkUo9jp.jpg
                        vote_average: 5
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        character: Self
                        credit_id: 5dc5e329a14e1000105a9e63
                        episode_count: 1
                        first_air_date: '1998-01-22'
                        genre_ids:
                          - 10767
                        id: 63069
                        media_type: tv
                        name: Die Johannes B. Kerner Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Die Johannes B. Kerner Show
                        overview: ''
                        popularity: 155.052
                        poster_path: null
                        vote_average: 4
                        vote_count: 1
                      - adult: false
                        backdrop_path: /gpDkx5Mog0jISp5rI7YbxQPKnCK.jpg
                        character: Self
                        credit_id: 5e27b130c68b6900143eb585
                        episode_count: 1
                        first_air_date: '2015-08-02'
                        genre_ids:
                          - 10767
                        id: 63498
                        media_type: tv
                        name: Close Up with The Hollywood Reporter
                        origin_country:
                          - US
                        original_language: en
                        original_name: Close Up with The Hollywood Reporter
                        overview: >-
                          Some of this year's most talked about talent open up
                          about the challenges and triumphs of creating
                          critically acclaimed series and performances.
                        popularity: 79.433
                        poster_path: /h7X59O3T4VWVAUzZ00LEpbwA3GP.jpg
                        vote_average: 5.735
                        vote_count: 17
                      - adult: false
                        backdrop_path: /9giQxevgoCWfSfXALGmuaXmqEq0.jpg
                        character: Self
                        credit_id: 5e4c02ad9a3c490014335361
                        episode_count: 3
                        first_air_date: '1996-07-22'
                        genre_ids:
                          - 10763
                          - 35
                        id: 2224
                        media_type: tv
                        name: The Daily Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Daily Show
                        overview: >-
                          The World's Fakest News Team tackle the biggest
                          stories in news, politics and pop culture.
                        popularity: 336.421
                        poster_path: /ixcfyK7it6FjRM36Te4OdblAq4X.jpg
                        vote_average: 6.362
                        vote_count: 538
                      - adult: false
                        backdrop_path: /iNt4CmfX70UlqFG6Ixxnhto3IOA.jpg
                        character: Self
                        credit_id: 6660ce32248b6acbb2008901
                        episode_count: 1
                        first_air_date: '2015-03-12'
                        genre_ids:
                          - 10767
                          - 35
                        id: 72649
                        media_type: tv
                        name: Hot Ones
                        origin_country:
                          - US
                        original_language: en
                        original_name: Hot Ones
                        overview: >-
                          The show with hot questions and even hotter wings
                          invites a famous guest over to eat and then interviews
                          them while they're struggling through the heat.
                        popularity: 150.496
                        poster_path: /4uudasFgKCVQFNGqfanD6wEGVS1.jpg
                        vote_average: 7.4
                        vote_count: 53
                      - adult: false
                        backdrop_path: /fE4vTc4IAneVYFvKSoSL3Th91S1.jpg
                        character: Host
                        credit_id: 5eb1f022edeb43001fca6ce1
                        episode_count: 1
                        first_air_date: '1987-01-18'
                        genre_ids: []
                        id: 23521
                        media_type: tv
                        name: Kids' Choice Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Kids' Choice Awards
                        overview: "Honoring the year's biggest in television, film, music, and sports as voted by viewers worldwide of Nickelodeon networks. Winners receive a hollow orange\_blimp\_figurine which also functions as a\_kaleidoscope."
                        popularity: 27.655
                        poster_path: /aXmN5IYM0zWtfe8MD0WNMZlHjeE.jpg
                        vote_average: 8.8
                        vote_count: 12
                      - adult: false
                        backdrop_path: /gLyYrZ34u7zcGpEPJEnwxCTGhuP.jpg
                        character: Self - Host
                        credit_id: 5f4644722da846003539ef2e
                        episode_count: 16
                        first_air_date: '2022-03-04'
                        genre_ids:
                          - 35
                          - 99
                        id: 108265
                        media_type: tv
                        name: This Joka
                        origin_country:
                          - US
                        original_language: en
                        original_name: This Joka
                        overview: >-
                          Will Smith invites a diverse lineup of comics to
                          explore the nature of comedy and its unique ability to
                          bring people together. Watch stand-up sets, intimate
                          interviews with Smith and the comics, and docu-style
                          moments backstage and around Las Vegas.
                        popularity: 3.428
                        poster_path: /syiVecxfBy6ZsTB3exCqeI1qxtX.jpg
                        vote_average: 4
                        vote_count: 3
                      - adult: false
                        backdrop_path: /43v7fFaHiDjSosdNLM1ytgXkeSe.jpg
                        character: Self - Nominee/Presenter
                        credit_id: 66c889cb31ea1508c4d81042
                        episode_count: 1
                        first_air_date: '1956-04-01'
                        genre_ids: []
                        id: 30048
                        media_type: tv
                        name: Tony Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Tony Awards
                        overview: >-
                          The Antoinette Perry Award for Excellence in Theatre,
                          more commonly known as a Tony Award, recognizes
                          achievement in live Broadway theatre. The awards are
                          presented by the American Theatre Wing and The
                          Broadway League at an annual ceremony in New York
                          City. The awards are given for Broadway productions
                          and performances, and an award is given for regional
                          theatre.
                        popularity: 211.2
                        poster_path: /6pxoHfywO6bFDOQa9bmWZ1hyKBt.jpg
                        vote_average: 4.556
                        vote_count: 9
                      - adult: false
                        backdrop_path: /3hOxwqn1P2AY0d20VVtxN2f3Lfh.jpg
                        character: Self - Guest
                        credit_id: 5f8fe8b7fed5970037491369
                        episode_count: 1
                        first_air_date: '2006-09-24'
                        genre_ids:
                          - 35
                          - 10767
                        id: 6809
                        media_type: tv
                        name: El hormiguero
                        origin_country:
                          - ES
                        original_language: es
                        original_name: El hormiguero
                        overview: >-
                          El Hormiguero is a Spanish television program with a
                          live audience focusing on comedy, science, and
                          politics running since September 2006. It is hosted
                          and produced by screenwriter Pablo Motos. The show
                          aired on Spain's Cuatro channel from launch until June
                          2011 and is now broadcast on Antena 3. Recurring
                          guests on the show include Luis Piedrahita, Raquel
                          Martos, Marron & "The Man in Black", and puppet ants
                          Trancas and Barrancas. It has proved a ratings
                          success, and has expanded from a weekly 120-minute
                          show to a daily 40-minute show in its third season,
                          which began on September 17, 2007. The show won the
                          Entertainment prize at the 2009 Rose d'Or ceremony.
                        popularity: 125.63
                        poster_path: /sc7Uy9ynFn3FLbVldF64Izi9RSD.jpg
                        vote_average: 4.9
                        vote_count: 33
                      - adult: false
                        backdrop_path: null
                        character: self - segment
                        credit_id: 66f1f34ffc009839148d52ff
                        episode_count: 1
                        first_air_date: '2004-08-02'
                        genre_ids:
                          - 10767
                        id: 20426
                        media_type: tv
                        name: Sarah Kuttner – Die Show
                        origin_country:
                          - DE
                        original_language: de
                        original_name: Sarah Kuttner – Die Show
                        overview: >-
                          Sarah Kuttner – Die Show was a German television talk
                          show that ran on VIVA and was then transferred to MTV
                          under the title Kuttner. in mid-2005. It ran from
                          August 2, 2004 to August 3, 2006.


                          Hosted by Sarah Kuttner, it was a more youthful
                          variation on the traditional late show concept with a
                          sidekick, Sven Schuhmacher, and various national as
                          well as international celebrity guests. The show also
                          featured humorous reports by Michael Wigge and
                          Caroline Korneli, its own band and musical guests
                          performing live on stage.


                          When MTV took over other German music channel VIVA in
                          2004, it was suggested, the show would be cancelled,
                          which drew massive protests from fans. It was then cut
                          from four shows per week to just two shows and later
                          transferred to MTV and renamed Kuttner. Production was
                          relocated from Cologne to Berlin.


                          MTV cancelled Kuttner. in summer 2006 due to low
                          ratings and high production costs.
                        popularity: 13.386
                        poster_path: null
                        vote_average: 7
                        vote_count: 2
                      - adult: false
                        backdrop_path: /jiSlSDL0PZsd3DeW9832lk7eBsE.jpg
                        character: Self - Nominee
                        credit_id: 67008ce4b146282f7b853a8c
                        episode_count: 2
                        first_air_date: '1944-01-20'
                        genre_ids:
                          - 10767
                        id: 71494
                        media_type: tv
                        name: Golden Globe Awards
                        origin_country:
                          - US
                        original_language: en
                        original_name: Golden Globe Awards
                        overview: >-
                          An annual awards ceremony recognizing excellence in
                          film and television, both domestic and foreign,
                          bestowed by the Hollywood Foreign Press Association.
                        popularity: 263.564
                        poster_path: /kwPQHGHTTgJ8x5KTQDB8F2T4dzC.jpg
                        vote_average: 6.8
                        vote_count: 14
                      - adult: false
                        backdrop_path: /mCZEHiyPkmsw3MDBNuiN5z85gs8.jpg
                        character: Self
                        credit_id: 6717a2726fb09e394c02a762
                        episode_count: 1
                        first_air_date: '2002-10-20'
                        genre_ids:
                          - 10767
                          - 10759
                          - 10764
                          - 35
                        id: 45
                        media_type: tv
                        name: Top Gear
                        origin_country:
                          - GB
                        original_language: en
                        original_name: Top Gear
                        overview: >-
                          This fast-paced and stunt-filled motor show tests
                          whether cars, both mundane and extraordinary, live up
                          to their manufacturers' claims. The long-running show
                          travels to locations around the world, performing
                          extreme stunts and challenges to see what the featured
                          cars are capable of doing. The current hosts are Paddy
                          Mcguinness, Chris Harris and Andrew "Freddie"
                          Flintoff.
                        popularity: 138.658
                        poster_path: /aqM6QnuhSXzjHlKbXyKUqxaGiWu.jpg
                        vote_average: 7.5
                        vote_count: 751
                      - adult: false
                        backdrop_path: /riAGbIUpWdLJckBdI8McejwqLG5.jpg
                        character: Self
                        credit_id: 675f6cb6204f3b5b48304f55
                        episode_count: 1
                        first_air_date: '2014-12-21'
                        genre_ids:
                          - 10767
                        id: 105197
                        media_type: tv
                        name: 'Variety Studio: Actors on Actors'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Variety Studio: Actors on Actors'
                        overview: >-
                          PBS SoCal and Variety take you inside the biggest
                          movies and TV shows of the past year through candid
                          conversations with today's hottest actors. Hosted by
                          Variety Film Awards Editor Clayton Davis and Variety
                          Chief Correspondent Elizabeth Wagmeister, each episode
                          brings together pairs of actors engaging in intimate
                          one-on-one discussions about their craft and work.
                        popularity: 115.99
                        poster_path: /pgWZXYG0gTKkwRH9pTxoscFmq4H.jpg
                        vote_average: 4.4
                        vote_count: 7
                    crew:
                      - adult: false
                        backdrop_path: /5jhG1lTgV0MS6tDkBMQSSitttTT.jpg
                        credit_id: 52fe42f3c3a36847f802f1bd
                        department: Production
                        genre_ids:
                          - 18
                        id: 1402
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Pursuit of Happyness
                        overview: >-
                          A struggling salesman takes custody of his son as he's
                          poised to begin a life-changing professional career.
                        popularity: 65.281
                        poster_path: /lBYOKAMcxIvuk9s9hMuecB9dPBV.jpg
                        release_date: '2006-12-14'
                        title: The Pursuit of Happyness
                        video: false
                        vote_average: 7.9
                        vote_count: 9888
                      - adult: false
                        backdrop_path: /mDu3nkdjzkJ9loy3QyppGcLjaI7.jpg
                        credit_id: 52fe44259251416c7502a667
                        department: Production
                        genre_ids:
                          - 18
                        id: 11321
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Seven Pounds
                        overview: >-
                          An IRS agent with a fateful secret embarks on an
                          extraordinary journey of redemption by forever
                          changing the lives of seven strangers.
                        popularity: 22.971
                        poster_path: /85zUipgVy2QbvAJ6djZXYaGckMv.jpg
                        release_date: '2008-12-18'
                        title: Seven Pounds
                        video: false
                        vote_average: 7.609
                        vote_count: 6773
                      - adult: false
                        backdrop_path: /4fU2ddunguMjxWK0oWdUfKES9Qo.jpg
                        credit_id: 52fe4426c3a36847f80853b9
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                        id: 5851
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Showtime
                        overview: >-
                          A spoof of buddy cop movies where two very different
                          cops are forced to team up on a new reality based T.V.
                          cop show.
                        popularity: 10.537
                        poster_path: /8sIooUxXZo2blCVuAYbL2wkdUfD.jpg
                        release_date: '2002-03-14'
                        title: Showtime
                        video: false
                        vote_average: 5.5
                        vote_count: 969
                      - adult: false
                        backdrop_path: /wPfi6nAWgHlRzGBIwEueLUzsJW1.jpg
                        credit_id: 52fe44adc3a36847f80a3c2f
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10749
                        id: 8488
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hitch
                        overview: >-
                          Dating coach Alex 'Hitch' Hitchens mentors a bumbling
                          client, Albert, who hopes to win the heart of the
                          glamorous Allegra Cole. While Albert makes progress,
                          Hitch faces his own romantic setbacks when proven
                          techniques fail to work on Sara Melas, a tabloid
                          reporter digging for dirt on Allegra Cole's love life.
                          When Sara discovers Hitch's connection to Albert – now
                          Allegra's boyfriend – it threatens to destroy both
                          relationships.
                        popularity: 34.865
                        poster_path: /x3W9H3nhGQbWSlyI8Amp2F6Z6cz.jpg
                        release_date: '2005-02-11'
                        title: Hitch
                        video: false
                        vote_average: 6.564
                        vote_count: 5779
                      - adult: false
                        backdrop_path: null
                        credit_id: 6222a8fee1ad79006b76aeac
                        department: Production
                        genre_ids:
                          - 878
                          - 53
                        id: 945956
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: I Am Legend 2
                        overview: A sequel to the 2007 film I Am Legend.
                        popularity: 23.965
                        poster_path: /hVe0x4ehQh6MfD4l9OW6h8aw111.jpg
                        release_date: ''
                        title: I Am Legend 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /qndvrOXGyoOxkhc12SqfLi9Hr31.jpg
                        credit_id: 52fe44cbc3a36847f80aa59d
                        department: Production
                        genre_ids:
                          - 14
                          - 28
                        id: 8960
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hancock
                        overview: >-
                          Hancock is a down-and-out superhero who's forced to
                          employ a PR expert to help repair his image when the
                          public grows weary of all the damage he's inflicted
                          during his lifesaving heroics. The agent's idea of
                          imprisoning the antihero to make the world miss him
                          proves successful, but will Hancock stick to his new
                          sense of purpose or slip back into old habits?
                        popularity: 38.95
                        poster_path: /7DyuV2G0hLEqHeueDfOqhZ2DVut.jpg
                        release_date: '2008-07-01'
                        title: Hancock
                        video: false
                        vote_average: 6.347
                        vote_count: 9589
                      - adult: false
                        backdrop_path: /6WfnLguRcpYQlJ6Wkx5CO7c8LpV.jpg
                        credit_id: 52fe45559251416c75052eff
                        department: Production
                        genre_ids:
                          - 18
                          - 80
                          - 53
                        id: 13279
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Lakeview Terrace
                        overview: >-
                          A young interracial couple has just moved into their
                          California dream home when they become the target of
                          their next-door neighbor, who disapproves of their
                          relationship. A tightly wound LAPD officer has
                          appointed himself the watchdog of the neighborhood.
                          His nightly foot patrols and overly watchful eyes
                          bring comfort to some, but he becomes increasingly
                          aggressive to the newlyweds. These persistent
                          intrusions into their lives cause the couple to fight
                          back.
                        popularity: 13.14
                        poster_path: /2ThsS74hopBz0RveLgOWiwrMfE8.jpg
                        release_date: '2008-09-19'
                        title: Lakeview Terrace
                        video: false
                        vote_average: 5.966
                        vote_count: 1038
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        credit_id: 52fe486f9251416c9108c607
                        department: Writing
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        job: Story
                        media_type: movie
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: /958IEMxVqU3FFOdZll3PcFLoyef.jpg
                        credit_id: 52fe486f9251416c9108c5d7
                        department: Production
                        genre_ids:
                          - 878
                          - 28
                          - 12
                        id: 82700
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: After Earth
                        overview: >-
                          One thousand years after cataclysmic events forced
                          humanity's escape from Earth, Nova Prime has become
                          mankind's new home. Legendary General Cypher Raige
                          returns from an extended tour of duty to his estranged
                          family, ready to be a father to his 13-year-old son,
                          Kitai. When an asteroid storm damages Cypher and
                          Kitai's craft, they crash-land on a now unfamiliar and
                          dangerous Earth. As his father lies dying in the
                          cockpit, Kitai must trek across the hostile terrain to
                          recover their rescue beacon. His whole life, Kitai has
                          wanted nothing more than to be a soldier like his
                          father. Today, he gets his chance.
                        popularity: 29.428
                        poster_path: /iXMvYIlzzJBs352CfeiQcBvovZt.jpg
                        release_date: '2013-05-30'
                        title: After Earth
                        video: false
                        vote_average: 5.187
                        vote_count: 6536
                      - adult: false
                        backdrop_path: /88J6waYVTta8Qz3iX3qUeWNA5d5.jpg
                        credit_id: 60f5c52d12c6040074471dd5
                        department: Production
                        genre_ids:
                          - 18
                          - 10749
                        id: 447362
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Life in a Year
                        overview: >-
                          A 17 year old finds out that his girlfriend is dying,
                          so he sets out to give her an entire life, in the last
                          year she has left.
                        popularity: 40.357
                        poster_path: /bP7u19opmHXYeTCUwGjlLldmUMc.jpg
                        release_date: '2020-11-27'
                        title: Life in a Year
                        video: false
                        vote_average: 8.25
                        vote_count: 1879
                      - adult: false
                        backdrop_path: /j3snmrxqxT60FrH1Z8i54fGnHZJ.jpg
                        credit_id: 52fe4d3c9251416c9110f435
                        department: Production
                        genre_ids:
                          - 35
                          - 18
                          - 10751
                        id: 196867
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Annie
                        overview: >-
                          Annie is a young, happy foster kid who's also tough
                          enough to make her way on the streets of New York in
                          2014. Originally left by her parents as a baby with
                          the promise that they'd be back for her someday, it's
                          been a hard knock life ever since with her mean foster
                          mom Miss Hannigan. But everything's about to change
                          when the hard-nosed tycoon and New York mayoral
                          candidate Will Stacks—advised by his brilliant VP and
                          his shrewd and scheming campaign advisor—makes a
                          thinly-veiled campaign move and takes her in. Stacks
                          believes he's her guardian angel, but Annie's
                          self-assured nature and bright,
                          sun-will-come-out-tomorrow outlook on life just might
                          mean it's the other way around.
                        popularity: 40.306
                        poster_path: /aKAM9V0izx4VhsdyAdBvAB26UCZ.jpg
                        release_date: '2014-12-18'
                        title: Annie
                        video: false
                        vote_average: 6.2
                        vote_count: 1275
                      - adult: false
                        backdrop_path: /7EazpcvoCfNZZysgljUAkQCBvW.jpg
                        credit_id: 61018a1b0a517c0027ad407c
                        department: Production
                        genre_ids:
                          - 18
                          - 36
                        id: 614917
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: King Richard
                        overview: >-
                          The story of how Richard Williams served as a coach to
                          his daughters Venus and Serena, who will soon become
                          two of the most legendary tennis players in history.
                        popularity: 23.53
                        poster_path: /2dfujXrxePtYJPiPHj1HkAFQvpu.jpg
                        release_date: '2021-11-18'
                        title: King Richard
                        video: false
                        vote_average: 7.649
                        vote_count: 2497
                      - adult: false
                        backdrop_path: /jpFcZH2eyh6gcoxCa637TrGe4bT.jpg
                        credit_id: 556f829fc3a3681073000a9d
                        department: Production
                        genre_ids:
                          - 28
                          - 878
                        id: 2048
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: I, Robot
                        overview: >-
                          In 2035, where robots are commonplace and abide by the
                          three laws of robotics, a technophobic cop
                          investigates an apparent suicide. Suspecting that a
                          robot may be responsible for the death, his
                          investigation leads him to believe that humanity may
                          be in danger.
                        popularity: 43.332
                        poster_path: /efwv6F2lGaghjPpBRSINHtoEiZB.jpg
                        release_date: '2004-07-15'
                        title: I, Robot
                        video: false
                        vote_average: 6.953
                        vote_count: 11797
                      - adult: false
                        backdrop_path: /3CcO4QdasRCitq2dczOpx7CXgLM.jpg
                        credit_id: 5647cc689251413acc004e90
                        department: Production
                        genre_ids:
                          - 10751
                          - 12
                          - 18
                        id: 12837
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Secret Life of Bees
                        overview: >-
                          Set in South Carolina in 1964, this is the tale of
                          Lily Owens a 14 year-old girl who is haunted by the
                          memory of her late mother. To escape her lonely life
                          and troubled relationship with her father, Lily flees
                          with Rosaleen, her caregiver and only friend, to a
                          South Carolina town that holds the secret to her
                          mother's past.
                        popularity: 20.915
                        poster_path: /m1LGEeoYfc6crbfG8WmTKg9SVqL.jpg
                        release_date: '2008-09-17'
                        title: The Secret Life of Bees
                        video: false
                        vote_average: 7.5
                        vote_count: 508
                      - adult: false
                        backdrop_path: /mRRpXyjsuj314rqHbQEHlvhoO49.jpg
                        credit_id: 56775821c3a3681683007059
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                          - 10749
                        id: 59962
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: This Means War
                        overview: >-
                          Two top CIA operatives wage an epic battle against one
                          another after they discover they are dating the same
                          woman.
                        popularity: 19.462
                        poster_path: /7d1hwECRc1NZlGfAeYE42ki7Fem.jpg
                        release_date: '2012-02-14'
                        title: This Means War
                        video: false
                        vote_average: 6.2
                        vote_count: 3375
                      - adult: false
                        backdrop_path: /v8DepuF6gizphLzIyNZeQiB0hij.jpg
                        credit_id: 5668c520c3a36836a600422e
                        department: Production
                        genre_ids:
                          - 28
                          - 12
                          - 18
                          - 10751
                        id: 38575
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Karate Kid
                        overview: >-
                          Twelve-year-old Dre Parker could have been the most
                          popular kid in Detroit, but his mother's latest career
                          move has landed him in China. Dre immediately falls
                          for his classmate Mei Ying but the cultural
                          differences make such a friendship impossible. Even
                          worse, Dre's feelings make him an enemy of the class
                          bully, Cheng. With no friends in a strange land, Dre
                          has nowhere to turn but maintenance man Mr. Han, who
                          is a kung fu master. As Han teaches Dre that kung fu
                          is not about punches and parries, but maturity and
                          calm, Dre realizes that facing down the bullies will
                          be the fight of his life.
                        popularity: 89.462
                        poster_path: /qV8xTWfknTOSErSa0b9Iay2QztS.jpg
                        release_date: '2010-06-10'
                        title: The Karate Kid
                        video: false
                        vote_average: 6.536
                        vote_count: 6008
                      - adult: false
                        backdrop_path: /piT1WWJlC0ebUVpAWI1SBwg2Vdq.jpg
                        credit_id: 5686e2ddc3a3683628008212
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                          - 18
                        id: 19316
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Saving Face
                        overview: >-
                          A Chinese-American lesbian and her traditionalist
                          mother are reluctant to go public with secret loves
                          that clash against cultural expectations.
                        popularity: 12.765
                        poster_path: /7XbbgkKi4nEMOu9iwiANXpjKKhe.jpg
                        release_date: '2004-09-12'
                        title: Saving Face
                        video: false
                        vote_average: 7.3
                        vote_count: 218
                      - adult: false
                        backdrop_path: /tncbMvfV0V07UZozXdBEq4Wu9HH.jpg
                        credit_id: 63d95504955c65007bab880f
                        department: Production
                        genre_ids:
                          - 28
                          - 35
                          - 80
                          - 53
                          - 12
                        id: 573435
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: 'Bad Boys: Ride or Die'
                        overview: >-
                          After their late former Captain is framed, Lowrey and
                          Burnett try to clear his name, only to end up on the
                          run themselves.
                        popularity: 394.83
                        poster_path: /oGythE98MYleE6mZlGs5oBGkux1.jpg
                        release_date: '2024-06-05'
                        title: 'Bad Boys: Ride or Die'
                        video: false
                        vote_average: 7.5
                        vote_count: 2548
                      - adult: false
                        backdrop_path: null
                        credit_id: 63f780f3d1ca2a008600228c
                        department: Production
                        genre_ids:
                          - 16
                        id: 1090671
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Onyeka and the Academy of the Sun
                        overview: >-
                          A teenager learns she has powers and travels to
                          Nigeria to learn more about her origins, where she
                          discovers a threat to her newfound magical community.
                        popularity: 1.323
                        poster_path: null
                        release_date: ''
                        title: Onyeka and the Academy of the Sun
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /15Hy6qCCTSlDKp9VbVAC1jKfH8e.jpg
                        credit_id: 58decf8ec3a3683d4600048b
                        department: Production
                        genre_ids:
                          - 35
                          - 10749
                        id: 50220
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Seat Filler
                        overview: >-
                          Derrick is a struggling law student who takes a job as
                          an awards show seat filler to make ends meet. One day,
                          he is seated next to the beautiful pop superstar
                          Jhnelle, who mistakes him for a well-known industry
                          executive. With an instant chemistry, the unlikely
                          pair begin to date.
                        popularity: 3.446
                        poster_path: /iwSnXkciG5ogTRhbTeXzqolpSkK.jpg
                        release_date: '2004-08-05'
                        title: The Seat Filler
                        video: false
                        vote_average: 4.3
                        vote_count: 15
                      - adult: false
                        backdrop_path: /mGs03iJbrh3FTFiCqMM3G8Folmq.jpg
                        credit_id: 58decefb9251415e7f00047e
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                          - 9648
                        id: 13960
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: ATL
                        overview: >-
                          As four friends prepare for life after high school,
                          different challenges bring about turning points in
                          each of their lives. The dramas unfold and resolve at
                          their local rollerskating rink, Cascade.
                        popularity: 9.618
                        poster_path: /wi9VRukGburXfDwDKqcQQdgFK5S.jpg
                        release_date: '2006-03-31'
                        title: ATL
                        video: false
                        vote_average: 6.9
                        vote_count: 151
                      - adult: false
                        backdrop_path: /pRPWczd6IFWNjfWHbUJNLQmhCU7.jpg
                        credit_id: 58decf489251415e360004d7
                        department: Production
                        genre_ids:
                          - 18
                        id: 22633
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: The Human Contract
                        overview: >-
                          A free-spirited woman leads a businessman down a path
                          of reckless abandon.
                        popularity: 10.781
                        poster_path: /fGzk7eIGscDHzTaIRrIUDdece7Z.jpg
                        release_date: '2008-09-12'
                        title: The Human Contract
                        video: false
                        vote_average: 4.5
                        vote_count: 53
                      - adult: false
                        backdrop_path: null
                        credit_id: 64077376de11e500f0a4fd72
                        department: Production
                        genre_ids:
                          - 18
                          - 53
                        id: 1096655
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Da Understudy
                        overview: >-
                          Life imitates art when the understudy of a Broadway
                          production finds a role he’s willing to kill for.
                        popularity: 0.515
                        poster_path: null
                        release_date: ''
                        title: Da Understudy
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 661eb6ddd75bd6014930d65b
                        department: Production
                        genre_ids: []
                        id: 1275325
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Clean Air
                        overview: >-
                          Ambitious sports agent Lyla loses her superstar client
                          before the start of NASCAR's season and decides to
                          take a chance on a rebellious female dirt track racer,
                          17-year-old Piper Kyte.
                        popularity: 0.316
                        poster_path: null
                        release_date: ''
                        title: Clean Air
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 665d7ee57c431fc42b491ba6
                        department: Production
                        genre_ids:
                          - 35
                        id: 734184
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Planes, Trains and Automobiles
                        overview: >-
                          Remake of the 1987 comedy about a pair of unlikely
                          travel companions trying to make their destinations in
                          time for the Holiday weekend.
                        popularity: 1.509
                        poster_path: null
                        release_date: ''
                        title: Planes, Trains and Automobiles
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6671ee0b56d4e5c9b1353ee1
                        department: Production
                        genre_ids:
                          - 878
                          - 53
                        id: 693390
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Resistor
                        overview: >-
                          Physicist Jon Grady and his team discover a device
                          that can reflect gravity — a triumph that will
                          revolutionize the field of physics and change the
                          future. But instead of acclaim, Grady's lab is locked
                          down by a covert organization known as the Bureau of
                          Technology Control. When Grady refuses to join the
                          BTC, he's thrown into a nightmarish high-tech prison
                          housing other doomed rebel intellects.
                        popularity: 1.87
                        poster_path: null
                        release_date: ''
                        title: Resistor
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5b362310c3a3685320027c1e
                        department: Production
                        genre_ids:
                          - 14
                          - 28
                        id: 475387
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Hancock 2
                        overview: ''
                        popularity: 9.235
                        poster_path: /h7a8FhIB5U65H2qcIhShauvxJ2Q.jpg
                        release_date: ''
                        title: Hancock 2
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 64a95e736a344800c9fa77f1
                        department: Production
                        genre_ids:
                          - 18
                          - 35
                        id: 1149524
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Blind Ref
                        overview: A blind man struggles to become a basketball referee.
                        popularity: 1.267
                        poster_path: /8MA2bDjjImTOIodv9Lyr687PTha.jpg
                        release_date: '2013-06-06'
                        title: Blind Ref
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5cdf69280e0a264718c9bba2
                        department: Production
                        genre_ids:
                          - 10402
                        id: 603038
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Romeo and Juliet
                        overview: >-
                          A contemporary musical take on William Shakespeare's
                          tragedy set against the urban rhythms of New York. The
                          love story follows a young waitress from the streets
                          of Brooklyn and an aspiring musician from a wealthy
                          family whose unconventional romance forces them to
                          confront their life choices.
                        popularity: 1.175
                        poster_path: null
                        release_date: ''
                        title: Romeo and Juliet
                        video: false
                        vote_average: 10
                        vote_count: 1
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d44ef2c0f2fbd766bed1d3c
                        department: Production
                        genre_ids:
                          - 35
                        id: 620275
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Uptown Saturday Night
                        overview: >-
                          A comedy centered around two friends,their night at an
                          illegal club,a misplaced wallet,and a winning lottery
                          ticket.
                        popularity: 0.652
                        poster_path: null
                        release_date: ''
                        title: Uptown Saturday Night
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 5d73f86e209f185340fb281c
                        department: Production
                        genre_ids:
                          - 878
                        id: 629423
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Brilliance
                        overview: >-
                          In the future, non-neurotypical people — demonized by
                          society as “twists” or “abnorms” — are threatening the
                          status quo of the “normal” population with their
                          unique gifts. They are officially labeled as
                          “Brilliants” and are carefully tracked by the
                          government.
                        popularity: 1.203
                        poster_path: null
                        release_date: ''
                        title: Brilliance
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /4FbTBvNO3VTFbFFghipK7Jqz7I6.jpg
                        credit_id: 5df670730d1e7f0015721014
                        department: Production
                        genre_ids:
                          - 18
                        id: 552532
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Charm City Kings
                        overview: >-
                          Mouse desperately wants to join The Midnight Clique,
                          the infamous Baltimore dirt bike riders who rule the
                          summertime streets. When Midnight’s leader, Blax,
                          takes 14-year-old Mouse under his wing, Mouse soon
                          finds himself torn between the straight-and-narrow and
                          a road filled with fast money and violence.
                        popularity: 22.854
                        poster_path: /8oiMFMarbRpcusASIX4cjVXoZKI.jpg
                        release_date: '2020-01-27'
                        title: Charm City Kings
                        video: false
                        vote_average: 7.835
                        vote_count: 471
                      - adult: false
                        backdrop_path: /alcBeDMSAetOaCFyQ76178fJqda.jpg
                        credit_id: 5e5188cef48b3400136ed84e
                        department: Production
                        genre_ids:
                          - 99
                        id: 121983
                        job: Executive Producer
                        media_type: movie
                        original_language: en
                        original_title: Free Angela and All Political Prisoners
                        overview: >-
                          FREE ANGELA is a feature-length documentary about
                          Angela Davis and the high stakes crime, political
                          movement, and trial that catapults the 26 year-old
                          newly appointed philosophy professor at the University
                          of California at Los Angeles into a seventies
                          revolutionary political icon.  Nearly forty years
                          later, and for the first time, Angela Davis speaks
                          frankly about the actions that branded her as a
                          terrorist and simultaneously spurred a worldwide
                          political movement for her freedom.
                        popularity: 2.506
                        poster_path: /k7ZKZDIoYPnDEpxtkLqSzjW9Wgs.jpg
                        release_date: '2012-09-09'
                        title: Free Angela and All Political Prisoners
                        video: false
                        vote_average: 7.1
                        vote_count: 27
                      - adult: false
                        backdrop_path: /eAIHqfS3kXm7kZl4j7ZBfdegyEz.jpg
                        credit_id: 5eef9bfd568463003301bafd
                        department: Production
                        genre_ids:
                          - 53
                          - 28
                          - 80
                        id: 38700
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Bad Boys for Life
                        overview: >-
                          Marcus and Mike are forced to confront new threats,
                          career changes, and midlife crises as they join the
                          newly created elite team AMMO of the Miami police
                          department to take down the ruthless Armando Armas,
                          the vicious leader of a Miami drug cartel.
                        popularity: 81.514
                        poster_path: /y95lQLnuNKdPAzw9F9Ab8kJ80c3.jpg
                        release_date: '2020-01-15'
                        title: Bad Boys for Life
                        video: false
                        vote_average: 7.139
                        vote_count: 8290
                      - adult: false
                        backdrop_path: /9GcSC43iof4nIdxoVIo2Xzd0nxM.jpg
                        credit_id: 5eee06639661fc00375d7f72
                        department: Production
                        genre_ids:
                          - 18
                          - 10752
                          - 36
                        id: 715931
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Emancipation
                        overview: >-
                          Inspired by the gripping true story of a man who would
                          do anything for his family—and for freedom. When
                          Peter, an enslaved man, risks his life to escape and
                          return to his family, he embarks on a perilous journey
                          of love and endurance.
                        popularity: 23.242
                        poster_path: /s9sUK1vAaOcxJfKzNTszrNkPhkH.jpg
                        release_date: '2022-12-02'
                        title: Emancipation
                        video: false
                        vote_average: 7.8
                        vote_count: 1130
                      - adult: false
                        backdrop_path: null
                        credit_id: 601e26cb0929f6003ea8d238
                        department: Production
                        genre_ids:
                          - 28
                          - 53
                        id: 698261
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Fast and Loose
                        overview: >-
                          A man who wakes up in Tijuana after being left for
                          dead with absolutely no memory. As he follows a string
                          of clues to uncover his identity, he discovers that
                          he’s been living two different lives: one as a
                          super-successful crime kingpin, surrounded by
                          beautiful women, expensive toys and a lavish
                          lifestyle, and the other as an undercover CIA agent,
                          but with a puny salary, no family or home life
                          whatsoever and zero trappings of success. The problem
                          is, he can’t remember which of these two personas is
                          his true identity.
                        popularity: 1.465
                        poster_path: null
                        release_date: ''
                        title: Fast and Loose
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 66d8af138f73fe939d1abb9d
                        department: Production
                        genre_ids: []
                        id: 1244949
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Sugar Bandits
                        overview: >-
                          Based on the Chuck Hogan book “Devils in Exile,” the
                          thriller centres on an Iraq War veteran who teams up
                          with a crew of fellow vets to target the drug trade in
                          Boston.
                        popularity: 0.936
                        poster_path: null
                        release_date: ''
                        title: Sugar Bandits
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 66ec5f173d29e1389646c456
                        department: Production
                        genre_ids: []
                        id: 1358854
                        job: Producer
                        media_type: movie
                        original_language: en
                        original_title: Untitled Queen Latifah Biopic
                        overview: >-
                          A Hip Hop biopic about the rise of the iconic artist,
                          Queen Latifah.
                        popularity: 1.682
                        poster_path: null
                        release_date: ''
                        title: Untitled Queen Latifah Biopic
                        video: false
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 52570ce219c29571140186c5
                        department: Directing
                        episode_count: 1
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Director
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /xACZqtfxTYftZvB70ZnZtAjq820.jpg
                        credit_id: 52582d72760ee36aaa8a5e32
                        department: Production
                        episode_count: 2
                        first_air_date: '2000-02-05'
                        genre_ids: []
                        id: 13992
                        job: Producer
                        media_type: tv
                        name: The Queen Latifah Show
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Queen Latifah Show
                        overview: >-
                          The First iteration (1999-2001) was described as the
                          "Dear Abby for the Hip-Hop Generation", with the
                          series covering various topics and including
                          interviews with celebrities and non-celebrities alike.
                          The Second iteration (2013-2015) featured celebrity
                          interviews, human interest stories, musical
                          performances, and Queen Latifah's take on pop culture
                          news. Latifah also ventured into communities across
                          the country to share compelling stories, celebrate
                          individuals who give back to their communities and
                          delivers life-changing surprises.


                          Previously, a talk show with the exact same title
                          aired from 1999 to 2001; however, the second iteration
                          is not a revival of this older syndicated television
                          production. Telepictures (1999-2001) / Sony Pictures
                          Television (2013-205) with Flavor Unit and Overbrook.
                        popularity: 7.841
                        poster_path: /cGFOMyTM4DRXeBVCRUV8EGnJ8iq.jpg
                        vote_average: 3.5
                        vote_count: 4
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 5867ea6bc3a3680f580008c8
                        department: Production
                        episode_count: 24
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Executive Producer
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 58719074925141356900f793
                        department: Writing
                        episode_count: 1
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Story
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 5caf4a9e9251412fb0221bd1
                        department: Production
                        episode_count: 88
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Executive Producer
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        credit_id: 5d386e7703fa9e0012858ff7
                        department: Directing
                        episode_count: 6
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        job: Director
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg
                        credit_id: 5f0c1aac93db9200344c46a6
                        department: Production
                        episode_count: 30
                        first_air_date: '2018-05-02'
                        genre_ids:
                          - 10759
                          - 18
                          - 35
                        id: 77169
                        job: Executive Producer
                        media_type: tv
                        name: Cobra Kai
                        origin_country:
                          - US
                        original_language: en
                        original_name: Cobra Kai
                        overview: >-
                          This Karate Kid sequel series picks up 30 years after
                          the events of the 1984 All Valley Karate Tournament
                          and finds Johnny Lawrence on the hunt for redemption
                          by reopening the infamous Cobra Kai karate dojo. This
                          reignites his old rivalry with the successful Daniel
                          LaRusso, who has been working to maintain the balance
                          in his life without mentor Mr. Miyagi.
                        popularity: 587.088
                        poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg
                        vote_average: 8.209
                        vote_count: 6366
                      - adult: false
                        backdrop_path: /zHdQ6yaqDf3OQO5uhr0auAgwK6O.jpg
                        credit_id: 5f57f633197de400395b5258
                        department: Production
                        episode_count: 30
                        first_air_date: '2022-02-13'
                        genre_ids:
                          - 18
                        id: 107365
                        job: Executive Producer
                        media_type: tv
                        name: Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: Bel-Air
                        overview: >-
                          The journey of a book smart teen whose life is forever
                          transformed when he moves from the streets of west
                          Philadelphia to live with his relatives in one of LA’s
                          wealthiest suburbs.
                        popularity: 51.067
                        poster_path: /j8tbXWXrL15RucA6H4khq87dEXa.jpg
                        vote_average: 7.9
                        vote_count: 222
                      - adult: false
                        backdrop_path: /lfedcBcQRHFtvIlePwLaZvvJHHl.jpg
                        credit_id: 5f7fd1e9d11e0e0037c2e90e
                        department: Production
                        episode_count: 6
                        first_air_date: '2022-01-06'
                        genre_ids:
                          - 18
                        id: 111263
                        job: Executive Producer
                        media_type: tv
                        name: Women of the Movement
                        origin_country:
                          - US
                        original_language: en
                        original_name: Women of the Movement
                        overview: >-
                          A limited series focusing on Mamie Till Mobley, who
                          devoted her life to seeking justice for her son Emmett
                          Till following his brutal murder in the Jim Crow
                          South.
                        popularity: 10.619
                        poster_path: /pL9prhQYEPKoNOniVJcJjEaozdY.jpg
                        vote_average: 7.5
                        vote_count: 12
                      - adult: false
                        backdrop_path: /dVTyx2n13PvEG44iH40DdaNym2A.jpg
                        credit_id: 606ddcf43c887d004093ed2a
                        department: Production
                        episode_count: 6
                        first_air_date: '2021-02-17'
                        genre_ids:
                          - 99
                          - 10763
                          - 10768
                        id: 118043
                        job: Executive Producer
                        media_type: tv
                        name: 'Amend: The Fight for America'
                        origin_country:
                          - US
                        original_language: en
                        original_name: 'Amend: The Fight for America'
                        overview: >-
                          When the United States of America was founded, the
                          ideals of freedom and equality did not apply to all
                          people. These are the stories of the brave Americans
                          who fought to right the nation’s wrongs and enshrine
                          the values we hold most dear into the Constitution —
                          with liberty and justice for all.
                        popularity: 12.082
                        poster_path: /uCl6jrNAfLyxuXYHQ24ioRKvoO3.jpg
                        vote_average: 7.079
                        vote_count: 164
                      - adult: false
                        backdrop_path: /eAvMLFaY0GpgqkcdiAsjzxbK0C9.jpg
                        credit_id: 619bcf8ee2ff32006595e8aa
                        department: Production
                        episode_count: 3
                        first_air_date: '2022-02-19'
                        genre_ids:
                          - 10764
                          - 10767
                        id: 138763
                        job: Producer
                        media_type: tv
                        name: Off Thee Leash
                        origin_country:
                          - US
                        original_language: en
                        original_name: Off Thee Leash
                        overview: >-
                          Who let the dogs out? Megan Thee Stallion, and she's
                          teaming up with Snapchat for a new pet series called
                          Off Thee Leash.
                        popularity: 1.516
                        poster_path: /oxtDZZnMRlmWriiE2pQWWoHO8VV.jpg
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6201548c1e92256135a14a02
                        department: Production
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        job: Producer
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: null
                        credit_id: 6201549100508a00deda9fb3
                        department: Production
                        episode_count: 1
                        first_air_date: ''
                        genre_ids:
                          - 99
                        id: 157194
                        job: Executive Producer
                        media_type: tv
                        name: Pole to Pole
                        origin_country:
                          - US
                        original_language: en
                        original_name: Pole to Pole
                        overview: >-
                          A series that will see the King Richard star cover
                          26,000 miles from the South Pole to the North Pole. It
                          comes from Smith’s Westbrook Studios, Jane Root’s
                          Nutopia and Aronofsky’s Protoza.
                        popularity: 1.63
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mQJVtl7SYjNLwjsUZZsITmAxtdU.jpg
                        credit_id: 631c9b3cd399e6008485baff
                        department: Production
                        episode_count: 50
                        first_air_date: '2018-05-02'
                        genre_ids:
                          - 10759
                          - 18
                          - 35
                        id: 77169
                        job: Producer
                        media_type: tv
                        name: Cobra Kai
                        origin_country:
                          - US
                        original_language: en
                        original_name: Cobra Kai
                        overview: >-
                          This Karate Kid sequel series picks up 30 years after
                          the events of the 1984 All Valley Karate Tournament
                          and finds Johnny Lawrence on the hunt for redemption
                          by reopening the infamous Cobra Kai karate dojo. This
                          reignites his old rivalry with the successful Daniel
                          LaRusso, who has been working to maintain the balance
                          in his life without mentor Mr. Miyagi.
                        popularity: 587.088
                        poster_path: /6GDW4EsgsXlYrL1ASb5eCHQK4er.jpg
                        vote_average: 8.209
                        vote_count: 6366
                      - adult: false
                        backdrop_path: /uyB27Tx3KtczuSo4tDfmiXhfuCp.jpg
                        credit_id: 647ac651e323f300c429b8fe
                        department: Sound
                        episode_count: 148
                        first_air_date: '1990-09-10'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1892
                        job: Theme Song Performance
                        media_type: tv
                        name: The Fresh Prince of Bel-Air
                        origin_country:
                          - US
                        original_language: en
                        original_name: The Fresh Prince of Bel-Air
                        overview: >-
                          Will, a street-smart teenager, moves from the tough
                          streets of West Philly to posh Bel-Air to live with
                          his Uncle Philip, Aunt Vivian, his cousins — spoiled
                          Hilary, preppy Carlton and young Ashley — and their
                          sophisticated British butler, Geoffrey. Though Will’s
                          antics and upbringing contrast greatly with the
                          upper-class lifestyle of his extended relatives, he
                          soon finds himself right at home as a loved part of
                          the family.
                        popularity: 75.033
                        poster_path: /fJXzwxCVr2TEkhhKRKcih9o5DYK.jpg
                        vote_average: 7.936
                        vote_count: 2259
                      - adult: false
                        backdrop_path: /l6RgKNzSlGQmCNDDqshk5qszQlA.jpg
                        credit_id: 52570ce819c2957114018be3
                        department: Creator
                        first_air_date: '2003-09-16'
                        genre_ids:
                          - 35
                          - 10751
                        id: 1566
                        job: Creator
                        media_type: tv
                        name: All of Us
                        origin_country:
                          - US
                        original_language: en
                        original_name: All of Us
                        overview: >-
                          Robert James, an entertainment reporter for a local
                          Los Angeles television station, is handsome, smart and
                          thoroughly modern in his thinking. Recently divorced
                          from the somewhat self-absorbed Neesee, the mother of
                          their endearing 6-year-old son, Robert refuses to buy
                          into the old stereotype that being divorced means you
                          can't get along with the ex.
                        popularity: 28.535
                        poster_path: /fQKE9RE2U0EWiFT8f3FVaowokyk.jpg
                        vote_average: 7.354
                        vote_count: 24
                      - adult: false
                        backdrop_path: null
                        credit_id: 5258e8f4760ee3466186a080
                        department: Creator
                        first_air_date: ''
                        genre_ids: []
                        id: 37428
                        job: Creator
                        media_type: tv
                        name: Almost
                        origin_country:
                          - US
                        original_language: en
                        original_name: Almost
                        overview: ''
                        popularity: 0.935
                        poster_path: null
                        vote_average: 0
                        vote_count: 0
                      - adult: false
                        backdrop_path: /mygD13dQe2sTQ7EMEx065DB1qmD.jpg
                        credit_id: 5c9751379251416b33f4c500
                        department: Creator
                        first_air_date: '2019-02-27'
                        genre_ids:
                          - 10764
                          - 99
                        id: 87732
                        job: Creator
                        media_type: tv
                        name: Will Smith's Bucket List
                        origin_country:
                          - US
                        original_language: en
                        original_name: Will Smith's Bucket List
                        overview: >-
                          There aren’t many people in the world who have a
                          bucket list quite like Will Smith. Now you can join
                          him on his unbelievable adventure as he travels the
                          globe, takes on insane challenges, overcomes obstacles
                          and punches fear in the mouth!
                        popularity: 8.492
                        poster_path: /8FAd59PHpLzIjMQDk3AIrmEQB0K.jpg
                        vote_average: 4.1
                        vote_count: 8
                      - adult: false
                        backdrop_path: null
                        credit_id: 617f92e8e93e95002b35f367
                        department: Creator
                        first_air_date: '2021-11-08'
                        genre_ids:
                          - 99
                        id: 137684
                        job: Creator
                        media_type: tv
                        name: Best Shape of My Life
                        origin_country:
                          - US
                        original_language: en
                        original_name: Best Shape of My Life
                        overview: >-
                          Will Smith teams up with guests and undergoes a
                          fitness challenge.
                        popularity: 2.732
                        poster_path: /hIW5XLfSa4dEkWV8v9nJWdwIWFy.jpg
                        vote_average: 4
                        vote_count: 4
                      - adult: false
                        backdrop_path: null
                        credit_id: 63f64a458c22c0008c50a693
                        department: Creator
                        first_air_date: '2022-03-21'
                        genre_ids:
                          - 10762
                        id: 203054
                        job: Creator
                        media_type: tv
                        name: Las Aventuras de Giga Doki
                        origin_country:
                          - ES
                        original_language: es
                        original_name: Las Aventuras de Giga Doki
                        overview: ''
                        popularity: 2.858
                        poster_path: /q23cxXSwBZLucKac1lRFPGsCRtj.jpg
                        vote_average: 2
                        vote_count: 1
                    id: 2888
components:
  parameters:
    language:
      name: language
      in: query
      description: Specifies the language in which the response should be returned.
      schema:
        type: string
        example: en-US
    person_id:
      name: person_id
      in: path
      required: true
      description: >-
        This refers to a unique identifier assigned to an individual within a
        database.
      schema:
        type: string
        example: ''
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer

````