Information about plays

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

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

{
    "id": 3611651,
    "uri": "https://api.kexp.org/v2/plays/3611651/?format=api",
    "airdate": "2026-01-31T23:12:12-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "https://coverartarchive.org/release/7d5318cd-30c9-448c-9c4e-8f9bc2ee718e/34273250135-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7d5318cd-30c9-448c-9c4e-8f9bc2ee718e/34273250135-250.jpg",
    "song": "Mess of Zero",
    "track_id": null,
    "recording_id": "d00fd002-1abb-4c64-a322-c4eed6d56a5c",
    "artist": "Song of Zarathustra",
    "artist_ids": [
        "8b01d4ce-6b26-4565-ab30-732831216b9b"
    ],
    "album": "The Birth of Tragedy",
    "release_id": null,
    "release_group_id": "bb4f4a13-af0c-39e3-8140-613f5f5c94e7",
    "labels": [
        "Troubleman Unlimited"
    ],
    "label_ids": [
        "a29656eb-0bc8-4059-b75f-c406c55e0907"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song of Zarathustra were a screamo/hardcore band from Sioux City, IA that formed in March 1997, disbanded in early 2003.  Featuring members of The Book of Dead Names and Bravo Team.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}