Information about plays

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

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

{
    "id": 3605876,
    "uri": "https://api.kexp.org/v2/plays/3605876/?format=api",
    "airdate": "2026-01-18T06:42:52-08:00",
    "show": 65682,
    "show_uri": "https://api.kexp.org/v2/shows/65682/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue",
    "track_id": null,
    "recording_id": null,
    "artist": "Dobrawa Czocher",
    "artist_ids": [
        "8a29169a-6412-4e60-b10b-90ec5eabdf3d"
    ],
    "album": "State of Matter",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "130701/FatCat"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead single to the forthcoming solo album from Polish cellist and composer Dobrawa Czocher, who has previously collaborated closely with Hania Rani ~ https://dobrawaczocher.bandcamp.com/album/state-of-matter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}