Information about plays

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

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

{
    "id": 3656716,
    "uri": "https://api.kexp.org/v2/plays/3656716/?format=api",
    "airdate": "2026-05-19T06:18:33-07:00",
    "show": 66757,
    "show_uri": "https://api.kexp.org/v2/shows/66757/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "For the Sake of It",
    "track_id": null,
    "recording_id": null,
    "artist": "Russian Blue",
    "artist_ids": [
        "b70cfa80-08b9-4eec-8cb5-1fe57cffc5ab"
    ],
    "album": "For the Sake of It",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "WORLD PREMIERE! \n\"For the Sake of It\" is the title track from the brand-new sophomore album by Seattle/Bremerton’s own Russian Blue. KEXP is proud to present Russian Blue with support from Hot Stepmom and Combobox at the Airport Tavern Music Hall on Friday, July 3, 2026. They are also performing at the Tractor Tavern in Seattle on June 12.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}