Information about plays

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

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

{
    "id": 3636852,
    "uri": "https://api.kexp.org/v2/plays/3636852/?format=api",
    "airdate": "2026-04-02T11:44:25-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://dn711105.ca.archive.org/0/items/mbid-0ab00d08-9a77-444b-be8b-9d9f42297891/mbid-0ab00d08-9a77-444b-be8b-9d9f42297891-17102740966_thumb500.jpg",
    "thumbnail_uri": "https://dn711105.ca.archive.org/0/items/mbid-0ab00d08-9a77-444b-be8b-9d9f42297891/mbid-0ab00d08-9a77-444b-be8b-9d9f42297891-17102740966_thumb250.jpg",
    "song": "Altered Beast No. 2",
    "track_id": "424ea2fb-bad0-43cd-9b99-bfb528a7bcd8",
    "recording_id": "0b727829-aba2-4311-b4d0-1b5dbf796898",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Murder of the Universe",
    "release_id": "0ab00d08-9a77-444b-be8b-9d9f42297891",
    "release_group_id": "077ec90c-5c38-4d11-ba85-2edecad8d26b",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's KGATLW performing the entire 15-minute Altered Beast suite Live on KEXP in the Gathering Space in 2017:\nhttps://www.youtube.com/watch?v=ZBuWFn5gFE4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}