Information about plays

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

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

{
    "id": 3542205,
    "uri": "https://api.kexp.org/v2/plays/3542205/?format=api",
    "airdate": "2025-08-19T21:20:00-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/70431dc2-5bec-4a20-8609-7d2446b797bc/37405130723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70431dc2-5bec-4a20-8609-7d2446b797bc/37405130723-250.jpg",
    "song": "Summer Madness",
    "track_id": null,
    "recording_id": "1a3bdae0-0bdc-497c-a7ed-a10bd44fd676",
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "Summer Madness",
    "release_id": null,
    "release_group_id": "07c094a4-184d-4e8c-a365-06a49588cdfb",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-10-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Khruangbin curated a selection of tracks for the LateNightTales series in 2020, including their cover of the Kool and the Gang classic “Summer Madness” -- Bassist Laura Lee said: “‘Summer Madness’ was paying homage to Kool and the Gang, a band we aspire to be like and also we’ve played it a hundred times but never in full.”\n\nhttps://khruangbin.bandcamp.com/album/latenighttales-khruangbin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}