Information about plays

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

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

{
    "id": 3599101,
    "uri": "https://api.kexp.org/v2/plays/3599101/?format=api",
    "airdate": "2026-01-02T05:31:30-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19a1b784-496f-444f-8043-f0ac97c541bf/3303295676-250.jpg",
    "song": "Eyes Are Mosaics",
    "track_id": null,
    "recording_id": "9ed2a4ca-3a75-4cee-844b-eb810be1f7ec",
    "artist": "Cocteau Twins, Harold Budd",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5",
        "5c864a6f-146e-4225-986d-3295ce90f784"
    ],
    "album": "The Moon and the Melodies",
    "release_id": null,
    "release_group_id": "6f7f19e2-e75e-3697-affe-9d56bfc34750",
    "labels": [],
    "label_ids": [],
    "release_date": "1986-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Eyes Are Mosaics” is a 1986 track from The Moon and the Melodies, the collaborative album by Cocteau Twins and ambient composer Harold Budd. It’s one of the record’s four vocal songs, a gauzy dream‑pop piece where Budd’s luminous piano and the band’s treated guitar/bass cradle Elizabeth Fraser at peak glossolalia.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}