Information about plays

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

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

{
    "id": 3616110,
    "uri": "https://api.kexp.org/v2/plays/3616110/?format=api",
    "airdate": "2026-02-11T09:36:58-08:00",
    "show": 65903,
    "show_uri": "https://api.kexp.org/v2/shows/65903/?format=api",
    "image_uri": "https://coverartarchive.org/release/145af623-e254-3091-99eb-c243b322de9d/3766076458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/145af623-e254-3091-99eb-c243b322de9d/3766076458-250.jpg",
    "song": "Eighties",
    "track_id": null,
    "recording_id": "c36730f2-75f3-4c17-967e-dac3ef309ca7",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Night Time",
    "release_id": null,
    "release_group_id": "11851270-b38e-3d60-a3ae-972a1e98d326",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1985-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the eighties, Killing Joke released Nighttime featuring “Eighties.” On this day in 1985 to be exact (41 years ago).\n\n\"Eighties\" turned out to be the retrospectively most well-known song, due to a surprising and not always remembered example of Killing Joke's influence -- Nirvana, of all groups, thoroughly cloned the watery guitar line at the heart of the track for \"Come as You Are.\" https://tinyurl.com/5cmsrx4p",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}