Information about plays

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

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

{
    "id": 3641172,
    "uri": "https://api.kexp.org/v2/plays/3641172/?format=api",
    "airdate": "2026-04-12T11:48:50-07:00",
    "show": 66433,
    "show_uri": "https://api.kexp.org/v2/shows/66433/?format=api",
    "image_uri": "https://coverartarchive.org/release/98d784d4-7c54-449b-827c-a5bd15354924/27138053379-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98d784d4-7c54-449b-827c-a5bd15354924/27138053379-250.jpg",
    "song": "Old Door",
    "track_id": null,
    "recording_id": "5d6bfae9-581d-400f-9c16-392aad18ae2c",
    "artist": "Michael Nau",
    "artist_ids": [
        "567f3771-1b6b-4f43-b0c0-69e128e5789a"
    ],
    "album": "The Load EP",
    "release_id": null,
    "release_group_id": "85a26b87-c0a5-418d-a75f-ac5ef9f5800f",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2017-09-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in Burlington, VT, this EP is full of songs recorded for a previous album but didn’t make the cut at the time. \nhttps://michaelnau.bandcamp.com/album/the-load-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}