Information about plays

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

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

{
    "id": 3635051,
    "uri": "https://api.kexp.org/v2/plays/3635051/?format=api",
    "airdate": "2026-03-29T08:31:06-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dior",
    "track_id": null,
    "recording_id": "1ed40346-8790-4648-9561-b10684d1a89e",
    "artist": "Drexler",
    "artist_ids": [
        "b7f2fe89-5e74-43e9-890a-a699c9c831b8"
    ],
    "album": "Olympia-5",
    "release_id": null,
    "release_group_id": "7e80588e-dc9c-4aa5-b359-7e13dc9207c1",
    "labels": [
        "Sonder House"
    ],
    "label_ids": [
        "85b49eb7-aef3-4aa4-8bec-1ffc770871ae"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the new album by Drexler, the alias of Sydney-born, London/Edinburgh-based multi-instrumentalist, composer and producer Adrian Leung ~ https://drexler-music.bandcamp.com/album/olympia-5-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}