Information about plays

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

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

{
    "id": 3545296,
    "uri": "https://api.kexp.org/v2/plays/3545296/?format=api",
    "airdate": "2025-08-27T01:20:16-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://coverartarchive.org/release/a57e0804-b472-4c94-8aee-b14c58e025cf/40043173026-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a57e0804-b472-4c94-8aee-b14c58e025cf/40043173026-250.jpg",
    "song": "Sketch For Summer",
    "track_id": null,
    "recording_id": "95f7faaf-e73b-46f4-83d0-83b6725022e1",
    "artist": "The Durutti Column",
    "artist_ids": [
        "aaddb5e3-f8a5-4a9d-8674-f885112ecf0e"
    ],
    "album": "The Return of The Durutti Column",
    "release_id": null,
    "release_group_id": "34af51e8-ef80-340c-9a72-c9ef8d5d9bb2",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1980-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Return of the Durutti Column is the debut studio album by English band The Durutti Column. It was released in January 1980, through record label Factory. The album was a collaboration between producer Martin Hannett and Vini Reilly. Hannett experimented with electronic sounds in the studio, creating the backing tracks to which Reilly's classical influenced guitar playing was added.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}