Information about plays

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

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

{
    "id": 3571227,
    "uri": "https://api.kexp.org/v2/plays/3571227/?format=api",
    "airdate": "2025-10-29T01:27:22-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia801309.us.archive.org/35/items/mbid-85490289-4f77-44fe-b0c0-e69ba91069af/mbid-85490289-4f77-44fe-b0c0-e69ba91069af-6485316914_thumb500.jpg",
    "thumbnail_uri": "https://ia601309.us.archive.org/35/items/mbid-85490289-4f77-44fe-b0c0-e69ba91069af/mbid-85490289-4f77-44fe-b0c0-e69ba91069af-6485316914_thumb250.jpg",
    "song": "Seeing Red",
    "track_id": "fa522a2c-1ccc-3fd1-9415-6169d33892fe",
    "recording_id": "f612212f-5990-4bd2-a062-f9175324bcbc",
    "artist": "Killing Joke",
    "artist_ids": [
        "f5aca88c-e3c1-4bc2-af33-68a9a9f7b56a"
    ],
    "album": "Killing Joke",
    "release_id": "85490289-4f77-44fe-b0c0-e69ba91069af",
    "release_group_id": "282c764a-5925-3bef-8d6d-20613c602768",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "They're dropping bombs again / And they're doing it in your name / All the rational commentaries / In the papers that I read\n\nThe album was produced by Gang of Four guitarist Andy Gill and features Nirvana drummer and Foo Fighters frontman Dave Grohl on drums, a long-time Killing Joke fan.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}