Information about plays

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

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

{
    "id": 3596597,
    "uri": "https://api.kexp.org/v2/plays/3596597/?format=api",
    "airdate": "2025-12-27T05:21:33-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Greyhound Superman",
    "track_id": null,
    "recording_id": null,
    "artist": "Footprints",
    "artist_ids": [
        "6ac4cd33-e6b9-400c-ae90-65481ab61cd3"
    ],
    "album": "Operation Raw",
    "release_id": null,
    "release_group_id": "6c1c7cdc-ad45-44a0-872e-8c419f716766",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A Seattle underground classic cassette-only release, \"Operation Raw\" features early work from Proh Mic and Bean One, who have gone on to release their own work and collaborate with many other artists.\n\nhttps://www.discogs.com/release/15460958-Footprints-Operation-Raw?srsltid=AfmBOorfMURSjO8b46-KLzw6VRBVCHwsDIuLMhieB2vsdPiBBVpO_LT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}