Information about plays

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

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

{
    "id": 3616956,
    "uri": "https://api.kexp.org/v2/plays/3616956/?format=api",
    "airdate": "2026-02-13T11:14:48-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Snow Day",
    "track_id": null,
    "recording_id": null,
    "artist": "shame",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Snow Day\" is a throwback to shame's 2021 sophomore album, Drunk Tank Pink!\n\nWhile working on this album, \"frontman Charlie Steen slathered [pink] on the walls of a roomy closet at home. During a period of self-imposed hermetism inside what he christened 'the Womb,' Steen sat in silence and channeled an internal noise.\n\n\"While Steen sheltered in the Womb, guitarist Sean Coyle-Smith shuttered himself in his bedroom down the hall, trying to make his instrument sound like anything but a guitar. Their simultaneous isolation—which occurred before everyone in the world was forced to stay home—was a response to the partying and pandemonium of non-stop touring.\"\n\nhttps://tinyurl.com/2kup7rm4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}