Information about plays

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

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

{
    "id": 3633461,
    "uri": "https://api.kexp.org/v2/plays/3633461/?format=api",
    "airdate": "2026-03-25T10:21:16-07:00",
    "show": 66276,
    "show_uri": "https://api.kexp.org/v2/shows/66276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Straight to Hell",
    "track_id": "083bc7e0-0451-4d62-903a-881cd4b2038a",
    "recording_id": "04de2d56-cb42-4bf3-832f-cdb81a261909",
    "artist": "The Clash",
    "artist_ids": [
        "8f92558c-2baa-4758-8c38-615519e9deda"
    ],
    "album": "Combat Rock / The People’s Hall",
    "release_id": "2c24a93a-3776-4718-8cae-4a23db513cdb",
    "release_group_id": "e487df0b-1a78-45c4-8557-7c85d86575fa",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2022-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As previously mentioned, this track was sampled for M.I.A.'s track \"Paper Planes\"!\n\nReleased in 1982 as a double A-Side with \"Should I Stay or Should I Go\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}