Information about plays

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

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

{
    "id": 3599096,
    "uri": "https://api.kexp.org/v2/plays/3599096/?format=api",
    "airdate": "2026-01-02T05:15:37-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daisy",
    "track_id": "3be5bc86-8a9d-4b19-a634-64baaa496b46",
    "recording_id": "c9f0b36e-cc9a-4106-905a-aa87dd0a6b9b",
    "artist": "Melody’s Echo Chamber feat. El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900",
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Unclouded",
    "release_id": "92e053d9-6860-485c-90cb-80da4157dd9d",
    "release_group_id": "9d94656d-0301-4b1b-94ca-e9815225ce43",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing live:\n\n- May 20 at Bimbo's 365 Club in San Francisco, CA\n- May 22 at Revolution Hall in Portland, OR\n- May 23 at The Crocodile in Seattle, WA\n\nOn her fourth album, Unclouded, Melody’s Echo Chamber embarks on a life-affirming new chapter with an album that celebrates the present moment, whatever state we find ourselves in. There’s a continuity that runs through Melody’s Echo Chamber’s brand of psychedelic pop going back to 2012’s self-titled debut but now comes a perfectly executed shaking up of personnel.\n\nhttps://melodysechochamber.bandcamp.com/album/unclouded",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}