Information about plays

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

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

{
    "id": 3551846,
    "uri": "https://api.kexp.org/v2/plays/3551846/?format=api",
    "airdate": "2025-09-11T21:19:18-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kaigara Bushi",
    "track_id": null,
    "recording_id": "2907ceee-a372-41ce-893b-7351eba1d2cc",
    "artist": "Mitsune",
    "artist_ids": [
        "ce2ee54e-523c-459c-84b8-ff0e08bb8290"
    ],
    "album": "Hazama",
    "release_id": null,
    "release_group_id": "0e29699b-2575-483a-a4a4-99627445dd6d",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mitsune blends traditional Japanese folk with the wild and innovative sounds of psychedelic, cinematic and ritual music, crafting original compositions that breathe new life into ancient narratives. Led by a duo of female shamisen players, accompanied with percussion and bass, the Berlin-based 4-piece serves modern folklore with driving beats, raw emotion, and decadent visuals.  \n\nCatch their KEXP Live Session here:\nhttps://www.youtube.com/watch?v=_Mik8XJgpTU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}