Information about plays

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

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

{
    "id": 3595195,
    "uri": "https://api.kexp.org/v2/plays/3595195/?format=api",
    "airdate": "2025-12-24T04:06:50-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And Anyway It’s Christmas",
    "track_id": "42b87cc6-2724-4756-8a80-30c2213b1aa8",
    "recording_id": "ca20f0ba-7bd3-41f2-9af5-ae771e5c74ad",
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "And Anyway It’s Christmas",
    "release_id": "103ed7aa-7af1-4c34-9766-0e2e014d1e3b",
    "release_group_id": "f5ed63da-1e79-4311-bbf1-7931b766285f",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2013-12-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nic Offer pulled together members of the groups Black Liquourice and Popesmashers to form !!! (Chk Chk Chk) in 1996\n\nCheryl Waters hosted !!! - Live in the KEXP Studio - last year: https://youtu.be/tnAR6sVaIK8\n\nhttps://chkchkchk.bandcamp.com/album/and-anyway-it-s-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}