Information about plays

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

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

{
    "id": 3610472,
    "uri": "https://api.kexp.org/v2/plays/3610472/?format=api",
    "airdate": "2026-01-29T04:30:52-08:00",
    "show": 65782,
    "show_uri": "https://api.kexp.org/v2/shows/65782/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbae10a3-3690-46a3-83c9-8e5aa6f8a83a/40019047165-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbae10a3-3690-46a3-83c9-8e5aa6f8a83a/40019047165-250.jpg",
    "song": "Keep on Knocking",
    "track_id": null,
    "recording_id": "7b62d78d-2664-4456-9852-d957ea890d96",
    "artist": "Death",
    "artist_ids": [
        "5bddb294-e04c-4d8f-b9bb-e3b551802ae4"
    ],
    "album": "…For the Whole World to See",
    "release_id": null,
    "release_group_id": "8cd7285a-7bea-3119-9083-c777f6063462",
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2009-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Death formed in 1971 by brothers Bobby, David, and Dannis Hackney, and initially played funk music. Inspired by the energy and ferocity (and politics) of fellow Detroit bands the MC5, The Stooges, and Alice Cooper, their sound developed into raw-but-precise proto-punk and began recording an album. \nIn strong support of the band’s music but concerned about their very anti-commercial name, Clive Davis asked the Hackneys to change the name, but the band (and especially guitarist David Hackney) steadfastly refused. Davis ended the studio sessions and pulled all financial support for the band. An album was not released until 2009.\n\nhttps://www.dragcity.com/artists/death",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}