Information about plays

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

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

{
    "id": 3544140,
    "uri": "https://api.kexp.org/v2/plays/3544140/?format=api",
    "airdate": "2025-08-24T09:14:31-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bcbc91f-c282-3ca0-a81f-d47c11be46a3/4267560155-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2bcbc91f-c282-3ca0-a81f-d47c11be46a3/4267560155-250.jpg",
    "song": "No Matter What",
    "track_id": null,
    "recording_id": "829059bd-c9a6-410a-9b88-1ab787fa6955",
    "artist": "Badfinger",
    "artist_ids": [
        "44632683-c340-44de-a65d-328212559f91"
    ],
    "album": "No Dice",
    "release_id": null,
    "release_group_id": "7c049c8c-0581-34ea-9c77-9aafd83d1ec4",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Welsh band were signed to The Beatles’ label and this song was produced by the fab four’s road manager Mal Evans who had spotted them playing around London clubs. Sadly, their manager Stan Polley mismanaged their legal and financial situation, which led to a lot of trouble for the band after Apple Records folded in 1973, leading to lead guitarist Pete Ham's suicide in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}