Information about plays

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

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

{
    "id": 3632191,
    "uri": "https://api.kexp.org/v2/plays/3632191/?format=api",
    "airdate": "2026-03-22T01:23:38-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/a84694cf-0010-414d-b166-d78b7994418e/44309039304-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a84694cf-0010-414d-b166-d78b7994418e/44309039304-250.jpg",
    "song": "Voice on the West Wind",
    "track_id": null,
    "recording_id": "17720406-46c7-481e-87c7-2eba2653ceb2",
    "artist": "Egregore",
    "artist_ids": [
        "f97a98b5-47db-4d89-9681-8b0a859d8a9b"
    ],
    "album": "It Echoes in the Wild",
    "release_id": null,
    "release_group_id": "0e48568c-78e6-4485-810c-485132e36236",
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The artist, Kamazid, has done artwork (and created the striking logo) for Egregore. He also did some artwork for Stormkeep's Othertime album (though the cover was painted by Les Edwards)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}