Information about plays

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

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

{
    "id": 3636575,
    "uri": "https://api.kexp.org/v2/plays/3636575/?format=api",
    "airdate": "2026-04-01T20:03:53-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4001197-d91e-4c59-bd90-0bc6f82e2b00/33024601624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4001197-d91e-4c59-bd90-0bc6f82e2b00/33024601624-250.jpg",
    "song": "Springtime",
    "track_id": null,
    "recording_id": "0cc9850d-6e5f-4328-ba0b-8231ea07df8e",
    "artist": "Wax Machine",
    "artist_ids": [
        "9a1e61ef-c78d-425e-98c7-e518fc364063"
    ],
    "album": "Hermit’s Grove",
    "release_id": null,
    "release_group_id": "382d2f88-6f2b-4f25-b08e-4ef14e1eefae",
    "labels": [
        "Batov Records"
    ],
    "label_ids": [
        "72500051-6183-4b30-b03c-e3ae5b0793cf"
    ],
    "release_date": "2022-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Surfing on a sun-drenched wave of psychedelia comes Brighton’s very own Merry Pranksters, Wax Machine. Primarily recorded and mixed in a closet room directly above a mortuary, their self-produced album Hermit’s Grove is a heady trip through progressive psychedelia, kitsch Italian library music and Brazilian tropicalia.\"\n\nhttps://waxmachine.bandcamp.com/album/hermits-grove",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}