Information about plays

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

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

{
    "id": 3523614,
    "uri": "https://api.kexp.org/v2/plays/3523614/?format=api",
    "airdate": "2025-07-06T19:11:17-07:00",
    "show": 63941,
    "show_uri": "https://api.kexp.org/v2/shows/63941/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop Forging in Closed Dies",
    "track_id": null,
    "recording_id": "0ae122c4-844a-460c-a85b-f3f1996bf010",
    "artist": "Sean Wolcott",
    "artist_ids": [
        "94853530-8cb6-4fbe-8111-1c3f8c22b3c8"
    ],
    "album": "Light Music for Heavy Industry",
    "release_id": null,
    "release_group_id": "98dd1c7d-53e3-4797-8530-208330428ca5",
    "labels": [
        "Clockwork"
    ],
    "label_ids": [],
    "release_date": "2025-02-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle-based composer, producer and engineer Sean Wolcott released \"Drop Forging In Closed Dies\" in 2025 on the album Light Music for Heavy Industry.\n\nhttps://seanwolcott.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}