Information about plays

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

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

{
    "id": 3578765,
    "uri": "https://api.kexp.org/v2/plays/3578765/?format=api",
    "airdate": "2025-11-16T00:04:52-08:00",
    "show": 65123,
    "show_uri": "https://api.kexp.org/v2/shows/65123/?format=api",
    "image_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6feadf45-bc59-4cb8-9984-25c804a0dd42/13284223575-250.jpg",
    "song": "At Death’s Door",
    "track_id": null,
    "recording_id": "2cb724b6-61c3-4219-b7d2-c70cc3d97f8f",
    "artist": "Sacrilege",
    "artist_ids": [
        "5b68fe96-3c1b-4f72-94dc-1f70619b0760"
    ],
    "album": "Behind the Realms of Madness",
    "release_id": null,
    "release_group_id": "5616ee7a-f579-42b2-be7b-569632763717",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Behind the Realms of Madness turned 40 this year!\n\nhttps://www.facebook.com/sacrilegeofficial\nhttps://backonblack.bandcamp.com/album/behind-the-realms-of-madness\nhttps://www.plastichead.com/artist/sacrilege",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}