Information about plays

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

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

{
    "id": 3637531,
    "uri": "https://api.kexp.org/v2/plays/3637531/?format=api",
    "airdate": "2026-04-04T02:38:26-07:00",
    "show": 66360,
    "show_uri": "https://api.kexp.org/v2/shows/66360/?format=api",
    "image_uri": "https://coverartarchive.org/release/cae910ef-a55e-4701-8d03-e0c78370033e/4903449114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cae910ef-a55e-4701-8d03-e0c78370033e/4903449114-250.jpg",
    "song": "Searchin'",
    "track_id": null,
    "recording_id": "785c1442-9411-4278-916f-acbe25ebdc40",
    "artist": "Cabaret Voltaire",
    "artist_ids": [
        "439a29ad-f4ef-4857-a7cd-3d4a551056c8"
    ],
    "album": "Groovy, Laidback and Nasty",
    "release_id": null,
    "release_group_id": "de9a3f18-f4ad-33b3-a245-6924a57594da",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://cabaretvoltaire.bandcamp.com/album/groovy-laidback-and-nasty-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}