Information about plays

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

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

{
    "id": 3545533,
    "uri": "https://api.kexp.org/v2/plays/3545533/?format=api",
    "airdate": "2025-08-27T15:29:33-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia601808.us.archive.org/22/items/mbid-6b64aab7-abd0-452a-9805-0ca4ae02f6d9/mbid-6b64aab7-abd0-452a-9805-0ca4ae02f6d9-28585147160_thumb500.jpg",
    "thumbnail_uri": "https://ia801808.us.archive.org/22/items/mbid-6b64aab7-abd0-452a-9805-0ca4ae02f6d9/mbid-6b64aab7-abd0-452a-9805-0ca4ae02f6d9-28585147160_thumb250.jpg",
    "song": "Five Minutes of Funk",
    "track_id": "9f0aaa93-5728-36dd-8238-c3bd676a41b6",
    "recording_id": "69eded4b-4569-43e1-824b-7f6ad3c528ca",
    "artist": "Whodini",
    "artist_ids": [
        "1cc9fbfc-6221-409f-ac5a-b9373b1f192f"
    ],
    "album": "Street Jams: Hip-Hop From the Top Part 2",
    "release_id": "6b64aab7-abd0-452a-9805-0ca4ae02f6d9",
    "release_group_id": "d3cf1ae4-252e-3aec-972c-1ebcca05923d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After hearing \"Me, Myself, and I.\" Byron in Rhode Island wrote, \n\"Others say it better and request my favs too. De La is hitting hard. I'll go older school. Can y'all squeeze in 5 Min of Funk?\n--\nHappy Amplifiers Love Day!!!\nThanks for spreading the love, the music, and the love of music! Testify!!!\nI was literally going to request \"Friends\" by Whodini, but never mind! You just scratched my itch!\n-Kevin in Tumwater",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}