Information about plays

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

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

{
    "id": 3595298,
    "uri": "https://api.kexp.org/v2/plays/3595298/?format=api",
    "airdate": "2025-12-24T09:18:43-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa’s Comin’ Down the Chimney",
    "track_id": "049799b2-c7fc-45f3-8b02-2f850d7d1518",
    "recording_id": "726fa6c6-c9ec-4c06-acd0-eaf9088dce1f",
    "artist": "Confidence Man",
    "artist_ids": [
        "9fab430a-f1af-4a69-bf68-6857a7a50a68"
    ],
    "album": "Santa’s Comin’ Down the Chimney",
    "release_id": "7b6b2210-b08c-4b8f-97e9-1c8438272a6d",
    "release_group_id": "06f8fc25-50e2-483d-878b-3edc97a8ee8b",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2018-11-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Danielle in Belfair!\n\n\"I've been nice and I've been naughty All the things that Santa taught me Mom and daddy never caught me P O L I C E report me...\" https://confidenceman.bandcamp.com/album/santas-comin-down-the-chimney https://www.confidenceman.com.au/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}