Information about plays

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

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

{
    "id": 3632277,
    "uri": "https://api.kexp.org/v2/plays/3632277/?format=api",
    "airdate": "2026-03-22T07:40:22-07:00",
    "show": 66249,
    "show_uri": "https://api.kexp.org/v2/shows/66249/?format=api",
    "image_uri": "https://coverartarchive.org/release/4d1645bd-4b5c-4aa1-ad0e-23ce00b56256/21652325374-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4d1645bd-4b5c-4aa1-ad0e-23ce00b56256/21652325374-250.jpg",
    "song": "Under the Glow of Streetlights",
    "track_id": null,
    "recording_id": "83d9c0e2-3176-494e-bd37-dff23617788d",
    "artist": "Xela",
    "artist_ids": [
        "ccf7ad87-59e2-4064-9faf-f4027a8108fe"
    ],
    "album": "For Frosty Mornings and Summer Nights",
    "release_id": null,
    "release_group_id": "c603e8c7-07de-3c00-92a3-55e1bb9bea4e",
    "labels": [
        "Neo Ouija"
    ],
    "label_ids": [
        "82c2de9b-b47f-4729-9ff8-5fa1378d2590"
    ],
    "release_date": "2003-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I'm Not A Gun → Xela via City Centre Offices :: Xela's sophomore album 'Tangled Wool' (now very hard to find) was also an early 2000s gem released by City Centre Offices ~ https://www.discogs.com/artist/19072-Xela",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}