Information about plays

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

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

{
    "id": 3584098,
    "uri": "https://api.kexp.org/v2/plays/3584098/?format=api",
    "airdate": "2025-11-28T12:50:41-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Fall Is Not to Fail",
    "track_id": "849c4c1b-175c-4767-bc82-2530f462e041",
    "recording_id": "7d237baf-ad50-4acb-bd27-9e34ae931bde",
    "artist": "Dear Nora",
    "artist_ids": [
        "ca9c6507-cbb1-4b66-bfec-c080fbcca972"
    ],
    "album": "Three States: Rarities 1997-2007",
    "release_id": "96c0c701-2cee-416d-ba26-3080e939356c",
    "release_group_id": "8c6f0562-0cac-4ff2-80bb-022d559c72b0",
    "labels": [
        "Magic Marker Records"
    ],
    "label_ids": [
        "d1cfe358-893e-4130-9e11-56e7b2748210"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dear Nora formed in Portland, Oregon in 1999. The 2022 album, human futures, is their most recent new music. \n\nOf this new album, Chris Cohen writes: \"Katy [Davidson] reinvents themselves at any moment, yet there is always the familiar face of a friend, taking us on a musical trip we didn’t know we needed to go on until we did.\"\n\nhttps://dearnora.bandcamp.com/album/human-futures",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}