Information about plays

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

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

{
    "id": 3632125,
    "uri": "https://api.kexp.org/v2/plays/3632125/?format=api",
    "airdate": "2026-03-21T21:34:11-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://coverartarchive.org/release/f16f11e6-8032-4fe6-ae02-44899978c40c/29686867992-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f16f11e6-8032-4fe6-ae02-44899978c40c/29686867992-250.jpg",
    "song": "Sunshine Superman",
    "track_id": null,
    "recording_id": "5bdf4bbd-794e-492c-89d4-b2779e71202e",
    "artist": "Alice Donut",
    "artist_ids": [
        "b80617ea-0850-4744-aac8-c689cac6afd0"
    ],
    "album": "Donut Comes Alive",
    "release_id": null,
    "release_group_id": "53a323dc-a110-366e-ae96-bd8118881160",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From ALL’s Man-O-Steel, the thread continues with Alice Donut’s cover of Donovan's “Sunshine Superman\". Various incarnations of a Sunshine Superman have appeared in comics produced by DC Comics, the publishers of the Superman character. Writer Grant Morrison referenced the song in a 1990 issue of Animal Man by creating Sunshine Superman, an African American version of Superman whose S-shield is sun-shaped and who was a member of the Love Syndicate of Dreamworld, from a world based on the drug culture of the 1960s. http://www.alicedonut.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}