Information about plays

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

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

{
    "id": 3634687,
    "uri": "https://api.kexp.org/v2/plays/3634687/?format=api",
    "airdate": "2026-03-28T14:52:25-07:00",
    "show": 66303,
    "show_uri": "https://api.kexp.org/v2/shows/66303/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-3e9efe21-1e69-495d-8aef-0d7dd64ba103/mbid-3e9efe21-1e69-495d-8aef-0d7dd64ba103-22376569795_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-3e9efe21-1e69-495d-8aef-0d7dd64ba103/mbid-3e9efe21-1e69-495d-8aef-0d7dd64ba103-22376569795_thumb250.jpg",
    "song": "How Did This Happen?!",
    "track_id": "47733fa3-7dd1-46cc-a5d9-15bab543dbcf",
    "recording_id": "a80a3b9e-251e-4ef9-9625-c8dd034566c2",
    "artist": "Bodega",
    "artist_ids": [
        "8a08d77c-d796-4546-8143-abca7ff9b62e"
    ],
    "album": "Endless Scroll",
    "release_id": "3e9efe21-1e69-495d-8aef-0d7dd64ba103",
    "release_group_id": "2f9fcfa4-1279-4871-9535-2107e6957957",
    "labels": [
        "What's Your Rupture?"
    ],
    "label_ids": [
        "57a33832-c708-4bda-b9b8-25c0a065027c"
    ],
    "release_date": "2018-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bodega performed Live on KEXP back in August of 2018. \n\nCheck out the full performance here: https://www.youtube.com/watch?v=a0APB8GQKjU\n\nhttps://bodegabk.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}