Information about plays

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

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

{
    "id": 3602236,
    "uri": "https://api.kexp.org/v2/plays/3602236/?format=api",
    "airdate": "2026-01-09T12:33:18-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fluorescent Light",
    "track_id": "b0f4d6ac-7252-45a4-b8ca-be54b657f3b7",
    "recording_id": "f8ef2094-a6fc-4a70-b82c-9ac9f7936a23",
    "artist": "Haley Heynderickx & Max García Conover",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf",
        "69e45e41-0ee1-4891-ad16-d50c23134293"
    ],
    "album": "What of Our Nature",
    "release_id": "16b91fa3-4a0a-43ca-840d-7259fc7ad539",
    "release_group_id": "fb28271f-7bda-4c2f-bb04-2e23db030b18",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haley Heynderickx (based in Portland, OR) and Max García Conover (of Maine) released What of Our Nature in November. The album is inspired by Woody Guthrie! \n\nhttps://haleyheynderickx.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}