Information about plays

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

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

{
    "id": 3548340,
    "uri": "https://api.kexp.org/v2/plays/3548340/?format=api",
    "airdate": "2025-09-03T08:12:47-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia800304.us.archive.org/12/items/mbid-b2f862e5-a1f3-475d-85a1-6cb1160286aa/mbid-b2f862e5-a1f3-475d-85a1-6cb1160286aa-7928896921_thumb500.jpg",
    "thumbnail_uri": "https://ia800304.us.archive.org/12/items/mbid-b2f862e5-a1f3-475d-85a1-6cb1160286aa/mbid-b2f862e5-a1f3-475d-85a1-6cb1160286aa-7928896921_thumb250.jpg",
    "song": "Grace",
    "track_id": "3b0dbc74-702f-3e9f-bb17-070190381f98",
    "recording_id": "71feb283-9a0d-491d-a40b-8ccae7fc728b",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": "b2f862e5-a1f3-475d-85a1-6cb1160286aa",
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-08-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The tune was based on an instrumental song called “Rise Up to Be” written by Buckley’s collaborator, Gary Lucas.\n\nJeff Buckley wrote the lyrics after saying goodbye to his girlfriend at the airport one rainy day. \"It's about not fearing death, or fearing any of those countless slings and arrows that you suffer sometimes on this Earth, because somebody loves you,\" he said. \"You're not afraid to go.\"\n\nRead the transcript of Tony Gervino's interview with Jeff Buckley a few weeks before release of \"Grace\":\nhttps://tidal.com/magazine/article/jeff-buckley-lost-interview/1-85988",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}