Information about plays

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

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

{
    "id": 3603814,
    "uri": "https://api.kexp.org/v2/plays/3603814/?format=api",
    "airdate": "2026-01-13T11:01:58-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heavy, Why",
    "track_id": null,
    "recording_id": null,
    "artist": "Blackwater Holylight",
    "artist_ids": [
        "fbaa0689-530b-4216-a20d-2a09cb69967e"
    ],
    "album": "Not Here Not Gone",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Neumos in Seattle on Tuesday,  March 10th, and The Chapel in SF on Friday, March 13th...\n---\nTheir fourth full-length album, \"Not Here Not Gone\" will be released on January 30th, 2026. : https://blackwaterholylight.bandcamp.com/album/not-here-not-gone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}