Metacritic Scraper

ENDPOINTS
GET/people/credits

Person Credits

Get a person's full filmography or ludography with roles and each title's Metascore.

QUERY PARAMS

Person slug or any metacritic.com person link.

Examples:

  • Slug: scarlett-johansson
  • URL: https://www.metacritic.com/person/scarlett-johansson/

Only credits of this kind. Omit for movies, TV and games together.

Allowed values: game, movie, show

Sort order for credits.

Default: date

Allowed values: date, name, score

{
  "slug": "scarlett-johansson",
  "link": "https://www.metacritic.com/person/scarlett-johansson/",
  "sort": "date",
  "count": 118,
  "credits": {
    "movie": [
      {
        "roles": [
          "Actor (as actress)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Batman Part II",
          "slug": "the-batman-part-ii",
          "link": "https://www.metacritic.com/movie/the-batman-part-ii/",
          "release_date": null,
          "release_year": 2027,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt19850008.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-batman-part-ii/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Marty, Life Is Short",
          "slug": "marty-life-is-short",
          "link": "https://www.metacritic.com/movie/marty-life-is-short/",
          "release_date": null,
          "release_year": 2026,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 99,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt39382052.jpg",
          "metascore": {
            "score": 68,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/marty-life-is-short/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Linda Pearl)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Paper Tiger",
          "slug": "paper-tiger-2026",
          "link": "https://www.metacritic.com/movie/paper-tiger-2026/",
          "release_date": null,
          "release_year": 2026,
          "rating": "R",
          "description": null,
          "duration_minutes": 115,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt34385689.jpg",
          "metascore": {
            "score": 77,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/paper-tiger-2026/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Deepfaking Sam Altman",
          "slug": "deepfaking-sam-altman",
          "link": "https://www.metacritic.com/movie/deepfaking-sam-altman/",
          "release_date": null,
          "release_year": 2025,
          "rating": null,
          "description": null,
          "duration_minutes": 103,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt35521047.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/deepfaking-sam-altman/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Director",
          "Producer"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Eleanor the Great",
          "slug": "eleanor-the-great",
          "link": "https://www.metacritic.com/movie/eleanor-the-great/",
          "release_date": null,
          "release_year": 2025,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 98,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt30268321.jpg",
          "metascore": {
            "score": 52,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/eleanor-the-great/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Zora Bennett)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Jurassic World Rebirth",
          "slug": "jurassic-world-rebirth",
          "link": "https://www.metacritic.com/movie/jurassic-world-rebirth/",
          "release_date": null,
          "release_year": 2025,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/13/2-7e734c174b60f0f33e639c32b0f9b14d.jpg",
          "metascore": {
            "score": 50,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/jurassic-world-rebirth/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Cousin Hilda)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Phoenician Scheme",
          "slug": "the-phoenician-scheme",
          "link": "https://www.metacritic.com/movie/the-phoenician-scheme/",
          "release_date": null,
          "release_year": 2025,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1745343341.jpg",
          "metascore": {
            "score": 70,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-phoenician-scheme/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Kelly Jones)",
          "Producer"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Fly Me to the Moon",
          "slug": "fly-me-to-the-moon",
          "link": "https://www.metacritic.com/movie/fly-me-to-the-moon/",
          "release_date": null,
          "release_year": 2024,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt1896747.jpg",
          "metascore": {
            "score": 53,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/fly-me-to-the-moon/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Ash)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Sing: Thriller",
          "slug": "sing-thriller",
          "link": "https://www.metacritic.com/movie/sing-thriller/",
          "release_date": null,
          "release_year": 2024,
          "rating": "TV-Y",
          "description": null,
          "duration_minutes": 11,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt33999453.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/sing-thriller/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Elita -1)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Transformers One",
          "slug": "transformers-one",
          "link": "https://www.metacritic.com/movie/transformers-one/",
          "release_date": null,
          "release_year": 2024,
          "rating": "PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt8864596.jpg",
          "metascore": {
            "score": 65,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/transformers-one/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Midge Campbell)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Asteroid City",
          "slug": "asteroid-city",
          "link": "https://www.metacritic.com/movie/asteroid-city/",
          "release_date": null,
          "release_year": 2023,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 104,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ee16b10ae8a7daa176301f848e20221b.jpg",
          "metascore": {
            "score": 76,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/asteroid-city/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Catching Fire: The Story of Anita Pallenberg",
          "slug": "catching-fire-the-story-of-anita-pallenberg",
          "link": "https://www.metacritic.com/movie/catching-fire-the-story-of-anita-pallenberg/",
          "release_date": null,
          "release_year": 2023,
          "rating": null,
          "description": null,
          "duration_minutes": 110,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1711752489.jpg",
          "metascore": {
            "score": 64,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/catching-fire-the-story-of-anita-pallenberg/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Katherine)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "My Mother's Wedding",
          "slug": "my-mothers-wedding",
          "link": "https://www.metacritic.com/movie/my-mothers-wedding/",
          "release_date": null,
          "release_year": 2023,
          "rating": "R",
          "description": null,
          "duration_minutes": 95,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1750695304.jpg",
          "metascore": {
            "score": 51,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/my-mothers-wedding/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Stan Lee",
          "slug": "stan-lee",
          "link": "https://www.metacritic.com/movie/stan-lee/",
          "release_date": null,
          "release_year": 2023,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 86,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ea380f8f3c3267f441e1dc43c7ea0538.jpg",
          "metascore": {
            "score": 58,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/stan-lee/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Brainwashed: Sex-Camera-Power",
          "slug": "brainwashed-sex-camera-power",
          "link": "https://www.metacritic.com/movie/brainwashed-sex-camera-power/",
          "release_date": null,
          "release_year": 2022,
          "rating": null,
          "description": null,
          "duration_minutes": 107,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-4c99c27229d4692e562f4d0c272ab3a4.jpg",
          "metascore": {
            "score": 58,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/brainwashed-sex-camera-power/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "White Hot: The Rise & Fall of Abercrombie & Fitch",
          "slug": "white-hot-the-rise-fall-of-abercrombie-fitch",
          "link": "https://www.metacritic.com/movie/white-hot-the-rise-fall-of-abercrombie-fitch/",
          "release_date": null,
          "release_year": 2022,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 88,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-fa603fb81eabf0e9c5a712b53e8e58e5.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/white-hot-the-rise-fall-of-abercrombie-fitch/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)",
          "Producer"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Black Widow",
          "slug": "black-widow",
          "link": "https://www.metacritic.com/movie/black-widow/",
          "release_date": null,
          "release_year": 2021,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 134,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ae70810136aea52904c7448bfe290dc2.jpg",
          "metascore": {
            "score": 68,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/black-widow/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Ash)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Sing 2",
          "slug": "sing-2",
          "link": "https://www.metacritic.com/movie/sing-2/",
          "release_date": null,
          "release_year": 2021,
          "rating": "PG",
          "description": null,
          "duration_minutes": 110,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f46c797e71844f1eb0ac6bca229da1a1.jpg",
          "metascore": {
            "score": 49,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/sing-2/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Avengers: Endgame",
          "slug": "avengers-endgame",
          "link": "https://www.metacritic.com/movie/avengers-endgame/",
          "release_date": null,
          "release_year": 2019,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 181,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-b12b86bc5a0d96d6bebd7cf4488a9077.jpg",
          "metascore": {
            "score": 78,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/avengers-endgame/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Captain Marvel",
          "slug": "captain-marvel",
          "link": "https://www.metacritic.com/movie/captain-marvel/",
          "release_date": null,
          "release_year": 2019,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 123,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-fc982c6f2a3820107814c2c60dbdad92.jpg",
          "metascore": {
            "score": 64,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/captain-marvel/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Rosie)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Jojo Rabbit",
          "slug": "jojo-rabbit",
          "link": "https://www.metacritic.com/movie/jojo-rabbit/",
          "release_date": null,
          "release_year": 2019,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 108,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-40b5ec7e6932d61d28697b5ea01f0b99.jpg",
          "metascore": {
            "score": 58,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/jojo-rabbit/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Nicole Barber)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Marriage Story",
          "slug": "marriage-story",
          "link": "https://www.metacritic.com/movie/marriage-story/",
          "release_date": null,
          "release_year": 2019,
          "rating": "R",
          "description": null,
          "duration_minutes": 137,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt7653254.jpg",
          "metascore": {
            "score": 94,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/marriage-story/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Avengers: Infinity War",
          "slug": "avengers-infinity-war",
          "link": "https://www.metacritic.com/movie/avengers-infinity-war/",
          "release_date": null,
          "release_year": 2018,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 149,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-508781b793ea5da4346067afda42e4a9.jpg",
          "metascore": {
            "score": 68,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/avengers-infinity-war/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Nutmeg)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Isle of Dogs",
          "slug": "isle-of-dogs",
          "link": "https://www.metacritic.com/movie/isle-of-dogs/",
          "release_date": null,
          "release_year": 2018,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 101,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-5fc63782fb27de17b9bbbc70042199a2.jpg",
          "metascore": {
            "score": 82,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/isle-of-dogs/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Major)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Ghost in the Shell",
          "slug": "ghost-in-the-shell-2017",
          "link": "https://www.metacritic.com/movie/ghost-in-the-shell-2017/",
          "release_date": null,
          "release_year": 2017,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 107,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-1dc34f0182e38e38c267602abbd6d391.jpg",
          "metascore": {
            "score": 52,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/ghost-in-the-shell-2017/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Jess)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Rough Night",
          "slug": "rough-night",
          "link": "https://www.metacritic.com/movie/rough-night/",
          "release_date": null,
          "release_year": 2017,
          "rating": "R",
          "description": null,
          "duration_minutes": 101,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-d9a44bb6d634d01838c45dba6d7b766d.jpg",
          "metascore": {
            "score": 51,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/rough-night/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Captain America: Civil War",
          "slug": "captain-america-civil-war",
          "link": "https://www.metacritic.com/movie/captain-america-civil-war/",
          "release_date": null,
          "release_year": 2016,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 147,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-1f4abdb84f4702ab50edeba68735fd8b.jpg",
          "metascore": {
            "score": 75,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/captain-america-civil-war/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Floyd Norman: An Animated Life",
          "slug": "floyd-norman-an-animated-life",
          "link": "https://www.metacritic.com/movie/floyd-norman-an-animated-life/",
          "release_date": null,
          "release_year": 2016,
          "rating": null,
          "description": null,
          "duration_minutes": 94,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-e94f60fc3037168aaaf8395f5571fe7c.jpg",
          "metascore": {
            "score": 68,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/floyd-norman-an-animated-life/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as DeeAnna Moran)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Hail, Caesar!",
          "slug": "hail-caesar!",
          "link": "https://www.metacritic.com/movie/hail-caesar!/",
          "release_date": null,
          "release_year": 2016,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 106,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-47b270c72efc79c66e294fcd1115a7ca.jpg",
          "metascore": {
            "score": 72,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/hail-caesar!/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Ash)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Sing",
          "slug": "sing",
          "link": "https://www.metacritic.com/movie/sing/",
          "release_date": null,
          "release_year": 2016,
          "rating": "PG",
          "description": null,
          "duration_minutes": 108,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-aeceb8761fd4180e70a622b64916cb91.jpg",
          "metascore": {
            "score": 59,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/sing/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Kaa)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Jungle Book",
          "slug": "the-jungle-book-2016",
          "link": "https://www.metacritic.com/movie/the-jungle-book-2016/",
          "release_date": null,
          "release_year": 2016,
          "rating": "PG",
          "description": null,
          "duration_minutes": 106,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-155424f8ca1a61508095808cd6b85d66.jpg",
          "metascore": {
            "score": 77,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-jungle-book-2016/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Avengers: Age of Ultron",
          "slug": "avengers-age-of-ultron",
          "link": "https://www.metacritic.com/movie/avengers-age-of-ultron/",
          "release_date": null,
          "release_year": 2015,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 141,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-7b3adb53e9626644396a609932156277.jpg",
          "metascore": {
            "score": 66,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/avengers-age-of-ultron/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Captain America: The Winter Soldier",
          "slug": "captain-america-the-winter-soldier",
          "link": "https://www.metacritic.com/movie/captain-america-the-winter-soldier/",
          "release_date": null,
          "release_year": 2014,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 136,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-60f8eebe8cdb367dddd76ce792ac7f65.jpg",
          "metascore": {
            "score": 70,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/captain-america-the-winter-soldier/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Molly)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Chef",
          "slug": "chef",
          "link": "https://www.metacritic.com/movie/chef/",
          "release_date": null,
          "release_year": 2014,
          "rating": "R",
          "description": null,
          "duration_minutes": 114,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-bb9577970c15132a0ee02059467aca60.jpg",
          "metascore": {
            "score": 68,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/chef/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Lucy)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Lucy",
          "slug": "lucy",
          "link": "https://www.metacritic.com/movie/lucy/",
          "release_date": null,
          "release_year": 2014,
          "rating": "R",
          "description": null,
          "duration_minutes": 89,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-bb6c682c8e4b03f8da090b1155f98b44.jpg",
          "metascore": {
            "score": 62,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/lucy/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Barbara)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Don Jon",
          "slug": "don-jon",
          "link": "https://www.metacritic.com/movie/don-jon/",
          "release_date": null,
          "release_year": 2013,
          "rating": "R",
          "description": null,
          "duration_minutes": 90,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-312cc8ef06b0e51a0db7aa93b2501d04.jpg",
          "metascore": {
            "score": 66,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/don-jon/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Samantha)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Her",
          "slug": "her",
          "link": "https://www.metacritic.com/movie/her/",
          "release_date": null,
          "release_year": 2013,
          "rating": "R",
          "description": null,
          "duration_minutes": 126,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-0fb63391246960db293eaa1e6ae71cb1.jpg",
          "metascore": {
            "score": 91,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/her/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as The Female)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Under the Skin",
          "slug": "under-the-skin",
          "link": "https://www.metacritic.com/movie/under-the-skin/",
          "release_date": null,
          "release_year": 2013,
          "rating": "R",
          "description": null,
          "duration_minutes": 108,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-25673502668df21046522383f46fe327.jpg",
          "metascore": {
            "score": 83,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/under-the-skin/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Chasing Ice",
          "slug": "chasing-ice",
          "link": "https://www.metacritic.com/movie/chasing-ice/",
          "release_date": null,
          "release_year": 2012,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 80,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-fe9e7d9d95236e3864d4c7e7088e295a.jpg",
          "metascore": {
            "score": 75,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/chasing-ice/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Janet Leigh)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Hitchcock",
          "slug": "hitchcock",
          "link": "https://www.metacritic.com/movie/hitchcock/",
          "release_date": null,
          "release_year": 2012,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 98,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-9525fd4b0a87bb60e067940adfcf5b85.jpg",
          "metascore": {
            "score": 55,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/hitchcock/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natasha Romanoff, Black Widow)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Avengers",
          "slug": "the-avengers-2012",
          "link": "https://www.metacritic.com/movie/the-avengers-2012/",
          "release_date": null,
          "release_year": 2012,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 143,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-9582275633edf46237bb4f47ef9c4b8a.jpg",
          "metascore": {
            "score": 69,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-avengers-2012/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Bert Stern: Original Madman",
          "slug": "bert-stern-original-madman",
          "link": "https://www.metacritic.com/movie/bert-stern-original-madman/",
          "release_date": null,
          "release_year": 2011,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f28fa9c8840cc59b12286a6c4abdaf9d.jpg",
          "metascore": {
            "score": 35,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/bert-stern-original-madman/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Buck",
          "slug": "buck",
          "link": "https://www.metacritic.com/movie/buck/",
          "release_date": null,
          "release_year": 2011,
          "rating": "PG",
          "description": null,
          "duration_minutes": 88,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f3b504c609870f4e0b45cf492b50c080.jpg",
          "metascore": {
            "score": 76,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/buck/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Days of Grace",
          "slug": "days-of-grace",
          "link": "https://www.metacritic.com/movie/days-of-grace/",
          "release_date": null,
          "release_year": 2011,
          "rating": null,
          "description": null,
          "duration_minutes": 133,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/13/2-d7800f01fbe8738918d9cb8066ad8d6c.jpg",
          "metascore": {
            "score": 58,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/days-of-grace/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Producer"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Whale",
          "slug": "the-whale",
          "link": "https://www.metacritic.com/movie/the-whale/",
          "release_date": null,
          "release_year": 2011,
          "rating": "G",
          "description": null,
          "duration_minutes": 89,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-acb9360b1ea3c5dc7006d03b3cb19986.jpg",
          "metascore": {
            "score": 64,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-whale/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Kelly Foster)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "We Bought a Zoo",
          "slug": "we-bought-a-zoo",
          "link": "https://www.metacritic.com/movie/we-bought-a-zoo/",
          "release_date": null,
          "release_year": 2011,
          "rating": "PG",
          "description": null,
          "duration_minutes": 124,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-0bcf9a051532888340d53c8790f0df8a.jpg",
          "metascore": {
            "score": 58,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/we-bought-a-zoo/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Wretches & Jabberers",
          "slug": "wretches-jabberers",
          "link": "https://www.metacritic.com/movie/wretches-jabberers/",
          "release_date": null,
          "release_year": 2011,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": 90,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-237cfd61871d602c7523b1f2af4d7e04.jpg",
          "metascore": {
            "score": 63,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/wretches-jabberers/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Natalie Rushman, Natasha Romanoff)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Iron Man 2",
          "slug": "iron-man-2",
          "link": "https://www.metacritic.com/movie/iron-man-2/",
          "release_date": null,
          "release_year": 2010,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 124,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-823c5c59c8a5df437e50698f6dd2fc8b.jpg",
          "metascore": {
            "score": 57,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/iron-man-2/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Anna)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "He's Just Not That Into You",
          "slug": "hes-just-not-that-into-you",
          "link": "https://www.metacritic.com/movie/hes-just-not-that-into-you/",
          "release_date": null,
          "release_year": 2009,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 129,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-420840c84f38a1a0901c14425c33a8e4.jpg",
          "metascore": {
            "score": 47,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/hes-just-not-that-into-you/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Mary Boleyn)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Other Boleyn Girl",
          "slug": "the-other-boleyn-girl",
          "link": "https://www.metacritic.com/movie/the-other-boleyn-girl/",
          "release_date": null,
          "release_year": 2008,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 115,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f0c03a2d56d2cce9dcb9ffb9cc6346d8.jpg",
          "metascore": {
            "score": 50,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-other-boleyn-girl/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Cristina)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Vicky Cristina Barcelona",
          "slug": "vicky-cristina-barcelona",
          "link": "https://www.metacritic.com/movie/vicky-cristina-barcelona/",
          "release_date": null,
          "release_year": 2008,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 96,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-460fd61267a503006f8aa6aebd785d8a.jpg",
          "metascore": {
            "score": 70,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/vicky-cristina-barcelona/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Annie Braddock)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Nanny Diaries",
          "slug": "the-nanny-diaries",
          "link": "https://www.metacritic.com/movie/the-nanny-diaries/",
          "release_date": null,
          "release_year": 2007,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 105,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-530a0fe3584b7b68e35f7b5fa2551ac8.jpg",
          "metascore": {
            "score": 46,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-nanny-diaries/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Sondra Pransky)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Scoop",
          "slug": "scoop",
          "link": "https://www.metacritic.com/movie/scoop/",
          "release_date": null,
          "release_year": 2006,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 96,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-410c26ab574d890b9127e3922e95c1dc.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/scoop/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Kay Lake)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Black Dahlia",
          "slug": "the-black-dahlia",
          "link": "https://www.metacritic.com/movie/the-black-dahlia/",
          "release_date": null,
          "release_year": 2006,
          "rating": "R",
          "description": null,
          "duration_minutes": 121,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-5227ea2605dd4a1de1297386f9738c49.jpg",
          "metascore": {
            "score": 49,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-black-dahlia/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Olivia Wenscombe)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Prestige",
          "slug": "the-prestige",
          "link": "https://www.metacritic.com/movie/the-prestige/",
          "release_date": null,
          "release_year": 2006,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 130,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt0482571.jpg",
          "metascore": {
            "score": 66,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-prestige/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Nola Rice)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Match Point",
          "slug": "match-point",
          "link": "https://www.metacritic.com/movie/match-point/",
          "release_date": null,
          "release_year": 2005,
          "rating": "R",
          "description": null,
          "duration_minutes": 124,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-8e022e344940e6adfecc5c1fe0b4aace.jpg",
          "metascore": {
            "score": 72,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/match-point/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Jordan Two Delta, Sarah Jordan)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Island",
          "slug": "the-island",
          "link": "https://www.metacritic.com/movie/the-island/",
          "release_date": null,
          "release_year": 2005,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 136,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-11f7fcc3a7d30015ae2847d64989ab59.jpg",
          "metascore": {
            "score": 50,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-island/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Meg Windermere)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "A Good Woman",
          "slug": "a-good-woman",
          "link": "https://www.metacritic.com/movie/a-good-woman/",
          "release_date": null,
          "release_year": 2004,
          "rating": "PG",
          "description": null,
          "duration_minutes": 93,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-b8a8d607b0f00e2fb8b582a05e0cb254.jpg",
          "metascore": {
            "score": 53,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/a-good-woman/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Pursy Will)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "A Love Song for Bobby Long",
          "slug": "a-love-song-for-bobby-long",
          "link": "https://www.metacritic.com/movie/a-love-song-for-bobby-long/",
          "release_date": null,
          "release_year": 2004,
          "rating": "R",
          "description": null,
          "duration_minutes": 119,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-cbd1e18b737ebf3c47792b6db2d94e83.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/a-love-song-for-bobby-long/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Alex)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "In Good Company",
          "slug": "in-good-company",
          "link": "https://www.metacritic.com/movie/in-good-company/",
          "release_date": null,
          "release_year": 2004,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 109,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-cf27f4aab483d9a1a1b099fab7f63b6b.jpg",
          "metascore": {
            "score": 66,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/in-good-company/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Francesca)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Perfect Score",
          "slug": "the-perfect-score",
          "link": "https://www.metacritic.com/movie/the-perfect-score/",
          "release_date": null,
          "release_year": 2004,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 93,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-a75f4edd34ae671676a619afe32a5373.jpg",
          "metascore": {
            "score": 35,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-perfect-score/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Mindy)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The SpongeBob SquarePants Movie",
          "slug": "the-spongebob-squarepants-movie",
          "link": "https://www.metacritic.com/movie/the-spongebob-squarepants-movie/",
          "release_date": null,
          "release_year": 2004,
          "rating": "PG",
          "description": null,
          "duration_minutes": 87,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt0345950.jpg",
          "metascore": {
            "score": 67,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-spongebob-squarepants-movie/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Griet)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Girl with a Pearl Earring",
          "slug": "girl-with-a-pearl-earring",
          "link": "https://www.metacritic.com/movie/girl-with-a-pearl-earring/",
          "release_date": null,
          "release_year": 2003,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 100,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-4c7699f99fd8a9d2fc499604f5bf8aa0.jpg",
          "metascore": {
            "score": 72,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/girl-with-a-pearl-earring/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Charlotte)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Lost in Translation",
          "slug": "lost-in-translation",
          "link": "https://www.metacritic.com/movie/lost-in-translation/",
          "release_date": null,
          "release_year": 2003,
          "rating": "R",
          "description": null,
          "duration_minutes": 102,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt0335266.jpg",
          "metascore": {
            "score": 91,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/lost-in-translation/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Ashley Parker)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Eight Legged Freaks",
          "slug": "eight-legged-freaks",
          "link": "https://www.metacritic.com/movie/eight-legged-freaks/",
          "release_date": null,
          "release_year": 2002,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 99,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-958984ae6f781386e4914cf3b0ae665f.jpg",
          "metascore": {
            "score": 53,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/eight-legged-freaks/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Suzanne - at 15)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "An American Rhapsody",
          "slug": "an-american-rhapsody",
          "link": "https://www.metacritic.com/movie/an-american-rhapsody/",
          "release_date": null,
          "release_year": 2001,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 106,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-7af89ee52e10bfa1985c95d4bcfe2553.jpg",
          "metascore": {
            "score": 51,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/an-american-rhapsody/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Rebecca)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Ghost World",
          "slug": "ghost-world",
          "link": "https://www.metacritic.com/movie/ghost-world/",
          "release_date": null,
          "release_year": 2001,
          "rating": "R",
          "description": null,
          "duration_minutes": 111,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-d249c111d9e02cc2d5a08961ed8f644b.jpg",
          "metascore": {
            "score": 91,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/ghost-world/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Birdy Abundas)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Man Who Wasn't There",
          "slug": "the-man-who-wasnt-there",
          "link": "https://www.metacritic.com/movie/the-man-who-wasnt-there/",
          "release_date": null,
          "release_year": 2001,
          "rating": "R",
          "description": null,
          "duration_minutes": 116,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-d3358b4de509f9fc19d214c246b426ee.jpg",
          "metascore": {
            "score": 73,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-man-who-wasnt-there/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Grace MacLean)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "The Horse Whisperer",
          "slug": "the-horse-whisperer",
          "link": "https://www.metacritic.com/movie/the-horse-whisperer/",
          "release_date": null,
          "release_year": 1998,
          "rating": "PG-13",
          "description": null,
          "duration_minutes": 170,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-d5a4aab3bcdaf7ba85ce5e3511f4108e.jpg",
          "metascore": {
            "score": 65,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/the-horse-whisperer/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Emily)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "If Lucy Fell",
          "slug": "if-lucy-fell",
          "link": "https://www.metacritic.com/movie/if-lucy-fell/",
          "release_date": null,
          "release_year": 1996,
          "rating": "R",
          "description": null,
          "duration_minutes": 92,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f6a17d76cf34564deb6cf79809bd7878.jpg",
          "metascore": {
            "score": 33,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/if-lucy-fell/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Amanda)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Manny & Lo",
          "slug": "manny-lo",
          "link": "https://www.metacritic.com/movie/manny-lo/",
          "release_date": null,
          "release_year": 1996,
          "rating": "R",
          "description": null,
          "duration_minutes": 88,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt0116985.jpg",
          "metascore": {
            "score": 67,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/manny-lo/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Kate)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "Just Cause",
          "slug": "just-cause",
          "link": "https://www.metacritic.com/movie/just-cause/",
          "release_date": null,
          "release_year": 1995,
          "rating": "R",
          "description": null,
          "duration_minutes": 102,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-e02e8e6eefc6dcf62387bf91d844571c.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/just-cause/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      },
      {
        "roles": [
          "Actor (as Laura Nelson)"
        ],
        "title": {
          "id": null,
          "type": "movie",
          "title": "North",
          "slug": "north",
          "link": "https://www.metacritic.com/movie/north/",
          "release_date": null,
          "release_year": 1994,
          "rating": "PG",
          "description": null,
          "duration_minutes": 87,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/5/2/5-tt0110687.jpg",
          "metascore": {
            "score": 33,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/movie/north/critic-reviews/"
          },
          "user_score": null,
          "is_in_theaters": null,
          "is_must_see": null
        }
      }
    ],
    "show": [
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "SNL50: The Anniversary Special",
          "slug": "snl50-the-anniversary-special",
          "link": "https://www.metacritic.com/tv/snl50-the-anniversary-special/",
          "release_date": null,
          "release_year": 2025,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1739568340.jpg",
          "metascore": {
            "score": 67,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/snl50-the-anniversary-special/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "High Potential",
          "slug": "high-potential",
          "link": "https://www.metacritic.com/tv/high-potential/",
          "release_date": null,
          "release_year": 2024,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-01b9fb1e6ca3770ceb6d20744e0edf97.jpg",
          "metascore": {
            "score": 73,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/high-potential/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Pop Culture Jeopardy!",
          "slug": "pop-culture-jeopardy!",
          "link": "https://www.metacritic.com/tv/pop-culture-jeopardy!/",
          "release_date": null,
          "release_year": 2024,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1732225305.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/pop-culture-jeopardy!/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Celebrity Jeopardy!",
          "slug": "celebrity-jeopardy!",
          "link": "https://www.metacritic.com/tv/celebrity-jeopardy!/",
          "release_date": null,
          "release_year": 2022,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-8099e706d1e8431443a803aa683ed4e9.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/celebrity-jeopardy!/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Allen v. Farrow",
          "slug": "allen-v-farrow",
          "link": "https://www.metacritic.com/tv/allen-v-farrow/",
          "release_date": null,
          "release_year": 2021,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-edc93535419b873f44a02c87fbe5151e.jpg",
          "metascore": {
            "score": 75,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/allen-v-farrow/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Loki",
          "slug": "loki",
          "link": "https://www.metacritic.com/tv/loki/",
          "release_date": null,
          "release_year": 2021,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-86c77502e64eab20b9a41ae9d8298d99.jpg",
          "metascore": {
            "score": 70,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/loki/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Love Island (2019)",
          "slug": "love-island-2019",
          "link": "https://www.metacritic.com/tv/love-island-2019/",
          "release_date": null,
          "release_year": 2019,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ed6a81b7b25658aca8f0e85c8afdc0a3.jpg",
          "metascore": {
            "score": 56,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/love-island-2019/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Kelly Clarkson Show",
          "slug": "the-kelly-clarkson-show",
          "link": "https://www.metacritic.com/tv/the-kelly-clarkson-show/",
          "release_date": null,
          "release_year": 2019,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-9d5fd96d46d6a622b943600767602319.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-kelly-clarkson-show/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Full Frontal with Samantha Bee",
          "slug": "full-frontal-with-samantha-bee",
          "link": "https://www.metacritic.com/tv/full-frontal-with-samantha-bee/",
          "release_date": null,
          "release_year": 2016,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-907d95fecbe39069945ee28b08b82105.jpg",
          "metascore": {
            "score": 84,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/full-frontal-with-samantha-bee/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Late Show with David Letterman",
          "slug": "late-show-with-david-letterman",
          "link": "https://www.metacritic.com/tv/late-show-with-david-letterman/",
          "release_date": null,
          "release_year": 2015,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-beedebf359242d49aca7c80eec822c6e.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/late-show-with-david-letterman/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Late Show with Stephen Colbert",
          "slug": "late-show-with-stephen-colbert",
          "link": "https://www.metacritic.com/tv/late-show-with-stephen-colbert/",
          "release_date": null,
          "release_year": 2015,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-e968462dd017aa329154c8a165ce613c.jpg",
          "metascore": {
            "score": 72,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/late-show-with-stephen-colbert/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Olivia (segment: Two Player Game))"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "HitRECord on TV!",
          "slug": "hitrecord-on-tv!",
          "link": "https://www.metacritic.com/tv/hitrecord-on-tv!/",
          "release_date": null,
          "release_year": 2014,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-092d8de8bfa97301a7f2480ad9cb58c7.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/hitrecord-on-tv!/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Late Night with Seth Meyers",
          "slug": "late-night-with-seth-meyers",
          "link": "https://www.metacritic.com/tv/late-night-with-seth-meyers/",
          "release_date": null,
          "release_year": 2014,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ac18c5a05e78d1fa8f69c3831d49cce2.jpg",
          "metascore": {
            "score": 61,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/late-night-with-seth-meyers/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Tonight Show Starring Jimmy Fallon",
          "slug": "the-tonight-show-starring-jimmy-fallon",
          "link": "https://www.metacritic.com/tv/the-tonight-show-starring-jimmy-fallon/",
          "release_date": null,
          "release_year": 2014,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ee768fdc24f8b17687855a938793c7d4.jpg",
          "metascore": {
            "score": 65,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-tonight-show-starring-jimmy-fallon/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Queen Latifah Show (2013)",
          "slug": "the-queen-latifah-show-2013",
          "link": "https://www.metacritic.com/tv/the-queen-latifah-show-2013/",
          "release_date": null,
          "release_year": 2013,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ad010465d4bfcf733da0ca2a439c16ca.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-queen-latifah-show-2013/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Chew",
          "slug": "the-chew",
          "link": "https://www.metacritic.com/tv/the-chew/",
          "release_date": null,
          "release_year": 2011,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-8ce539392655502aeb6c7090dac96e2e.jpg",
          "metascore": {
            "score": 56,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-chew/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Conan (2010)",
          "slug": "conan-2010",
          "link": "https://www.metacritic.com/tv/conan-2010/",
          "release_date": null,
          "release_year": 2010,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-acbb1fb10b9de96246d364afadf65987.jpg",
          "metascore": {
            "score": 64,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/conan-2010/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Late Night with Jimmy Fallon",
          "slug": "late-night-with-jimmy-fallon",
          "link": "https://www.metacritic.com/tv/late-night-with-jimmy-fallon/",
          "release_date": null,
          "release_year": 2009,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-4f00b3484fbe62e9de4a92df16bd40f9.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/late-night-with-jimmy-fallon/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "RuPaul's Drag Race",
          "slug": "rupauls-drag-race",
          "link": "https://www.metacritic.com/tv/rupauls-drag-race/",
          "release_date": null,
          "release_year": 2009,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-0d8aa83a5851a3e1beb8541911ff1a30.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/rupauls-drag-race/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Gossip Girl",
          "slug": "gossip-girl",
          "link": "https://www.metacritic.com/tv/gossip-girl/",
          "release_date": null,
          "release_year": 2007,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-7eecbae87fb076f581d649afcb613ef1.jpg",
          "metascore": {
            "score": 59,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/gossip-girl/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The One Show",
          "slug": "the-one-show",
          "link": "https://www.metacritic.com/tv/the-one-show/",
          "release_date": null,
          "release_year": 2006,
          "rating": null,
          "description": null,
          "duration_minutes": 30,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-bb77fbbcf6a163ea46ccbc5af6847d57.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-one-show/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "20 to 1",
          "slug": "20-to-1",
          "link": "https://www.metacritic.com/tv/20-to-1/",
          "release_date": null,
          "release_year": 2005,
          "rating": null,
          "description": null,
          "duration_minutes": 60,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-3121d4d56f1f860e322b50c976e5b5ca.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/20-to-1/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Dolores, Stretch's Wife, Lisa, Veronica Lodge, Sailor Moon, Scarlett Johansson, Della Bea Robinson, Amy, Darlene, Cheerleader Stick, Tooth Fairy)"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Robot Chicken",
          "slug": "robot-chicken",
          "link": "https://www.metacritic.com/tv/robot-chicken/",
          "release_date": null,
          "release_year": 2005,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-d75862f619edaacd1db664fe91084983.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/robot-chicken/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Scarlett Johansson)"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Entourage",
          "slug": "entourage",
          "link": "https://www.metacritic.com/tv/entourage/",
          "release_date": null,
          "release_year": 2004,
          "rating": "TV-MA",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-0b696c46d9baf3b477b3c98a13775fd4.jpg",
          "metascore": {
            "score": 67,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/entourage/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Jimmy Kimmel Live",
          "slug": "jimmy-kimmel-live",
          "link": "https://www.metacritic.com/tv/jimmy-kimmel-live/",
          "release_date": null,
          "release_year": 2003,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-fc870d012cd62d20dbc6d193e680828b.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/jimmy-kimmel-live/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Ellen DeGeneres Show",
          "slug": "the-ellen-degeneres-show",
          "link": "https://www.metacritic.com/tv/the-ellen-degeneres-show/",
          "release_date": null,
          "release_year": 2003,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-38fff824147cbb8841d0a38b9424813b.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-ellen-degeneres-show/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Rosie O'Donnell Show",
          "slug": "the-rosie-odonnell-show",
          "link": "https://www.metacritic.com/tv/the-rosie-odonnell-show/",
          "release_date": null,
          "release_year": 1996,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": 60,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-64d615adcfdd6f12206206685bd004dd.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-rosie-odonnell-show/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Jenna Halliwell)"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Client",
          "slug": "the-client",
          "link": "https://www.metacritic.com/tv/the-client/",
          "release_date": null,
          "release_year": 1995,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 60,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-9aff6f06c98c84cbea824d9adf0a1de4.jpg",
          "metascore": {
            "score": 50,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-client/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Inside the Actors Studio",
          "slug": "inside-the-actors-studio",
          "link": "https://www.metacritic.com/tv/inside-the-actors-studio/",
          "release_date": null,
          "release_year": 1994,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-31f9a67c121a78e18146a92e50dc4900.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/inside-the-actors-studio/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "GMTV",
          "slug": "gmtv",
          "link": "https://www.metacritic.com/tv/gmtv/",
          "release_date": null,
          "release_year": 1993,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": null,
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/gmtv/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Sarah Hughes)",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Late Night with Conan O'Brien",
          "slug": "late-night-with-conan-obrien",
          "link": "https://www.metacritic.com/tv/late-night-with-conan-obrien/",
          "release_date": null,
          "release_year": 1993,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 60,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-435ac5dd3e10372265822529a0a46233.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/late-night-with-conan-obrien/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Tonight Show with Jay Leno",
          "slug": "the-tonight-show-with-jay-leno",
          "link": "https://www.metacritic.com/tv/the-tonight-show-with-jay-leno/",
          "release_date": null,
          "release_year": 1992,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-f6f3c47579cac58fdffaf4b3a51f99b1.jpg",
          "metascore": {
            "score": 48,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-tonight-show-with-jay-leno/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "This Morning",
          "slug": "this-morning",
          "link": "https://www.metacritic.com/tv/this-morning/",
          "release_date": null,
          "release_year": 1988,
          "rating": null,
          "description": null,
          "duration_minutes": 120,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-977b8d6c0512ffa082026309d4cb2a4c.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/this-morning/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Biography",
          "slug": "biography",
          "link": "https://www.metacritic.com/tv/biography/",
          "release_date": null,
          "release_year": 1987,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": 60,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-6b25d0224fdb17f72decd955d28d875a.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/biography/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Entertainment Tonight",
          "slug": "entertainment-tonight",
          "link": "https://www.metacritic.com/tv/entertainment-tonight/",
          "release_date": null,
          "release_year": 1981,
          "rating": null,
          "description": null,
          "duration_minutes": 30,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-3f478aab6250ee016dd27b2d4a28a62b.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/entertainment-tonight/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Good Morning America",
          "slug": "good-morning-america",
          "link": "https://www.metacritic.com/tv/good-morning-america/",
          "release_date": null,
          "release_year": 1975,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": 120,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-fb3324517a6e573e65431280da795f57.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/good-morning-america/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Actor (as Ivanka Trump, Katie Britt, Natasha Romanoff, Black Widow, Lexie (segment: Porcelain Fountains))",
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Saturday Night Live",
          "slug": "saturday-night-live",
          "link": "https://www.metacritic.com/tv/saturday-night-live/",
          "release_date": null,
          "release_year": 1975,
          "rating": "TV-PG",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-3aa2528642ee70c8efab430886b04679.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/saturday-night-live/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Today",
          "slug": "today",
          "link": "https://www.metacritic.com/tv/today/",
          "release_date": null,
          "release_year": 1952,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": 240,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-b57586e523437d2b8986922f2b1ec594.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/today/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "20/20",
          "slug": "2020",
          "link": "https://www.metacritic.com/tv/2020/",
          "release_date": null,
          "release_year": 0,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-ddcf799ba08af1aedc6dffae909d5046.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/2020/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "48 Hours",
          "slug": "48-hours",
          "link": "https://www.metacritic.com/tv/48-hours/",
          "release_date": null,
          "release_year": 0,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-46962c7c3bcf81ded4c4a755395996d7.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/48-hours/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "Jeopardy!",
          "slug": "jeopardy!",
          "link": "https://www.metacritic.com/tv/jeopardy!/",
          "release_date": null,
          "release_year": 0,
          "rating": "TV-G",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-1960e5c112d43b7434cf5e92ac607573.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/jeopardy!/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Daily Show",
          "slug": "the-daily-show",
          "link": "https://www.metacritic.com/tv/the-daily-show/",
          "release_date": null,
          "release_year": 0,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/7/2/7-1726527809.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-daily-show/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      },
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "show",
          "title": "The Late Late Show with Craig Ferguson",
          "slug": "the-late-late-show-with-craig-ferguson",
          "link": "https://www.metacritic.com/tv/the-late-late-show-with-craig-ferguson/",
          "release_date": null,
          "release_year": 0,
          "rating": "TV-14",
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": "https://www.metacritic.com/a/img/catalog/provider/2/2/2-b8e98b5e71c549230719791db7abf42f.jpg",
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/tv/the-late-late-show-with-craig-ferguson/critic-reviews/"
          },
          "user_score": null,
          "network": null,
          "seasons_count": null,
          "is_must_watch": null
        }
      }
    ],
    "game": [
      {
        "roles": [
          "Other"
        ],
        "title": {
          "id": null,
          "type": "game",
          "title": "LEGO Marvel's Avengers",
          "slug": "lego-marvels-avengers",
          "link": "https://www.metacritic.com/game/lego-marvels-avengers/",
          "release_date": null,
          "release_year": 2016,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": null,
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/game/lego-marvels-avengers/critic-reviews/?platform=undefined"
          },
          "user_score": null,
          "platforms": [],
          "is_must_play": null
        }
      },
      {
        "roles": [
          "Actor (as Mindy)"
        ],
        "title": {
          "id": null,
          "type": "game",
          "title": "The SpongeBob SquarePants Movie",
          "slug": "the-spongebob-squarepants-movie",
          "link": "https://www.metacritic.com/game/the-spongebob-squarepants-movie/",
          "release_date": null,
          "release_year": 2004,
          "rating": null,
          "description": null,
          "duration_minutes": null,
          "genres": [],
          "image": null,
          "metascore": {
            "score": null,
            "max": null,
            "review_count": null,
            "positive_count": null,
            "neutral_count": null,
            "negative_count": null,
            "sentiment": null,
            "link": "https://www.metacritic.com/game/the-spongebob-squarepants-movie/critic-reviews/?platform=undefined"
          },
          "user_score": null,
          "platforms": [],
          "is_must_play": null
        }
      }
    ]
  }
}