Information about plays

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

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

{
    "id": 3598656,
    "uri": "https://api.kexp.org/v2/plays/3598656/?format=api",
    "airdate": "2026-01-01T02:25:08-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Devil",
    "track_id": null,
    "recording_id": "c80fb0c9-708d-4ed6-a5f9-a7e883e7282e",
    "artist": "Lee \"Scratch\" Perry & The Full Experience",
    "artist_ids": [
        "af75ebe4-3ab1-423d-a499-2a6f9d011ce2",
        "5b5b56ed-0142-4f22-9572-31e4f78a1db6"
    ],
    "album": "Disco Devil / Keep On Moving",
    "release_id": null,
    "release_group_id": "1145a374-634f-40f0-8d52-0cb040f39af7",
    "labels": [
        "Upsetter Records"
    ],
    "label_ids": [
        "ff774f96-2ad0-4a3f-a48c-87b721c78f45"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a dub version of Perry and Max Romeo’s 1976 hit “Chase The Devil,” which was recorded with Perry’s band, The Upsetters, and has been sampled by everybody from Madness to Kanye West. \n\n\"Disco Devil\" was first recorded and released during the last two years of Black Ark, before its fiery demise. Perry once said he burned the studio to the ground himself, as a result of extreme stresses.\n\nhttps://coolhunting.com/culture/lee-scratch-perry-disco-devil/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}