Information about plays

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

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

{
    "id": 3599037,
    "uri": "https://api.kexp.org/v2/plays/3599037/?format=api",
    "airdate": "2026-01-02T01:50:10-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stitches (Romy remix)",
    "track_id": "c36f02e7-04ca-4c52-a474-6dd5285969a4",
    "recording_id": "a9277d25-71d9-446f-938d-0b3160c587bd",
    "artist": "HAAi",
    "artist_ids": [
        "c4dff60e-6cf9-4308-8bef-7d88bc0a6a27"
    ],
    "album": "Stitches (Romy remix)",
    "release_id": "31bc5304-b01b-427c-b490-b41fe283a28a",
    "release_group_id": "a6fe41fe-71d1-48d3-8117-2f06ab422417",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2025-12-02",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Remix of HAAi's Stitches courtesy of Romy from the xx\n\nHumanise was one of DJ Abbie's top ten albums of 2025 https://www.kexp.org/read/2025/12/10/kexp-djs-top-albums-of-2025/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}