Information about plays

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

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

{
    "id": 3545549,
    "uri": "https://api.kexp.org/v2/plays/3545549/?format=api",
    "airdate": "2025-08-27T16:40:58-07:00",
    "show": 64403,
    "show_uri": "https://api.kexp.org/v2/shows/64403/?format=api",
    "image_uri": "https://ia600208.us.archive.org/34/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/34/items/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69/mbid-69e5cf67-7cea-4fe8-9129-9779f0a93d69-1171157457_thumb250.jpg",
    "song": "Nouveau western",
    "track_id": "de46c5c5-543b-35e5-bf92-ed633e572925",
    "recording_id": "cdc63eef-a12f-44ea-b62a-77ba10efa2d0",
    "artist": "MC Solaar",
    "artist_ids": [
        "bbbd2644-b4cb-4bb5-a442-315310f68a0b"
    ],
    "album": "Prose Combat",
    "release_id": "69e5cf67-7cea-4fe8-9129-9779f0a93d69",
    "release_group_id": "b199910b-0f90-3c88-b523-d6852b7612d3",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1994-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For John in Kenmore!\n\"Happy Amplifiers Day, Evie!  Very proud and humbled to be a part of such great global community of Amplifiers and supporters, and love that KEXP keeps expanding to more and more listeners (yay, Bay Area!).\nWondering if I can request the song that made me become an Amplifier so long ago?  MC Solaar's Nouveau Western...\nThanks for all the music\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}