Information about plays

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

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

{
    "id": 3657389,
    "uri": "https://api.kexp.org/v2/plays/3657389/?format=api",
    "airdate": "2026-05-20T21:48:12-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/c898dfd7-c988-48c6-a5df-08fda452f5fb/39187828214-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c898dfd7-c988-48c6-a5df-08fda452f5fb/39187828214-250.jpg",
    "song": "Dream Behemoth",
    "track_id": null,
    "recording_id": "3dc6cc23-91f8-4699-935a-427ce4a8895c",
    "artist": "DOOM GONG",
    "artist_ids": [
        "20e4fdd4-59a7-4647-8f2c-ebadad57a008"
    ],
    "album": "DREAM BEHEMOTH",
    "release_id": null,
    "release_group_id": "b4b4564b-9325-491a-bdf6-4639d77c7e73",
    "labels": [
        "DOOM GONG"
    ],
    "label_ids": [],
    "release_date": "2023-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DOOM GONG - Full Performance (Live on KEXP) - https://www.youtube.com/watch?v=lZZfkLkv-30\n\nRecorded February 18, 2026., hosted by DJ Jewel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}