Information about plays

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

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

{
    "id": 3592621,
    "uri": "https://api.kexp.org/v2/plays/3592621/?format=api",
    "airdate": "2025-12-18T08:56:09-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "https://ia801302.us.archive.org/2/items/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67-11570630075_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/2/items/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67/mbid-1f6cc992-e572-4f3c-b62a-cb6111383e67-11570630075_thumb250.jpg",
    "song": "Trash",
    "track_id": "e3f30cc7-2ddc-3616-9b45-31e3749f1ce2",
    "recording_id": "0c9ca44b-c650-4387-8d65-c80532b28a90",
    "artist": "New York Dolls",
    "artist_ids": [
        "1b96b9c9-0832-40cb-9f8d-7274de3733fc"
    ],
    "album": "New York Dolls",
    "release_id": "1f6cc992-e572-4f3c-b62a-cb6111383e67",
    "release_group_id": "4cdd4c59-e38f-382b-b01c-e69829faa69c",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP David Johansen (aka Buster Poindexter)--the singer and last surviving member of the New York Dolls--who died on February 28 in his home in New York City. It was revealed in early 2025 that he had stage 4 cancer and a brain tumor. \n--\n“I used to think about my voice like: ‘What’s it gonna sound like? What’s it going to be when I do this song?’ And I’d get myself into a knot about it,” Johansen told The Associated Press in 2023. “At some point in my life, I decided: ‘Just sing the (expletive) song. With whatever you got.’",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}