Information about plays

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

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

{
    "id": 3641587,
    "uri": "https://api.kexp.org/v2/plays/3641587/?format=api",
    "airdate": "2026-04-13T14:03:38-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://dn710109.ca.archive.org/0/items/mbid-57109e69-326f-330a-b8b0-df9f6ac42820/mbid-57109e69-326f-330a-b8b0-df9f6ac42820-28734527560_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "Dream Brother",
    "track_id": "ea392d0a-41ca-3c0e-a4d4-ea6a7fac320f",
    "recording_id": "985f5dbc-11d1-46aa-b3cf-be334574fe8d",
    "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 penned this song for his longtime friend Chris Dowd, formerly of Fishbone, who was considering leaving his pregnant girlfriend.  Jeff did not want his friend to become like his own father, Tim Buckley, who divorced his mother about a month before Jeff was born.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}