Information about plays

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

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

{
    "id": 3607156,
    "uri": "https://api.kexp.org/v2/plays/3607156/?format=api",
    "airdate": "2026-01-21T09:01:04-08:00",
    "show": 65714,
    "show_uri": "https://api.kexp.org/v2/shows/65714/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rise",
    "track_id": null,
    "recording_id": "6487cde0-5240-421b-b910-2bea99d313cf",
    "artist": "Public Image Ltd.",
    "artist_ids": [
        "68950696-ee9a-49b2-a8c2-d1d6c19355cc"
    ],
    "album": "Rise",
    "release_id": null,
    "release_group_id": "bff991e5-e1a7-3923-869c-9a02460224d7",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1986-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Anger is an energy.\"\n\nPublic Image Limited (PiL) released the single \"Rise\" on this day in 1986 (40 years ago).\n\nInitially titled \"South African Song\", \"Rise\" was written by John Lydon about the oppression of blacks in South Africa during its hideous apartheid era. He said: \"I read this manual on South African interrogation techniques, and 'Rise' is quotes from some of the victims. I put them together because I thought it fitted in aptly with my own feelings about daily existence.\": https://genius.com/Public-image-ltd-rise-lyrics\n\nSteve Vai contributed guitar work to the track. The drummer was American jazz fusion pioneer Tony Williams, who first gained fame in the 1960s as a member of trumpeter Miles Davis' band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}