Information about plays

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

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

{
    "id": 3547579,
    "uri": "https://api.kexp.org/v2/plays/3547579/?format=api",
    "airdate": "2025-09-01T12:57:05-07:00",
    "show": 64446,
    "show_uri": "https://api.kexp.org/v2/shows/64446/?format=api",
    "image_uri": "https://ia902907.us.archive.org/3/items/mbid-3206bb7e-f4fc-486e-af0c-1ea106a47fc9/mbid-3206bb7e-f4fc-486e-af0c-1ea106a47fc9-2934325843_thumb500.jpg",
    "thumbnail_uri": "https://ia802907.us.archive.org/3/items/mbid-3206bb7e-f4fc-486e-af0c-1ea106a47fc9/mbid-3206bb7e-f4fc-486e-af0c-1ea106a47fc9-2934325843_thumb250.jpg",
    "song": "Say That",
    "track_id": "15d5c322-1f28-3fa8-969c-81f4672e456f",
    "recording_id": "fbca2ba6-2835-4182-9d50-6ba3fa442af3",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Anything in Return",
    "release_id": "3206bb7e-f4fc-486e-af0c-1ea106a47fc9",
    "release_group_id": "5d4dfd95-8466-465a-97b3-4a44521a4c32",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing a couple of Bay Area shows (Sasami supporting!):\n\n- September 12/13 @ Bimbo's 365 Club (San Fran)\n- September 14 @ Smiley's Saloon (Bolinas)\n\nOriginally working within the field of lo-fi chillwave,  Bay Area artist Toro y Moi is also a graphic designer and artist who has designed everything from clothing to furniture.\n\nhttp://www.toroymoi.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}