---
title: "Season Metadata"
method: GET
path: "/svm/tv_shows/{id}/seasons/{season}"
tags: ["TV Shows"]
---

# Season Metadata

`GET /svm/tv_shows/{id}/seasons/{season}`

Retrieves metadata for a season of a TV show

## Path parameters

- `id` string, required
- `season` string, required

## Response `200`

OK

- SuccessfulResponseSeasonMetadata
  - `data` SeasonMetadata
    - `id` string — Unique Luminate ID assigned to the TV show
    - `title` string — Title of the TV show
    - `season` string — ID of the TV show’s season
    - `overview` string — Short description of the season
    - `runtime` integer — Runtime of the season in minutes
    - `release_information` ReleaseDate[] — Release information about the season
      - `release_date` string, date — Date the item was first available to stream formatted according to the ISO 8601 date standard (YYYY-MM-DD)
    - `episodes` string[] — List of IDs of the season’s episodes
    - `genres` string[] — List of genres assigned to the TV show
    - `studios` string[] — List of studios involved in the production of the TV show
    - `platform_availability` string[] — Platforms where the season can be viewed
    - `original` boolean — Indicates whether the title is an original production for a platform
    - `original_platform` string — The platform for which this is an original production. Null if the title is not an original.
    - `creators` string[] — Creators/showrunners behind the season
    - `seasons` string[] — List of IDs of the TV show’s seasons
    - `external_ids` ExternalIds — External identifiers for the title, such as IMDB and LFTV IDs
      - `imdb` string[] — IMDB ID
      - `lftv` string[] — Luminate Film & TV project ID

## Other responses

- `400` — Issue with client request
- `404` — Series or season not found

---

[API](https://skmtc.net/luminatedata/apis/authentication.md) · [All operations](https://skmtc.net/luminatedata/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luminatedata/authentication/revisions/81d2bd1553e1/schema)
