Information about plays

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

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

{
    "id": 3569853,
    "uri": "https://api.kexp.org/v2/plays/3569853/?format=api",
    "airdate": "2025-10-25T18:04:39-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Up That Hill",
    "track_id": "761229d9-fa6a-3e20-9374-3ded63cabe55",
    "recording_id": "ac54f28e-b6e7-47da-b709-2374df785e78",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Night Drive",
    "release_id": "171d802a-25d7-4eba-8e18-6f280c30d7c6",
    "release_group_id": "d2ec4a39-80d1-35f8-a674-0596ccd47333",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2010-12-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is Chromatics' 2007 cover of the classic Kate Bush tune, \"Running Up That Hill\" from her 1985 'Hounds of Love' album.\n\nThe Portland synth-pop group was comprised of Johnny Jewel, Ruth Radelet, Adam Miller and Nat Walker. Their last album, Closer to Grey, was released in 2019. The band announced their breakup shortly afterward. \n\nhttps://tinyurl.com/3svrx94e",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}