Information about plays

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

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

{
    "id": 3557675,
    "uri": "https://api.kexp.org/v2/plays/3557675/?format=api",
    "airdate": "2025-09-25T19:11:05-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "https://ia903402.us.archive.org/1/items/mbid-fdd21954-c321-4386-ac12-cf4e0fec469e/mbid-fdd21954-c321-4386-ac12-cf4e0fec469e-16238017561_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/1/items/mbid-fdd21954-c321-4386-ac12-cf4e0fec469e/mbid-fdd21954-c321-4386-ac12-cf4e0fec469e-16238017561_thumb250.jpg",
    "song": "I Can’t Explain",
    "track_id": "fb45bca5-6160-38b0-9de6-06106cd1c767",
    "recording_id": "c16234cf-7bed-44a2-8101-53da2a68d0f5",
    "artist": "Yvonne Elliman",
    "artist_ids": [
        "62b9eb3e-c470-462d-8d63-9b6cbac13d62"
    ],
    "album": "A Break From the Norm",
    "release_id": "fdd21954-c321-4386-ac12-cf4e0fec469e",
    "release_group_id": "5d893b06-692f-31ee-ba1c-d25d0bb242a6",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yvonne Elliman's cover of The Who's 1964 classic was sampled by Fatboy Slim for \"Going Out of My Head.\"\n\nAnd shoutout to The Who, playing right next door on their farewell tour 40 years after their last farewell tour!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}