Information about plays

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

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

{
    "id": 3659688,
    "uri": "https://api.kexp.org/v2/plays/3659688/?format=api",
    "airdate": "2026-05-26T05:08:13-07:00",
    "show": 66818,
    "show_uri": "https://api.kexp.org/v2/shows/66818/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-42307ee3-4f7c-430a-bb10-e025d8cfa255/mbid-42307ee3-4f7c-430a-bb10-e025d8cfa255-19286754295_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-42307ee3-4f7c-430a-bb10-e025d8cfa255/mbid-42307ee3-4f7c-430a-bb10-e025d8cfa255-19286754295_thumb250.jpg",
    "song": "Blue Lagoon",
    "track_id": "02a3e231-12ad-3243-a19e-242ac16cb3a9",
    "recording_id": "2e723c2a-0abd-4ed9-8efb-eede08c67d09",
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Mister Heartbreak",
    "release_id": "42307ee3-4f7c-430a-bb10-e025d8cfa255",
    "release_group_id": "e2f0600e-5e4e-3776-9946-7c387c5f61d6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How about some more avant artpop for the early morning!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}