Information about plays

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

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

{
    "id": 3674485,
    "uri": "https://api.kexp.org/v2/plays/3674485/?format=api",
    "airdate": "2026-06-30T11:01:54-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-e2ab7495-b4a0-4b1b-9874-28ac451bfbec/mbid-e2ab7495-b4a0-4b1b-9874-28ac451bfbec-4819717189_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-e2ab7495-b4a0-4b1b-9874-28ac451bfbec/mbid-e2ab7495-b4a0-4b1b-9874-28ac451bfbec-4819717189_thumb250.jpg",
    "song": "Holy Holy",
    "track_id": "37141c8e-7cbd-372f-afe1-ff774f8e0ac0",
    "recording_id": "fcde92bc-1ced-4003-a401-98b8ebf822e8",
    "artist": "Wye Oak",
    "artist_ids": [
        "3c8ff4c9-b5b9-4e78-ad9d-5157c323de24"
    ],
    "album": "Civilian",
    "release_id": "e2ab7495-b4a0-4b1b-9874-28ac451bfbec",
    "release_group_id": "6ac512b1-60b5-4c7b-a923-f2699cb3addc",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2011-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Holy Holy\" comes from Wye Oak's 2011 Civilian album, the duo's (Jenn Wasner and Andy Stack) third full-length release. \n\nHere's Wye Oak performing live at The Triple Door as part of KEXP's VIP Club concert series in 2014. Watch the full set, including \"Holy Holy,\" here: https://youtu.be/GaEevB7x8Vs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}