Information about plays

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

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

{
    "id": 3656527,
    "uri": "https://api.kexp.org/v2/plays/3656527/?format=api",
    "airdate": "2026-05-18T20:08:31-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Vanidad",
    "track_id": null,
    "recording_id": null,
    "artist": "Valgur",
    "artist_ids": [
        "808709d0-bf3d-49b0-9b88-42e128c865c5"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-05-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "You’re listening exclusively to the Live on KEXP session from Valgur, the incredible duo from Oaxaca, Mexico.\n\nValgur is back in Seattle next May 28th at Vera Project!\nhttps://dice.fm/event/wwdbpg-valgur-28th-may-the-vera-project-seattle-tickets\n\nValgur Live on KEXP!\nhttps://www.youtube.com/watch?v=u2pyLsoU1fE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}