Information about plays

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

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

{
    "id": 3579380,
    "uri": "https://api.kexp.org/v2/plays/3579380/?format=api",
    "airdate": "2025-11-17T11:34:36-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://dn721604.ca.archive.org/0/items/mbid-60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4/mbid-60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4-32959192087_thumb500.jpg",
    "thumbnail_uri": "https://dn721604.ca.archive.org/0/items/mbid-60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4/mbid-60ebc6a0-f7f8-4deb-ba65-22f8ad03f2b4-32959192087_thumb250.jpg",
    "song": "Handsome John",
    "track_id": "fa791f21-7bf3-4680-a229-bd114abe12ea",
    "recording_id": "47ba2357-db96-4f09-9658-23a62e9bd343",
    "artist": "Todd Snider",
    "artist_ids": [
        "25c13ec7-fad4-4da4-8d98-9607ff615d68"
    ],
    "album": "First Agnostic Church of Hope and Wonder",
    "release_id": "d859fb7c-76b0-4e0f-bc69-771b757ca546",
    "release_group_id": "b36aa474-eaa4-4e56-87ee-cec4a9be7ab7",
    "labels": [
        "Aimless Records"
    ],
    "label_ids": [
        "a590ee43-edf9-460e-a148-da7040a1311b"
    ],
    "release_date": "2021-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was Todd's tribute to John Prine. Now, we see so many tributes coming in for Todd Snider. Rest in Peace.\n\nhttps://pitchfork.com/news/todd-snider-satirical-folk-singer-songwriter-dies-at-59/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}