Information about plays

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

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

{
    "id": 3595752,
    "uri": "https://api.kexp.org/v2/plays/3595752/?format=api",
    "airdate": "2025-12-25T07:59:22-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Tree on Fire",
    "track_id": null,
    "recording_id": "54ac7ce4-5b64-4595-b5c5-28dbf871e4de",
    "artist": "Holly Golightly",
    "artist_ids": [
        "c0d96e6b-ee48-422d-8c28-f169ada973a8"
    ],
    "album": "Christmas Tree on Fire",
    "release_id": null,
    "release_group_id": "b0f4e182-fab1-4134-aeec-cc53aca67b8a",
    "labels": [
        "Damaged Goods"
    ],
    "label_ids": [
        "82e33448-fd8d-4cf1-a5a0-3d0520c19282"
    ],
    "release_date": "2006-12-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Tom Heinl, this track was recorded at Holly’s barn deep in the heart of Kent as well as the b-side, ‘Hear My Call, Here’ (originally recorded by The Staple Singers).\nhttps://damagedgoods.greedbag.com/buy/christmas-tree-on-fire-3/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}