Information about plays

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

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

{
    "id": 3641007,
    "uri": "https://api.kexp.org/v2/plays/3641007/?format=api",
    "airdate": "2026-04-12T01:42:10-07:00",
    "show": 66430,
    "show_uri": "https://api.kexp.org/v2/shows/66430/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Rise Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Nixil",
    "artist_ids": [
        "f19be078-f629-4bc3-9ea8-238417ddcd57"
    ],
    "album": "Toward Dead Temples",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Baltimore MD, Nixil is a black metal quintet that focuses on themes of \"spiritual liberation and the collapse of oppressive social structures\" They will also be performing at NWTF on Friday, 5/8. Read more: https://nixil.bandcamp.com/album/toward-dead-temples-nixil-drouth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}