Information about plays

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

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

{
    "id": 3635083,
    "uri": "https://api.kexp.org/v2/plays/3635083/?format=api",
    "airdate": "2026-03-29T10:29:10-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Come Over Me",
    "track_id": null,
    "recording_id": null,
    "artist": "Chris Lyons",
    "artist_ids": [
        "273c08f0-9fe6-4c0f-9693-d2183c8ea586"
    ],
    "album": "Painters Street",
    "release_id": null,
    "release_group_id": "b1985fe9-d073-48c4-b82b-da049d6cba43",
    "labels": [
        "Nudie Records"
    ],
    "label_ids": [],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The NOLA artist said he was channeling 70s AM Gold all recorded live in a room where he wanted you to hear the space and the bleed.\nhttps://chrislyons.bandcamp.com/album/painters-street",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}