Information about plays

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

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

{
    "id": 3581023,
    "uri": "https://api.kexp.org/v2/plays/3581023/?format=api",
    "airdate": "2025-11-21T11:26:15-08:00",
    "show": 65169,
    "show_uri": "https://api.kexp.org/v2/shows/65169/?format=api",
    "image_uri": "https://ia600202.us.archive.org/6/items/mbid-95355c6c-d22f-395d-8bc9-c40519a3ac29/mbid-95355c6c-d22f-395d-8bc9-c40519a3ac29-9777993909_thumb500.jpg",
    "thumbnail_uri": "https://dn710707.ca.archive.org/0/items/mbid-95355c6c-d22f-395d-8bc9-c40519a3ac29/mbid-95355c6c-d22f-395d-8bc9-c40519a3ac29-9777993909_thumb250.jpg",
    "song": "Outside My Door",
    "track_id": "0f4fb765-1e85-30f2-9fa9-fd2ae8afe534",
    "recording_id": "e964b299-48d9-4bd6-8bbc-fab656e48417",
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Monster Movie",
    "release_id": "95355c6c-d22f-395d-8bc9-c40519a3ac29",
    "release_group_id": "2a03875e-05c1-3b8f-8b8a-6bdc82f8f412",
    "labels": [
        "Spoon Records"
    ],
    "label_ids": [
        "92ab7096-226a-451d-af9e-865cb3b68025"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "German band Can debuted in 1969 with this album, Monster Movie. \n\n\"Can would not become just another band. For one, they eschewed the idea of a frontman or long solos. Each member of the group served a specific function, but the band operated as a collective; no individual part was more important than the whole. They recorded music in a manner befitting a modern electronic artist, editing together tracks using source material culled from marathon improv sessions.\" \n\nRead more from this retrospective review of the band's early work: https://tinyurl.com/yuwphz7u",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}