Information about plays

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

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

{
    "id": 3598936,
    "uri": "https://api.kexp.org/v2/plays/3598936/?format=api",
    "airdate": "2026-01-01T19:10:51-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mujina",
    "track_id": null,
    "recording_id": null,
    "artist": "TAMTAM, FORD TRIO",
    "artist_ids": [
        "795c75da-6dd6-4a1b-a9cb-b1ec899ae02c",
        "82ed3698-f3b5-44a8-a6ca-7d2695530935"
    ],
    "album": "YANT",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"MUJINA\" is a song that references an ancient Japanese folktale about a creature called Mujina, a tanuki demon that shapeshifts into human form or other appearances to lure people into its forest to consume their souls. The band uses this concept to draw comparisons to various aspects of human relationships throughout this album.\nIn addition to incorporating this Japanese folktale, the song features Kuro from the Japanese band TAMTAM (known for their Neo-Psychedelic, Contemporary R&B, and Indie Pop sound) who collaborated on the music and vocals. This track is a blend of Neo Thai Funk from Thailand, exemplified by FORD TRIO, and TAMTAM's style, which often incorporates traditional Japanese instruments into their music. This collaboration perfectly showcases the musical cultures of both countries.\n\nhttps://fordtrio.bandcamp.com/track/mujina-feat-tamtam",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}