Information about plays

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

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

{
    "id": 3601955,
    "uri": "https://api.kexp.org/v2/plays/3601955/?format=api",
    "airdate": "2026-01-08T20:20:05-08:00",
    "show": 65598,
    "show_uri": "https://api.kexp.org/v2/shows/65598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sun Moon Darkness 明日音",
    "track_id": null,
    "recording_id": null,
    "artist": "夢東",
    "artist_ids": [
        "570fe648-4a8a-4568-862e-a1ec4cd817fa"
    ],
    "album": "Sun Moon Darkness 明日音",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Sun Moon Darkness 明日音” is an album born from the imagination of Future Folk.\nIt intertwines the folk sounds of Taiwan, the atmosphere of West Asia, and the futuristic textures of electronic synthesizers to portray a sound structure that feels both ancient and avant-garde.\nIt is a voice that emerges from the local and points toward the future — a sound that expands the very possibilities of folk music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}