Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3592975/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3592975,
    "uri": "https://api.kexp.org/v2/plays/3592975/?format=api",
    "airdate": "2025-12-19T06:42:35-08:00",
    "show": 65416,
    "show_uri": "https://api.kexp.org/v2/shows/65416/?format=api",
    "image_uri": "https://ia803200.us.archive.org/19/items/mbid-8d967bcd-02e3-380f-8e0d-2f3cfb79561d/mbid-8d967bcd-02e3-380f-8e0d-2f3cfb79561d-7980811886_thumb500.jpg",
    "thumbnail_uri": "https://ia903200.us.archive.org/19/items/mbid-8d967bcd-02e3-380f-8e0d-2f3cfb79561d/mbid-8d967bcd-02e3-380f-8e0d-2f3cfb79561d-7980811886_thumb250.jpg",
    "song": "Rocket",
    "track_id": "dd12fdad-a9d5-3278-88a4-0375891ee414",
    "recording_id": "69d9ab4e-8beb-4bf6-b22b-7ee71d2a9bcf",
    "artist": "Smashing Pumpkins",
    "artist_ids": [
        "ba0d6274-db14-4ef5-b28d-657ebde1a396"
    ],
    "album": "Siamese Dream",
    "release_id": "8d967bcd-02e3-380f-8e0d-2f3cfb79561d",
    "release_group_id": "a159e102-18bb-42ca-a59e-5f96a7eff241",
    "labels": [
        "Virgin Records America, Inc.",
        "Virgin"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156",
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1993-07-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request, for Elaine in Houston!\n\nSiamese Dream is the Pumpkin's second studio album. Four singles were released in support of Siamese Dream: \"Cherub Rock\", \"Today\", \"Disarm\", and \"Rocket\". The album received widespread acclaim from critics and audiences alike, and is widely regarded as one of the greatest albums of the 1990s. Rolling Stone magazine has ranked it between numbers 341 and 362 on various iterations of their 500 Greatest Albums of All Time list.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}