Information about plays

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

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

{
    "id": 3657705,
    "uri": "https://api.kexp.org/v2/plays/3657705/?format=api",
    "airdate": "2026-05-21T15:33:35-07:00",
    "show": 66777,
    "show_uri": "https://api.kexp.org/v2/shows/66777/?format=api",
    "image_uri": "https://dn711207.ca.archive.org/0/items/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e-40654268451_thumb500.jpg",
    "thumbnail_uri": "https://dn711207.ca.archive.org/0/items/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e-40654268451_thumb250.jpg",
    "song": "Radio #1",
    "track_id": "b2113657-9e95-3034-89cc-60708c245be9",
    "recording_id": "4c228af0-7081-4ef7-b1c5-09aab7ac4eac",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "10 000 Hz Legend",
    "release_id": "0d4aa90e-02d9-3003-a77f-a9706c1ac77e",
    "release_group_id": "21062c6a-bf91-3d5d-866a-7f54f6918861",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocals on this song are from Justin Meldal-Johnsen,  a Los Angeles-based musician and music producer. He first rose to prominence with Beck, playing many of the instrumental parts on Odelay, Mutations, and Midnite Vultures and holding down the bass chair in Beck’s live band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}