Information about plays

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

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

{
    "id": 3636331,
    "uri": "https://api.kexp.org/v2/plays/3636331/?format=api",
    "airdate": "2026-04-01T06:06:14-07:00",
    "show": 66335,
    "show_uri": "https://api.kexp.org/v2/shows/66335/?format=api",
    "image_uri": "https://dn710709.ca.archive.org/0/items/mbid-17e6bcf0-d282-40da-9018-6d7742a885fe/mbid-17e6bcf0-d282-40da-9018-6d7742a885fe-38242769526_thumb500.jpg",
    "thumbnail_uri": "https://dn710709.ca.archive.org/0/items/mbid-17e6bcf0-d282-40da-9018-6d7742a885fe/mbid-17e6bcf0-d282-40da-9018-6d7742a885fe-38242769526_thumb250.jpg",
    "song": "A.M. 180",
    "track_id": "b9121877-22e1-3cb9-88a6-6ad60d4c9836",
    "recording_id": "a27f16ee-c85d-411f-930f-6fde5bc499f3",
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Under the Western Freeway",
    "release_id": "17e6bcf0-d282-40da-9018-6d7742a885fe",
    "release_group_id": "fa1533b0-ea8d-370a-a663-42b276aa3039",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "1997-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "First released in 1997 on Grandaddy's debut album, this song’s popularity resurged after its inclusion in the 2002 film 28 Days Later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}