Information about plays

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

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

{
    "id": 3639859,
    "uri": "https://api.kexp.org/v2/plays/3639859/?format=api",
    "airdate": "2026-04-09T11:49:03-07:00",
    "show": 66407,
    "show_uri": "https://api.kexp.org/v2/shows/66407/?format=api",
    "image_uri": "https://coverartarchive.org/release/122259c2-d41f-434f-b319-fb31d560af86/32581253093-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/122259c2-d41f-434f-b319-fb31d560af86/32581253093-250.jpg",
    "song": "Three Blocks",
    "track_id": null,
    "recording_id": "0b862e86-7ece-4b8d-9a28-5f3cfcd0ecbc",
    "artist": "Real Estate",
    "artist_ids": [
        "2ff0dfc6-0542-4bbc-a44a-60605c074ba6"
    ],
    "album": "Days",
    "release_id": null,
    "release_group_id": "0f8b895a-668f-48a9-a0b3-7dff5a78678b",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2011-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Three Blocks\" comes off of New Jersey band Real Estate's 2011 album 'Days.'\n\nCheck out the band performing Live on KEXP back in 2024: https://www.youtube.com/watch?v=5yZQFBFG4vs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}