Information about plays

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

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

{
    "id": 3547993,
    "uri": "https://api.kexp.org/v2/plays/3547993/?format=api",
    "airdate": "2025-09-02T13:10:37-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://coverartarchive.org/release/d007c4c6-6211-4be2-9ba0-87758e6df136/6348130529-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d007c4c6-6211-4be2-9ba0-87758e6df136/6348130529-250.jpg",
    "song": "Hardcore Jollies",
    "track_id": null,
    "recording_id": "1806e55a-5716-4d9f-8748-e371f4dd29ab",
    "artist": "Fuinkadelic",
    "artist_ids": [],
    "album": "Hardcore Jollies",
    "release_id": null,
    "release_group_id": "022fea45-7d3e-3555-8f1d-6c81cfd6936c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1976-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Frank by request!\n\nThis one was written by George Clinton and Bernie Worrell.  Eddie Hazel, although uncredited, played guitar on this album.  That's Michael Hampton soloing here, too.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}