Information about plays

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

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

{
    "id": 3637994,
    "uri": "https://api.kexp.org/v2/plays/3637994/?format=api",
    "airdate": "2026-04-05T00:45:00-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/bb1d6503-db54-49e0-a6aa-b590d8ea6cb3/44175526922-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bb1d6503-db54-49e0-a6aa-b590d8ea6cb3/44175526922-250.jpg",
    "song": "Return to Naught",
    "track_id": null,
    "recording_id": "23e316f4-2732-4b13-b04f-aa37d13d8317",
    "artist": "Decipher",
    "artist_ids": [
        "53e35549-e05d-447c-ae33-ec9e4e4250f8"
    ],
    "album": "Θελημα",
    "release_id": null,
    "release_group_id": "af562d2e-a10a-4a7f-a75d-334f5fb21534",
    "labels": [
        "Transcending Obscurity Records"
    ],
    "label_ids": [
        "d6073213-fa04-4f7c-89bf-796babe9fe6d"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new sophomore album (title translates to Thelema), from this Greek blackened death metal band featuring former members of Warhammer and Abyssus.\n\nhttps://deciphergr.bandcamp.com/album/thelema\nhttps://www.facebook.com/decipherbandgr/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}