Information about plays

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

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

{
    "id": 3590818,
    "uri": "https://api.kexp.org/v2/plays/3590818/?format=api",
    "airdate": "2025-12-13T23:32:01-08:00",
    "show": 65372,
    "show_uri": "https://api.kexp.org/v2/shows/65372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cities of Fear",
    "track_id": null,
    "recording_id": "c4defdaa-c9a4-4607-88ac-fe8e4e30596c",
    "artist": "Kaleidoscope",
    "artist_ids": [
        "2169c13a-481f-455e-b795-e0f9cb3ab690"
    ],
    "album": "Cities of Fear",
    "release_id": null,
    "release_group_id": "4e743193-5202-4066-b104-7106a7390ce4",
    "labels": [
        "La Vida Es Mus Discos"
    ],
    "label_ids": [
        "d8586451-af5e-47da-8ff1-e210ad8ea448"
    ],
    "release_date": "2025-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Five years since their previous EP, NYC punks Kaleidoscope returned this year with Cities of Fear—an 8 song 12” of dark utopian hardcore punk written and recorded at D4MT Labs by the band in only a few days. https://lavidaesunmus.bandcamp.com/album/cities-of-fear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}