Information about plays

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

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

{
    "id": 3605078,
    "uri": "https://api.kexp.org/v2/plays/3605078/?format=api",
    "airdate": "2026-01-16T11:51:29-08:00",
    "show": 65665,
    "show_uri": "https://api.kexp.org/v2/shows/65665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whiplash",
    "track_id": "ac2d986c-906c-4c1e-a6fd-a646acb1d7cd",
    "recording_id": "287459d8-853e-4a39-b942-3be842b9c801",
    "artist": "Boy Deluxe",
    "artist_ids": [
        "3ee3e2cc-8c5b-482c-ac5a-107711384183"
    ],
    "album": "Hysteria",
    "release_id": "08f7a0b1-80a0-4c3b-9560-8467c3c8cabd",
    "release_group_id": "9b05990f-6cfc-4f5d-9203-9e2558fdf90b",
    "labels": [
        "Industry Houseplant"
    ],
    "label_ids": [
        "13d55b59-10cb-4a80-9a0f-ad241ea4074b"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally from Seattle, LA-based duo Boy Deluxe released \"WHIPLASH\" on their HYSTERIA EP in November. \nhttps://boydeluxe.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}