Information about plays

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

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

{
    "id": 3641157,
    "uri": "https://api.kexp.org/v2/plays/3641157/?format=api",
    "airdate": "2026-04-12T10:58:56-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/f183b31e-edfb-47b0-bd51-ba36e5d2cf3d/43413019735-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f183b31e-edfb-47b0-bd51-ba36e5d2cf3d/43413019735-250.jpg",
    "song": "Penny in the Lake",
    "track_id": null,
    "recording_id": "77b8ba93-575c-4a5c-8bd0-9a10eb8b4998",
    "artist": "Ratboys",
    "artist_ids": [
        "423a85de-66ba-4113-abdc-ba2678ee89ba"
    ],
    "album": "Singin’ to an Empty Chair",
    "release_id": null,
    "release_group_id": "362e059b-f4d8-4031-87d6-9118fdb5867f",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2026-02-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago band asked Chris Walla to co-produce this album that they started recording in a rural studio in Wisconsin and then took to Steve Albini’s Electrical Audio studios.\nPlaying August Hall, SF 4/4 \nNeumos, Seattle 4/7\nhttps://ratboys.bandcamp.com/album/singin-to-an-empty-chair",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}