Information about plays

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

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

{
    "id": 3548686,
    "uri": "https://api.kexp.org/v2/plays/3548686/?format=api",
    "airdate": "2025-09-04T03:45:34-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d5a89e2-c6b0-467d-bfe8-35a258e4d2c6/26595263583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d5a89e2-c6b0-467d-bfe8-35a258e4d2c6/26595263583-250.jpg",
    "song": "Helicopter",
    "track_id": null,
    "recording_id": "5ce2cef0-e070-429b-9f98-7f06c9ea57b9",
    "artist": "Bloc Party",
    "artist_ids": [
        "8c538f11-c141-4588-8ecb-931083524186"
    ],
    "album": "Silent Alarm",
    "release_id": null,
    "release_group_id": "f3f82b80-b2c5-3151-be53-5cb5803860e0",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2005-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silent Alarm is the debut studio album from UK band Bloc Party. These lyrics have been speculated to be about former US president George W. Bush because of the lyrics \"Just like his dad, the same mistakes\" and \"Are you hoping for a miracle?\" However, these claims have been denied by the band on multiple occasions. Kele Okereke stated that he’d actually written the lyrics of “Helicopter” about himself.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}