Information about plays

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

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

{
    "id": 3657367,
    "uri": "https://api.kexp.org/v2/plays/3657367/?format=api",
    "airdate": "2026-05-20T20:19:19-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ultramarine",
    "track_id": null,
    "recording_id": "97e6436a-78d3-4e75-bbf1-658167350735",
    "artist": "Allah-Las",
    "artist_ids": [
        "cfd1fdcc-3c1d-4854-a500-31d96a6d5184"
    ],
    "album": "Ultramarine",
    "release_id": null,
    "release_group_id": "a10ca18d-62ad-45f3-bd4d-fd2250dc3741",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2026-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"the perfect mixture of the sands, the seas, the streets and cities of the golden state.\"\n\nMay 28 @ The Catalyst in Santa Cruz, CA\nMay 29 & 30 @ The Chapel in San Francisco, CA\n\nhttps://allah-las.bandcamp.com/album/ultramarine-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}