Information about plays

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

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

{
    "id": 3579229,
    "uri": "https://api.kexp.org/v2/plays/3579229/?format=api",
    "airdate": "2025-11-17T03:02:40-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Ballad of Crowfoot",
    "track_id": null,
    "recording_id": "62eccd73-982c-4054-862c-58cc1c64cbf4",
    "artist": "Willie Dunn",
    "artist_ids": [
        "7de3849c-5d33-453a-b0f6-06c92d5cdce6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mi'kmaq\t\n\nWilliam Lawrence Dunn was a Canadian singer-songwriter, film director and politician. Born in Montreal, he was of mixed Mi'kmaq and Scottish/Irish background. Dunn often highlighted indigenous issues in his work.\n\nThe Ballad of Crowfoot is a musical telling of the life of the Blackfoot Chief and the betrayal and fall of his tribe with the White conquest of the Canadian West.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}