Information about plays

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

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

{
    "id": 3608102,
    "uri": "https://api.kexp.org/v2/plays/3608102/?format=api",
    "airdate": "2026-01-23T15:20:47-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eighties",
    "track_id": "46bf419f-e7ec-310f-8ec1-05b3e7f8ba09",
    "recording_id": "c36730f2-75f3-4c17-967e-dac3ef309ca7",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Night Time",
    "release_id": "145af623-e254-3091-99eb-c243b322de9d",
    "release_group_id": "11851270-b38e-3d60-a3ae-972a1e98d326",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Mike in Bremerton\n\n This lead single from Killing Joke's fifth studio album sampled the hook from The Damned's 1982 song, \"Life Goes On.\" Of course, you know that Nirvana's \"Come As You Are\" was influenced by this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}