Information about plays

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

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

{
    "id": 3635088,
    "uri": "https://api.kexp.org/v2/plays/3635088/?format=api",
    "airdate": "2026-03-29T10:47:58-07:00",
    "show": 66311,
    "show_uri": "https://api.kexp.org/v2/shows/66311/?format=api",
    "image_uri": "https://coverartarchive.org/release/a792ff8a-e02f-4cfd-a6ed-b2e48d0979e1/41108733779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a792ff8a-e02f-4cfd-a6ed-b2e48d0979e1/41108733779-250.jpg",
    "song": "County Clown",
    "track_id": null,
    "recording_id": "806a4420-841a-40c9-82d8-5df38c631410",
    "artist": "Lou Hazel",
    "artist_ids": [
        "372f03c6-a0a3-4144-8b47-2971cf2e73a7"
    ],
    "album": "Riot of the Red",
    "release_id": null,
    "release_group_id": "fc13a70b-30f4-4868-91fe-4a9621b10ff6",
    "labels": [
        "Tender Wizard Songs"
    ],
    "label_ids": [],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hazel grew up along the Allegheny River and has settled in Durham, NC.\nhttps://louhazel.bandcamp.com/album/riot-of-the-red",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}