Information about plays

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

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

{
    "id": 3540978,
    "uri": "https://api.kexp.org/v2/plays/3540978/?format=api",
    "airdate": "2025-08-16T22:53:55-07:00",
    "show": 64310,
    "show_uri": "https://api.kexp.org/v2/shows/64310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dumb Fucking World",
    "track_id": null,
    "recording_id": null,
    "artist": "TVO",
    "artist_ids": [
        "cdc88954-16c1-4005-897e-1b94e4b9ee02"
    ],
    "album": "All Aboard the Choo Choo Fuck You",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album from this five piece out of West Philadelphia,  PA\n\nhttps://itstvo.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}