Information about plays

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

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

{
    "id": 3620469,
    "uri": "https://api.kexp.org/v2/plays/3620469/?format=api",
    "airdate": "2026-02-21T18:57:06-08:00",
    "show": 65996,
    "show_uri": "https://api.kexp.org/v2/shows/65996/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Machine",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Spider's Back",
    "artist_ids": [],
    "album": "Warped",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off the second EP by this Seattle-originated act!\n\n\"Big Spider's Back began as a bedroom recording project in Seattle 2007 and has continually evolved over the years; Combining swirls of psychedelia, synths and lo-fi club bangers, BSB's music has been featured in The Japan Times, Pitchfork, Vice, and many other online venues.\"\n\nhttps://bigspidersback.bandcamp.com/album/warped",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}