Information about plays

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

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

{
    "id": 3545497,
    "uri": "https://api.kexp.org/v2/plays/3545497/?format=api",
    "airdate": "2025-08-27T13:30:12-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia601201.us.archive.org/4/items/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9-11892819162_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/4/items/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9/mbid-6dab00c8-2473-47ce-b1fc-eedc219e27a9-11892819162_thumb250.jpg",
    "song": "Raised Eyebrows",
    "track_id": "4f5034c6-09c1-31e6-8763-f2649cf397e6",
    "recording_id": "a929d413-d868-4b58-9629-f3258ac7445f",
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "Crazy Rhythms",
    "release_id": "6dab00c8-2473-47ce-b1fc-eedc219e27a9",
    "release_group_id": "0e1245bc-b370-32ec-b39d-ec746be808fc",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1990-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul from Tacoma here! I'd <3 to hear something from The Feelies. \"Raised Eyebrows\" from their 1st album is my fave, but anything from them would be great! \n--\nFrom David:\n\"Hi to Larry, Sharlese and Notorious K.E.N.\nYou make my afternoons so much better!\nShout out to whomever requested the Feelies!\"\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}