Information about plays

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

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

{
    "id": 3611822,
    "uri": "https://api.kexp.org/v2/plays/3611822/?format=api",
    "airdate": "2026-02-01T09:09:16-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/e668a622-92fd-4ad7-a9e7-266a964b8325/24486499050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e668a622-92fd-4ad7-a9e7-266a964b8325/24486499050-250.jpg",
    "song": "Stack-A-Lee, Pts. 1 & 2",
    "track_id": null,
    "recording_id": "3a8a7a56-f228-4e5e-b628-d7f109fa5af4",
    "artist": "Archibald",
    "artist_ids": [
        "4e909d1b-78f2-4638-94bf-118b5104e486"
    ],
    "album": "The Spirit of New Orleans: The Genius of Dave Bartholomew",
    "release_id": null,
    "release_group_id": "dd6875fc-8f74-425e-a833-1ca7901cb5e7",
    "labels": [
        "EMI USA"
    ],
    "label_ids": [
        "6868d236-ae4f-4b01-9cf5-90efd9db8d26"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John Leon Gross earned the nickname “Archie boy” that went on to “Archibald” when he was coming up as a piano player at parties and in brothels in NOLA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}