Information about plays

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

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

{
    "id": 3545908,
    "uri": "https://api.kexp.org/v2/plays/3545908/?format=api",
    "airdate": "2025-08-28T14:19:17-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/63e9dae2-7f43-400d-b1a9-96639392475f/6305179369-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63e9dae2-7f43-400d-b1a9-96639392475f/6305179369-250.jpg",
    "song": "I’ll Stay",
    "track_id": null,
    "recording_id": "a2b7dd2e-30f1-441b-838d-7eb70d7ec51f",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Standing on the Verge of Getting It On",
    "release_id": null,
    "release_group_id": "2aca4ebe-fd78-3222-930d-b521a82e3e51",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1974-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the mid-60s, George Clinton wrote many songs for other artists that he would eventually revisit with his later bands Parliament and Funkadelic. This song, “I’ll Stay”, with lyrics describing a man waiting for a woman to return to him, began life in 1966 as “I’ll Wait” performed by Pat Lewis, with lyrics about a lady waiting for her man to return to her. In late 1968, George Clinton recorded the song with The Parliaments, and the song was the b-side of “A New Day Begins”, the last Parliaments single before their label folded.\n--\nThat's the fabulous Eddie Hazel on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}