Information about plays

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

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

{
    "id": 3552928,
    "uri": "https://api.kexp.org/v2/plays/3552928/?format=api",
    "airdate": "2025-09-14T10:51:55-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1ea7cd8-167d-49cc-b037-20f51c9e9627/41663030098-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1ea7cd8-167d-49cc-b037-20f51c9e9627/41663030098-250.jpg",
    "song": "Fire and Brimstone",
    "track_id": null,
    "recording_id": "60dfa375-ae5b-4831-a5cf-21374cedff7e",
    "artist": "Death Valley Girls",
    "artist_ids": [
        "987c6ccf-d4c5-4f23-938a-c0a21782803d"
    ],
    "album": "Sisters of the Moon b/w Fire and Brimstone",
    "release_id": null,
    "release_group_id": "76b67d9b-38f6-424e-8cde-c1a6ac8851c8",
    "labels": [
        "Suicide Squeeze"
    ],
    "label_ids": [],
    "release_date": "2025-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The LA band released this cover of Link Wray’s song as the B-side to a Fleetwood Mac cover single.\nhttps://deathvalleygirls.bandcamp.com/album/sisters-of-the-moon-b-w-fire-and-brimstone",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}