Information about plays

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

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

{
    "id": 3588188,
    "uri": "https://api.kexp.org/v2/plays/3588188/?format=api",
    "airdate": "2025-12-07T18:17:43-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "https://coverartarchive.org/release/fc7d1832-b168-4fef-9f6a-a853dcc39223/17827466927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fc7d1832-b168-4fef-9f6a-a853dcc39223/17827466927-250.jpg",
    "song": "I'm So Happy",
    "track_id": null,
    "recording_id": "6e7db2ce-ae45-4277-ba5c-31184a044e37",
    "artist": "Light of the World",
    "artist_ids": [
        "dcd7a1c6-96a2-4f0b-a3c8-c79433af2cea"
    ],
    "album": "Round Trip",
    "release_id": null,
    "release_group_id": "f0becedd-5bce-3ccf-a199-a1e7583a90cd",
    "labels": [
        "Ensign"
    ],
    "label_ids": [
        "710c008e-1e3e-46ae-a91a-4f3f71afc45d"
    ],
    "release_date": "1980-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British jazz-funk band Light of the World released \"I'm So Happy\" on their 1981 album Round Trip.\n\nLight of the World's original 1979 lineup included:\nJean-Paul (Bluey) Maunick\nNevil (Breeze) McKrieth\nPaul (Tubbs) Williams\nPeter (Stepper) Hinds\nEverton McCalla\nGaniyu (Gee) Bello\nNathaniel (Nat) Augustin\nKenny Wellington\nDavid (Baps) Baptiste",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}