Information about plays

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

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

{
    "id": 3523718,
    "uri": "https://api.kexp.org/v2/plays/3523718/?format=api",
    "airdate": "2025-07-07T01:55:34-07:00",
    "show": 63944,
    "show_uri": "https://api.kexp.org/v2/shows/63944/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oil Refining: Catalyst of Progress",
    "track_id": null,
    "recording_id": "f9dad254-58f8-4a78-b0ee-71ea4f8fc156",
    "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": [
        "a34cf89c-917c-4cd2-b25d-3d701c29da9c"
    ],
    "release_date": "2025-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Excellent recent offering from the NW Prolific musician/composer Sean Wolcott",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}