Information about plays

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

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

{
    "id": 3632680,
    "uri": "https://api.kexp.org/v2/plays/3632680/?format=api",
    "airdate": "2026-03-23T09:04:08-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://coverartarchive.org/release/73698ebd-069e-4bed-9fd6-9b196be45e0d/26316341371-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/73698ebd-069e-4bed-9fd6-9b196be45e0d/26316341371-250.jpg",
    "song": "Buddy Holly",
    "track_id": null,
    "recording_id": "d615590b-1546-441d-9703-b3cf88487cbd",
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Weezer",
    "release_id": null,
    "release_group_id": "c7b245c9-8099-32ea-af95-893acedde2cf",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Produced by Ric Ocasek of the Cars, born this day in 1944. \n\nThis single was released on September 7 1994, on what would have been Buddy Holly’s 58th birthday.\n\nWatch the official video here: https://www.youtube.com/watch?v=kemivUKb4f4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}