Information about plays

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

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

{
    "id": 3597614,
    "uri": "https://api.kexp.org/v2/plays/3597614/?format=api",
    "airdate": "2025-12-29T12:48:01-08:00",
    "show": 65507,
    "show_uri": "https://api.kexp.org/v2/shows/65507/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Wave",
    "track_id": "27fbf46f-c3c4-3e51-9915-5953af8b05f7",
    "recording_id": "019606e4-dbfd-443b-85cc-a7e40dd78aab",
    "artist": "Soundgarden",
    "artist_ids": [
        "153c9281-268f-4cf3-8938-f5a4593e5df4"
    ],
    "album": "Superunknown",
    "release_id": "53e70778-6771-4674-8933-9438b4528dd8",
    "release_group_id": "8300fe9c-0022-3c55-8a3e-8dc61f282e8c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1994-03-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Truly, the '90s alt. rock supergroup featuring former members of Soundgarden and Screaming Trees, have announced their reunion and shared US tour dates. The Seattle-based band feature former Soundgarden bassist and founding member Hiro Yamamoto and former Screaming Trees drummer Mark Pickerel alongside vocalist/guitarist Robert Roth,: https://www.loudersound.com/bands-artists/seattle-supergroup-announce-2026-return\n--\nThey'll be at Baba Yaga in Seattle on Friday,  March 6th and at The Kilowatt Bar in SF on Monday,  March 9th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}