Information about plays

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

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

{
    "id": 3541766,
    "uri": "https://api.kexp.org/v2/plays/3541766/?format=api",
    "airdate": "2025-08-18T19:52:12-07:00",
    "show": 64326,
    "show_uri": "https://api.kexp.org/v2/shows/64326/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manicômio",
    "track_id": null,
    "recording_id": null,
    "artist": "Kodiak Hotel",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Manicômio” bursts with post-punk intensity, its jagged guitar riffs and propulsive bass conjuring an atmosphere of chaos and confinement. Kodiak Hotel’s raw energy matches the track’s title (“asylum”), exploring themes of madness, alienation, and rebellion. The shouted vocals carry urgency and angst, while the relentless rhythm section keeps everything barreling forward. It’s gritty, cathartic, and unmistakably urgent.\u2028Listen: https://kodiakhotel.bandcamp.com/track/manicomio",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}