Information about plays

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

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

{
    "id": 3612530,
    "uri": "https://api.kexp.org/v2/plays/3612530/?format=api",
    "airdate": "2026-02-03T03:41:11-08:00",
    "show": 65827,
    "show_uri": "https://api.kexp.org/v2/shows/65827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleepwalker’s Pendulum",
    "track_id": "cef5beb6-bd59-409f-95c4-c913c32c7e35",
    "recording_id": "68dc66d2-5d69-4c75-95dc-6e7b6b8155ed",
    "artist": "Sassy 009 feat. BEA1991",
    "artist_ids": [
        "dbd4c6d7-5ac8-4e48-8864-bd0fb9069cf3",
        "00d394c8-09be-41b5-bc52-f37f0fa7cfb7"
    ],
    "album": "Dreamer+",
    "release_id": "267a2f67-85ac-4297-9021-40b832e9de3b",
    "release_group_id": "830db12a-eed1-4243-abff-f7819dce3c12",
    "labels": [
        "[PIAS] Électronique"
    ],
    "label_ids": [
        "e5321339-436c-4929-a5cb-26b35e17d416"
    ],
    "release_date": "2026-01-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sassy009.bandcamp.com/album/dreamer-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}