Information about plays

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

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

{
    "id": 3618807,
    "uri": "https://api.kexp.org/v2/plays/3618807/?format=api",
    "airdate": "2026-02-17T19:03:12-08:00",
    "show": 65961,
    "show_uri": "https://api.kexp.org/v2/shows/65961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dream - Minami Deutsch Remix",
    "track_id": null,
    "recording_id": null,
    "artist": "Minami Deutsch, Floral Image",
    "artist_ids": [
        "a51ae558-d194-400c-a92f-66b471f92fb7",
        "607ae2b0-e653-41bd-b197-fba9b9d15441"
    ],
    "album": "The Dream (Minami Deutsch Remix)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fuzz Club"
    ],
    "label_ids": [],
    "release_date": "2026-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minami Deutsch, a krautrock band from Tokyo, has spent the past couple years working in collaboration with Floral Image, psychedelic rock band from the UK. With a secret obsession in subtle German techno, krautrock itself was a musical movement in Germany in the 1960s and 70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}