Information about plays

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

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

{
    "id": 3606931,
    "uri": "https://api.kexp.org/v2/plays/3606931/?format=api",
    "airdate": "2026-01-20T20:48:14-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bla Ka Ka Ka",
    "track_id": null,
    "recording_id": null,
    "artist": "Dhanji,Zorba",
    "artist_ids": [],
    "album": "DZs Control",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "K8L Media"
    ],
    "label_ids": [],
    "release_date": "2020-12-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DZs Control, running a little over 30 minutes, is an outcome of a yearlong collaboration between Ahmedabad based rapper Dhanji and East Delhi based rapper Zorba featuring a range of other artists around them. Notably, Dhanji flows on the beats in a bouncy manner, with his voice and delivery adding an airy quality to the album. He switches between English, Hindi and Gujarati effortlessly while maintaining his own unique flow and accent.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}