Information about plays

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

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

{
    "id": 3595720,
    "uri": "https://api.kexp.org/v2/plays/3595720/?format=api",
    "airdate": "2025-12-25T06:38:31-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want To Spend Christmas With Elvis",
    "track_id": "c2c55c06-3c8d-31bf-a8bc-2062ef807f3a",
    "recording_id": "cceedd52-1518-4194-94a3-3a5f83826d3b",
    "artist": "Debbie Dabney",
    "artist_ids": [
        "a47a472f-4e28-4f38-8283-958dea09ec36"
    ],
    "album": "Savoy Christmas Blues",
    "release_id": "274e234d-eee8-4cfe-b96b-c8ed74d1bcca",
    "release_group_id": "41323cfa-bf22-4b55-ae27-8009ddfedba3",
    "labels": [
        "Savoy Jazz"
    ],
    "label_ids": [
        "83b99127-6ecc-4034-a194-9ea99a1a1c8a"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The subtitle for this track is Heartbreak Noel. Yup.\n\n***\n\nI'd be so lonely, baby, I'd be so lonely\nIt's gonna be heartbreak Noel\n\nSo don't be cruel, and love me tender\nDon't give me those blue moon blues\nSo come on, baby, I wanna play house\nAnd I promise not to step on your blue suede shoes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}