Information about plays

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

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

{
    "id": 3618817,
    "uri": "https://api.kexp.org/v2/plays/3618817/?format=api",
    "airdate": "2026-02-17T19:49:14-08:00",
    "show": 65961,
    "show_uri": "https://api.kexp.org/v2/shows/65961/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Igloo",
    "track_id": null,
    "recording_id": null,
    "artist": "The Silk Road",
    "artist_ids": [],
    "album": "Ey Sune",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self Released"
    ],
    "label_ids": [],
    "release_date": "2026-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At its core, Ey Sune is about human connection through global sound. The Silk Road believe music is a universal language that bridges distance, culture, and experience. This EP is both an offering and a full-circle moment, inviting listeners to connect through rhythm, culture, and collaboration.\n\nhttps://www.silkroaddjs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}