Information about plays

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

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

{
    "id": 3576972,
    "uri": "https://api.kexp.org/v2/plays/3576972/?format=api",
    "airdate": "2025-11-11T21:26:35-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "https://coverartarchive.org/release/e77083ea-06e5-4589-9964-10eef29d0709/42076451856-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e77083ea-06e5-4589-9964-10eef29d0709/42076451856-250.jpg",
    "song": "Bin Bin ii",
    "track_id": null,
    "recording_id": null,
    "artist": "Khruangbin",
    "artist_ids": [
        "aea4c9b9-9f8d-49dc-b2ca-57d6f26e8634"
    ],
    "album": "The Universe Smiles Upon You ii",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2025-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Khruangbin on tour!!\nhttps://www.khruangbin.com/tour\n\nSeattle, WA: November 19 at the Neptune Theatre\nPortland, OR: November 20 at McMenamins Crystal Ballroom\nSan Francisco, CA: November 22 & 23 at The Regency Ballroom\nLos Angeles, CA: November 24 & 25 at The Fonda Theatre",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}