Information about plays

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

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

{
    "id": 3530895,
    "uri": "https://api.kexp.org/v2/plays/3530895/?format=api",
    "airdate": "2025-07-23T22:15:00-07:00",
    "show": 64095,
    "show_uri": "https://api.kexp.org/v2/shows/64095/?format=api",
    "image_uri": "https://coverartarchive.org/release/257c6df7-26b8-4283-908a-3e625e41cdbe/16848666133-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/257c6df7-26b8-4283-908a-3e625e41cdbe/16848666133-250.jpg",
    "song": "St. Vitus Dance",
    "track_id": null,
    "recording_id": "c2a35cce-44e8-4027-ae39-4bcf71870f55",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Vol 4",
    "release_id": null,
    "release_group_id": "8c292627-3459-3852-8ebc-226c12db175d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1972-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sabbath recorded the album they intended to call \"Snowblind\" at the Record Plant in L.A. high on a mountain of cocaine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}