Information about plays

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

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

{
    "id": 3636854,
    "uri": "https://api.kexp.org/v2/plays/3636854/?format=api",
    "airdate": "2026-04-02T11:52:22-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-99d34a38-b578-4f3c-9232-563794fd55d2/mbid-99d34a38-b578-4f3c-9232-563794fd55d2-44029911818_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-99d34a38-b578-4f3c-9232-563794fd55d2/mbid-99d34a38-b578-4f3c-9232-563794fd55d2-44029911818_thumb250.jpg",
    "song": "ATTEMPT A CRASH LANDING – THEME",
    "track_id": "859d02da-a992-4e66-8076-93c0d4cfc0f4",
    "recording_id": "58aa2dac-ba25-45fb-8e5e-698ebdb90db2",
    "artist": "The Twilight Sad",
    "artist_ids": [
        "d44d63b8-3da4-4f7d-aba1-a05ba8941b44"
    ],
    "album": "IT’S THE LONG GOODBYE",
    "release_id": "99d34a38-b578-4f3c-9232-563794fd55d2",
    "release_group_id": "4dac8a97-8339-4eac-ac28-4ffeb9591114",
    "labels": [
        "Rock Action Records"
    ],
    "label_ids": [
        "959be696-eda5-4c9d-af24-2c8103f149f5"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's London's The Twilight Sad performing Live on KEXP in 2018. They released their latest album, 'IT’S THE LONG GOODBYE' in March.\n\nhttps://www.youtube.com/watch?v=QYEXZcb-C0g\n\nhttps://thetwilightsad.bandcamp.com/album/its-the-long-goodbye",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}