Information about plays

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

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

{
    "id": 3569790,
    "uri": "https://api.kexp.org/v2/plays/3569790/?format=api",
    "airdate": "2025-10-25T14:20:54-07:00",
    "show": 64931,
    "show_uri": "https://api.kexp.org/v2/shows/64931/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Townies",
    "track_id": "4038ebe4-1954-4c78-829c-1e2d666f27f8",
    "recording_id": "9700034a-b60f-483a-b6ef-51ed3ab40ccf",
    "artist": "Wednesday",
    "artist_ids": [
        "9833b455-0da2-40b5-8e63-37816c910604"
    ],
    "album": "Bleeds",
    "release_id": "42861d98-03b5-4c26-a3e6-c2a91f9fe442",
    "release_group_id": "5bed2109-60ce-4c13-804a-fc04946ba7f7",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asheville, NC's Wednesday just released Bleeds last month! You can catch Wednesday live next spring! - Portland: April 21 + 22, 2026 at Revolution Hall - Seattle: April 23, 2026 at The Moore Theatre https://www.wednesday.band/tourdatez Check out their 2022 Live on KEXP performance, hosted by Larry Mizell, Jr. https://www.youtube.com/watch?v=a0o-hF9s0ro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}