Information about plays

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

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

{
    "id": 3629564,
    "uri": "https://api.kexp.org/v2/plays/3629564/?format=api",
    "airdate": "2026-03-16T02:57:03-07:00",
    "show": 66194,
    "show_uri": "https://api.kexp.org/v2/shows/66194/?format=api",
    "image_uri": "https://coverartarchive.org/release/dd646731-d0bd-4ee7-a46b-3c1cc697a68b/24198081872-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dd646731-d0bd-4ee7-a46b-3c1cc697a68b/24198081872-250.jpg",
    "song": "The Afterlife",
    "track_id": null,
    "recording_id": "cc73b377-bca0-49a2-8156-e125206d0eb6",
    "artist": "The Comet Is Coming",
    "artist_ids": [
        "2b82372f-8c85-4b47-a9fc-36fe4d4df5b4"
    ],
    "album": "The Afterlife",
    "release_id": null,
    "release_group_id": "2ce3fcff-c925-405c-bace-e8e3248ccbc0",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "2019-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}