Information about plays

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

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

{
    "id": 3551331,
    "uri": "https://api.kexp.org/v2/plays/3551331/?format=api",
    "airdate": "2025-09-10T14:44:39-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://ia801407.us.archive.org/11/items/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e-42556325914_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/11/items/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e-42556325914_thumb250.jpg",
    "song": "Sugar on My Tongue",
    "track_id": "a2c886dc-e804-401e-979e-440267bf3b60",
    "recording_id": "49b3a5c3-4fda-4947-9dd8-f7d5713b2391",
    "artist": "Tyler, The Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "DON’T TAP THE GLASS",
    "release_id": "3fcc88b1-94fa-46e0-bfb9-cc3105027e1e",
    "release_group_id": "34cefdcf-dd34-408b-aafd-b55ffa9ccc4a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-07-21",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In August, Tyler, the Creator unveiled a new video for “Sugar on My Tongue,” the second track from his ninth studio album, DON’T TAP THE GLASS. Directed under his birth name, Tyler Okonma, the visual takes place in a tiled room and features the artist and a co-star in a sequence of suggestive interactions. The video concludes with a surreal nude scene that matches the song’s provocative theme.: https://youtu.be/ljHdccyQbT4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}