Information about plays

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

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

{
    "id": 3542896,
    "uri": "https://api.kexp.org/v2/plays/3542896/?format=api",
    "airdate": "2025-08-21T14:03:12-07:00",
    "show": 64348,
    "show_uri": "https://api.kexp.org/v2/shows/64348/?format=api",
    "image_uri": "https://coverartarchive.org/release/996bae7d-1c12-3037-ad98-39ecf92451df/5304833689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/996bae7d-1c12-3037-ad98-39ecf92451df/5304833689-250.jpg",
    "song": "Any Major Dude Will Tell You",
    "track_id": null,
    "recording_id": "d5439552-d683-4e93-9bef-4638e77ed679",
    "artist": "Steely Dan",
    "artist_ids": [
        "e01c3376-15fa-40d7-b747-5f219bdefdd7"
    ],
    "album": "Pretzel Logic",
    "release_id": null,
    "release_group_id": "5c938587-b4cd-3d6c-9f9e-a87492a2c9de",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Katherine in Kent, requesting \"Any Major Dude Will Tell You\": \nToday would have been my husband Josh’s 55th birthday, but he left us on May 5th of this year, too too soon. I’m still coming to terms with what it feels like for him to be gone. He brought innumerable things to my life and so many joyful experiences. I remember driving on the north shore of Oahu for the first time and listening to Steely Dan. Josh was such a fanboy, and I barely knew who they were! Now, almost 20 years later, I know almost all the words, and this was one of our favorites. Truly, any minor world that breaks apart will fall together again. Miss you, my Joshie.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}