Information about plays

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

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

{
    "id": 3545895,
    "uri": "https://api.kexp.org/v2/plays/3545895/?format=api",
    "airdate": "2025-08-28T13:41:10-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb21defe-7909-48d8-a9d3-bb91671f3e49/36145274592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb21defe-7909-48d8-a9d3-bb91671f3e49/36145274592-250.jpg",
    "song": "Free Your Mind and Your Ass Will Follow",
    "track_id": null,
    "recording_id": "623cfa35-259e-47c2-976b-8d90f32a9a8f",
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Free Your Mind… and Your Ass Will Follow",
    "release_id": null,
    "release_group_id": "9e010e17-8f75-36b4-91e0-806da39177b1",
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [
        "0f6fb74a-eb83-4a02-b975-3c2e470f6aaa"
    ],
    "release_date": "1970-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This year marks the 55th anniversary of Funkadelic's second album, \"Free Your Mind.\"  As George Clinton noted, the album \"was written almost entirely on LSD. You can hear it in the guitar sound we got, and the way we produced it, and you can read it in the lyrics and the song titles.\" Learn more about this release: https://ultimateclassicrock.com/funkadelic-free-your-mind-and-your-ass-will-follow/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}