Information about plays

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

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

{
    "id": 3618212,
    "uri": "https://api.kexp.org/v2/plays/3618212/?format=api",
    "airdate": "2026-02-16T07:38:56-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://coverartarchive.org/release/311506a5-a48f-4800-9765-e22a50bdc423/39901548592-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/311506a5-a48f-4800-9765-e22a50bdc423/39901548592-250.jpg",
    "song": "Astral Weeks",
    "track_id": null,
    "recording_id": "db69c688-8a48-49e1-a298-569118d90fe6",
    "artist": "Van Morrison",
    "artist_ids": [
        "a41ac10f-0a56-4672-9161-b83f9b223559"
    ],
    "album": "Astral Weeks",
    "release_id": null,
    "release_group_id": "7d568f14-d86e-3584-97d0-c1824599de04",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1968-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album came out in November, 1968. Ten years later, critic Lester Bangs called it “a mystical document” and “a beacon, a light on the far shores of the murk.” Bruce Springsteen said that it gave him “a sense of the divine.”: https://www.newyorker.com/culture/culture-desk/the-miracle-of-van-morrisons-astral-weeks\n--\nVan Morrison is playing six shows in San Francisco, Feb 17th-24th: https://www.vanmorrison.com/live",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}