Information about plays

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

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

{
    "id": 3566980,
    "uri": "https://api.kexp.org/v2/plays/3566980/?format=api",
    "airdate": "2025-10-18T22:58:00-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9574114-1197-4a23-a9e2-8c88c8113829/39613204345-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9574114-1197-4a23-a9e2-8c88c8113829/39613204345-250.jpg",
    "song": "No Kicker",
    "track_id": null,
    "recording_id": "863cfed0-bc1d-4c75-9477-8df375a6a402",
    "artist": "Naked Roommate",
    "artist_ids": [
        "3d232a26-295d-467e-acc3-a20e22150db2"
    ],
    "album": "Pass the Loofah",
    "release_id": null,
    "release_group_id": "343b2608-b81e-4ec6-9e41-ad2fbf35de31",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Self-described as 'absurdist dance music,' Naked Roommate originally spun off from Oakland's five-piece band, THE WORLD. and features members of Blues Lawyer.\n\"Pass The Loofah\" is the second album to come from this 'must-see, ever-evolving live act.'  \nRead more about the band here:\nhttps://nakedroommate.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}