Information about plays

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

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

{
    "id": 3557679,
    "uri": "https://api.kexp.org/v2/plays/3557679/?format=api",
    "airdate": "2025-09-25T19:24:39-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Comes the Rain",
    "track_id": null,
    "recording_id": null,
    "artist": "Cambodian Space Project",
    "artist_ids": [
        "e36ac8a0-b84f-4d65-8d8b-895aadc363f7"
    ],
    "album": "Whisky Cambodia",
    "release_id": null,
    "release_group_id": "5ccfc656-72d8-4420-baeb-6aa256d41c93",
    "labels": [
        "Metal Postcard"
    ],
    "label_ids": [
        "5637ba29-c53d-4cae-83a4-f0465336135e"
    ],
    "release_date": "2014-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cambodian Space Project is a psychedelic rock band that was formed in 2009 in Phnom Penh, Cambodia. The core of the group consists of Tasmanian musician Julien Poulson and Cambodian singer Srey Channthy.\n\nhttps://metalpostcard.bandcamp.com/album/cambodian-space-project-whiskey-cambodia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}