Information about plays

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

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

{
    "id": 3641082,
    "uri": "https://api.kexp.org/v2/plays/3641082/?format=api",
    "airdate": "2026-04-12T06:06:41-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "https://coverartarchive.org/release/bde5a832-27a1-4b2b-b877-3bdbac73f608/42388391109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bde5a832-27a1-4b2b-b877-3bdbac73f608/42388391109-250.jpg",
    "song": "Museum of Art",
    "track_id": null,
    "recording_id": "e59eb0ab-9177-4d0a-ab34-433751f7938d",
    "artist": "Surroundyou",
    "artist_ids": [
        "df701e36-7c5a-4bd2-8fc7-e6d8430c13d9"
    ],
    "album": "Awakening (Remastered)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sumbur"
    ],
    "label_ids": [],
    "release_date": "2026-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a newly reissued album on CD that originally came out in 2016 from Surroundyou, an alias of ambient musician Marat Khaybullin ~ https://sumbur.bandcamp.com/album/awakening-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}