Information about plays

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

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

{
    "id": 3634860,
    "uri": "https://api.kexp.org/v2/plays/3634860/?format=api",
    "airdate": "2026-03-28T21:40:36-07:00",
    "show": 66307,
    "show_uri": "https://api.kexp.org/v2/shows/66307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1,000 Kez",
    "track_id": null,
    "recording_id": null,
    "artist": "Gentilesky",
    "artist_ids": [],
    "album": "Dream",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Slovenly"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring veterans from the European underground (The Rippers, Love Boat), the band takes their name from the Baroque painter Artemisia Gentileschi to bridge the gap between historical subversion and modern punk. https://gentilesky.bandcamp.com/album/gentilesky-dream-lp",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}