Information about plays

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

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

{
    "id": 3587411,
    "uri": "https://api.kexp.org/v2/plays/3587411/?format=api",
    "airdate": "2025-12-06T03:41:55-08:00",
    "show": 65300,
    "show_uri": "https://api.kexp.org/v2/shows/65300/?format=api",
    "image_uri": "https://ia803406.us.archive.org/28/items/mbid-31bc5304-b01b-427c-b490-b41fe283a28a/mbid-31bc5304-b01b-427c-b490-b41fe283a28a-43717857610_thumb500.jpg",
    "thumbnail_uri": "https://ia803406.us.archive.org/28/items/mbid-31bc5304-b01b-427c-b490-b41fe283a28a/mbid-31bc5304-b01b-427c-b490-b41fe283a28a-43717857610_thumb250.jpg",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}