Information about plays

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

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

{
    "id": 3546204,
    "uri": "https://api.kexp.org/v2/plays/3546204/?format=api",
    "airdate": "2025-08-29T07:01:29-07:00",
    "show": 64417,
    "show_uri": "https://api.kexp.org/v2/shows/64417/?format=api",
    "image_uri": "https://dn721801.ca.archive.org/0/items/mbid-8cd447ae-a0a5-4eda-aba0-cec7f441fc21/mbid-8cd447ae-a0a5-4eda-aba0-cec7f441fc21-35251856293_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-8cd447ae-a0a5-4eda-aba0-cec7f441fc21/mbid-8cd447ae-a0a5-4eda-aba0-cec7f441fc21-35251856293_thumb250.jpg",
    "song": "Earth to Sea",
    "track_id": "87432a93-2612-42d0-a8e7-06e05bdbafe1",
    "recording_id": "55473d7b-2edd-49ea-8ca8-afe0f6b8a4c7",
    "artist": "M83",
    "artist_ids": [
        "6d7b7cd4-254b-4c25-83f6-dd20f98ceacd"
    ],
    "album": "Fantasy",
    "release_id": "8cd447ae-a0a5-4eda-aba0-cec7f441fc21",
    "release_group_id": "f9f36abd-2bb7-4586-b422-26ae2287eb4a",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2023-03-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to The Morning Show with the indefatigable Troy Nelson. Thank you so much for listening!\n--\n2023's \"Fantasy\" was M83's ninth studio album.  Enjoy this review: https://www.stereogum.com/2216144/m83-fantasy/reviews/album-of-the-week/\n--\nM83 performed Live in the KEXP Studio in October, 2023 (The session included \"Earth to Sea.\"): https://youtu.be/UHNVQ2PHTr4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}