Information about plays

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

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

{
    "id": 3553495,
    "uri": "https://api.kexp.org/v2/plays/3553495/?format=api",
    "airdate": "2025-09-15T20:36:26-07:00",
    "show": 64573,
    "show_uri": "https://api.kexp.org/v2/shows/64573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pank",
    "track_id": null,
    "recording_id": null,
    "artist": "Sgt. Papers",
    "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": "From Hermosillo, Sgt. Papers’ “Pank” is a bratty, fuzz-soaked garage-punk gem. The duo waste no time: riffs come thick and distorted, drums pound with gleeful abandon, and vocals spit out attitude with an irreverent grin. The chorus is sticky and loud, designed to ignite crowds in sweaty clubs. There’s humor baked into the delivery—punk not as dour resistance, but as playful defiance. Still, the craft is sharp: stop-start dynamics and clever shifts in energy keep the track surprising. It’s a fast, messy, exhilarating punch that captures their raw charm.\u2028Listen: https://sgtpapers.bandcamp.com/track/pank",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}