Information about plays

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

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

{
    "id": 3635643,
    "uri": "https://api.kexp.org/v2/plays/3635643/?format=api",
    "airdate": "2026-03-30T15:56:45-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reckless Gurl",
    "track_id": null,
    "recording_id": "05654dd2-e600-4ebd-9188-d5a505348293",
    "artist": "DJ Dan",
    "artist_ids": [
        "290d8ed0-9560-4e36-9260-2a1519d886a5"
    ],
    "album": "Disco Funk Odyssey",
    "release_id": null,
    "release_group_id": "4e47a47f-43c9-4bfb-bd31-fb5db1b7f640",
    "labels": [
        "Guesthouse Music"
    ],
    "label_ids": [
        "e2e3a672-fc7d-44f6-bd11-80e8741f74a8"
    ],
    "release_date": "2012-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP DJ Dan who passed away this past weekend at the age of 57. \n\n\"He pioneered what became known as the West Coast house sound: a psychedelic fusion of house, breakbeat dubs, and techo,\" APT Entertainment said. \"Through an innovative approach to double-pack live mix releases, he was among the first DJs to harness mixtape culture as a vehicle for building a global following.\" http://www.aptentertainment.com/book-djdan.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}