Information about plays

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

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

{
    "id": 3641094,
    "uri": "https://api.kexp.org/v2/plays/3641094/?format=api",
    "airdate": "2026-04-12T06:55:05-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chopin (feat. Sun Ra Arkestra) (Calibre Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Calibre",
    "artist_ids": [],
    "album": "When There Is No Sun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Omni Sound"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Legendary Irish electronic producer Calibre going on an ambient journey on this remix featured on the cerebral compilation 'When There Is No Sun' curated by Ricardo Villalobos ~ https://omnisoundlabel.bandcamp.com/album/when-there-is-no-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}