Information about plays

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

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

{
    "id": 3626596,
    "uri": "https://api.kexp.org/v2/plays/3626596/?format=api",
    "airdate": "2026-03-08T00:05:35-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/f09a3d0b-5760-41e5-bd62-1e7403b27522/26676279934-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f09a3d0b-5760-41e5-bd62-1e7403b27522/26676279934-250.jpg",
    "song": "Angel of Death",
    "track_id": null,
    "recording_id": "e6a9437a-f89d-4c3e-85fe-a2ea5a840b6c",
    "artist": "Slayer",
    "artist_ids": [
        "bdacc37b-8633-4bf8-9dd5-4662ee651aec"
    ],
    "album": "Reign in Blood",
    "release_id": null,
    "release_group_id": "dbf1b3c0-1efb-4e5f-9fe1-4c42b144aa24",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1986-10-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Angel of Death has been described as highly influential in the development of thrash metal or speed metal. The half-time riff was sampled by Public Enemy in their song \"She Watch Channel Zero?!\n\nhttps://www.slayer.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}