Information about plays

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

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

{
    "id": 3547895,
    "uri": "https://api.kexp.org/v2/plays/3547895/?format=api",
    "airdate": "2025-09-02T07:18:25-07:00",
    "show": 64453,
    "show_uri": "https://api.kexp.org/v2/shows/64453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hallelujah",
    "track_id": "eea3a378-832b-3300-8c65-d829cb866e76",
    "recording_id": "da1308d1-6037-4ba1-b6fc-a643a4201140",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "b2f862e5-a1f3-475d-85a1-6cb1160286aa",
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The album of the week is 'Grace' by Jeff Buckley! \n--\nThe album was released in 1994 and the Leonard Cohen cover of Hallelujah was almost left off the album:\n--\n'Originally, Buckley recorded over 20 takes of the song, meticulously crafting the final version from different recordings. Columbia Records wasn’t convinced of its commercial potential, but Buckley insisted on including it. Years later, the song would go on to introduce him to an entirely new generation of listeners, proving his instincts were spot on.'\n-- \nThe new Jeff Buckley documentary - 'Its Never Over' is out in cinemas!\nhttps://pitchfork.com/news/watch-the-trailer-for-new-documentary-its-never-over-jeff-buckley/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}