Information about plays

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

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

{
    "id": 3624778,
    "uri": "https://api.kexp.org/v2/plays/3624778/?format=api",
    "airdate": "2026-03-03T10:57:27-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helpless",
    "track_id": "b13cf385-7e22-30d0-9ba6-352251f907fa",
    "recording_id": "a9114934-7ce0-4cd0-b307-a13a9facec9e",
    "artist": "Sugar",
    "artist_ids": [
        "e3347fbd-2595-480e-926d-278566debf9d"
    ],
    "album": "Copper Blue",
    "release_id": "9da227d1-9283-44f9-8545-f01b796eabb8",
    "release_group_id": "997a4855-3bd3-3e5c-81d0-656209b3aa74",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1992-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wow!  The reunited Sugar will play Seattle's Paramount Theatre on Saturday, August 15th.  They'll be at SF's Warfield on Saturday, September 26th. \n--\nThese are the band's first tour dates in 31 years!: https://loudwire.com/sugar-reunite-house-of-dead-memories-2026-tour-dates/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}