Information about plays

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

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

{
    "id": 3551671,
    "uri": "https://api.kexp.org/v2/plays/3551671/?format=api",
    "airdate": "2025-09-11T10:48:35-07:00",
    "show": 64533,
    "show_uri": "https://api.kexp.org/v2/shows/64533/?format=api",
    "image_uri": "https://ia801809.us.archive.org/17/items/mbid-57109e69-326f-330a-b8b0-df9f6ac42820/mbid-57109e69-326f-330a-b8b0-df9f6ac42820-28734527560_thumb500.jpg",
    "thumbnail_uri": "https://ia601809.us.archive.org/17/items/mbid-57109e69-326f-330a-b8b0-df9f6ac42820/mbid-57109e69-326f-330a-b8b0-df9f6ac42820-28734527560_thumb250.jpg",
    "song": "Lover, You Should've Come Over",
    "track_id": "16623f90-b596-3720-af31-a4716072ab35",
    "recording_id": "a15695cc-32d6-4e09-8515-24d1e6f9dac6",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "57109e69-326f-330a-b8b0-df9f6ac42820",
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2004-08-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jeff Buckley’s song “Lover, You Should’ve Come Over” is inspired by his breakup with Rebecca Moore. \n\nIn interviews and liner‐note commentaries, Buckley said he wrote it while waiting by the telephone, hoping she would call—but she never did.\n\nhttps://shorturl.at/s0KrS",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}