Information about plays

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

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

{
    "id": 3620568,
    "uri": "https://api.kexp.org/v2/plays/3620568/?format=api",
    "airdate": "2026-02-21T22:29:13-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/18821824-bd53-4609-8018-948833ecd689/3395917181-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/18821824-bd53-4609-8018-948833ecd689/3395917181-250.jpg",
    "song": "Honor & Justice",
    "track_id": null,
    "recording_id": "770da5c0-7f0d-451e-aaad-74b9b9ae7993",
    "artist": "B.G.K.",
    "artist_ids": [
        "f9253dd8-02b6-4149-9e9a-5bfebef033a9"
    ],
    "album": "A Dutch Feast... The Complete Works of Balthasar Gerards Kommando",
    "release_id": null,
    "release_group_id": "ceed450f-d941-3576-9059-849075a909a1",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1999-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BGK – Balthasar Gerards Kommando - came out of the Netherlands in the early 1980s and blazed a hard and fast trail through Europe and the US from 1982 to 1988.\n\nhttps://alternativetentacles.com/pages/artist-page/bgk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}