Information about plays

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

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

{
    "id": 3551845,
    "uri": "https://api.kexp.org/v2/plays/3551845/?format=api",
    "airdate": "2025-09-11T21:15:38-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "모르겠어 (I Don't Know)",
    "track_id": null,
    "recording_id": null,
    "artist": "삼산(Sam San)",
    "artist_ids": [],
    "album": "Life, Life, Life",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samsan, named after her hometown Samsan-myeon, is a rising singer-songwriter fusing Korean traditional sounds with witty, modern storytelling. Her 2022 single I Don’t Know!—intended as a final attempt before quitting—unexpectedly became her breakthrough, earning multiple awards. In 2024, she took 1st place in the prestigious Sori Frontier X Birth of Sori competition. Trained in gayageum and haegeum at the Korean National University of Arts, Samsan blends the timeless and the contemporary, crafting bold, intimate narratives that reimagine traditional music with raw emotion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}