Information about plays

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

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

{
    "id": 3588782,
    "uri": "https://api.kexp.org/v2/plays/3588782/?format=api",
    "airdate": "2025-12-09T05:10:39-08:00",
    "show": 65329,
    "show_uri": "https://api.kexp.org/v2/shows/65329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk On By",
    "track_id": "cbbd1e56-e788-3b04-96c7-5f36dea29ade",
    "recording_id": "a7376fbc-536e-4a5a-a7bb-4c9a26e6b8d2",
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Black and White",
    "release_id": "78980017-e7ef-34aa-8288-e1e49cbc7aba",
    "release_group_id": "91bbb3c7-6b2e-3d92-9262-ddeb9ad9814f",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stranglers’ surprising take on “Walk On By,” the Hal David and Burt Bacharach composition originally popularized by Dionne Warwick in 1963, probably hurt their reputation with die-hard punk fans. Has a feel of The Doors about it. RIP Burt Bacharach",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}