Information about plays

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

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

{
    "id": 3632888,
    "uri": "https://api.kexp.org/v2/plays/3632888/?format=api",
    "airdate": "2026-03-23T22:16:42-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/d2dc838b-55c8-4b18-976d-9aa4caabff99/10923848012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d2dc838b-55c8-4b18-976d-9aa4caabff99/10923848012-250.jpg",
    "song": "H.S.K.T. (Hercules and Love Affair Bleeps and Vox Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "H.S.K.T.",
    "release_id": null,
    "release_group_id": "f7b90329-b632-45fc-8ab6-0089eb860c87",
    "labels": [
        "Partisan"
    ],
    "label_ids": [],
    "release_date": "2015-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - head, shoulders, knees and toes with some more Sylvan Esso",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}