Information about plays

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

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

{
    "id": 3540390,
    "uri": "https://api.kexp.org/v2/plays/3540390/?format=api",
    "airdate": "2025-08-15T13:12:30-07:00",
    "show": 64295,
    "show_uri": "https://api.kexp.org/v2/shows/64295/?format=api",
    "image_uri": "https://ia600200.us.archive.org/22/items/mbid-c24de659-4360-3e11-8548-fc89266567d8/mbid-c24de659-4360-3e11-8548-fc89266567d8-7946171807_thumb500.jpg",
    "thumbnail_uri": "https://ia600200.us.archive.org/22/items/mbid-c24de659-4360-3e11-8548-fc89266567d8/mbid-c24de659-4360-3e11-8548-fc89266567d8-7946171807_thumb250.jpg",
    "song": "Sugar Hiccup",
    "track_id": "dca9f0b1-f11e-3afc-adfb-5c66dbe49a99",
    "recording_id": "8b3aaf5b-b794-46cf-ac70-11b0bc5c1fd4",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Head Over Heels",
    "release_id": "c24de659-4360-3e11-8548-fc89266567d8",
    "release_group_id": "91962b6e-34d3-4d3e-87fa-f30c3344a19b",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Head Over Heels' is the second studio album by Scottish alternative band Cocteau Twins. This album was released in October 1983 and their first recorded as a duo.  Guitarist Robin Guthrie described the songs on the album as love songs, explaining: \"Whereas 'Garlands' contained a lot of 'religious' imagery (Liz's own impressions) the new LP is more concerned with love imagery.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}