Information about plays

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

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

{
    "id": 3630941,
    "uri": "https://api.kexp.org/v2/plays/3630941/?format=api",
    "airdate": "2026-03-19T06:47:15-07:00",
    "show": 66220,
    "show_uri": "https://api.kexp.org/v2/shows/66220/?format=api",
    "image_uri": "https://coverartarchive.org/release/3910d5f9-3273-44b3-a411-3d3963127db0/7178552604-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3910d5f9-3273-44b3-a411-3d3963127db0/7178552604-250.jpg",
    "song": "Wardance",
    "track_id": null,
    "recording_id": "764e971b-19fb-4f1a-97b8-231a757ad81e",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": null,
    "release_group_id": "30a8c233-66ab-3ceb-87e2-bda76f4164ca",
    "labels": [
        "Virgin Catalogue"
    ],
    "label_ids": [
        "4c4b4cfb-1917-4fa2-9e65-e8686b60618e"
    ],
    "release_date": "1980-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Killing Joke is the debut studio album by English post-punk band Killing Joke, released on 5 October 1980 by E.G. via Polydor Records.\n\nThe band's musical style emerged from the post-punk scene and has been cited as a key influence on industrial rock. Their style evolved over many years, at times incorporating elements of gothic rock, synthpop and electronic music, often baring Walker's prominent guitar and Coleman's \"savagely strident vocals\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}