Information about plays

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

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

{
    "id": 3611693,
    "uri": "https://api.kexp.org/v2/plays/3611693/?format=api",
    "airdate": "2026-02-01T01:44:16-08:00",
    "show": 65809,
    "show_uri": "https://api.kexp.org/v2/shows/65809/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "An Adornment of Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Chained to the Bottom of the Ocean",
    "artist_ids": [
        "a5deac1a-3f8f-4e60-b914-fbc003449a40"
    ],
    "album": "Let Us Not Speak of Them but Look and Pass On",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Redscroll Records"
    ],
    "label_ids": [
        "516f3e90-7e72-4103-9a5e-386646d0bd06"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band takes its title from \"Fucking Chained to the Bottom of the Ocean\" by Thou, a heavy inspiration for the band.  Aaron Turner designed their latest T shirts:\n\nhttps://metalinjection.net/news/aaron-turner-isis-sumac-old-man-gloom-designs-an-anti-ice-shirt-with-proceeds-going-to-impacted-minneapolis-families\nhttps://chainedtothebottomoftheocean.bandcamp.com/album/let-us-not-speak-of-them-but-look-and-pass-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}