Information about plays

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

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

{
    "id": 3539340,
    "uri": "https://api.kexp.org/v2/plays/3539340/?format=api",
    "airdate": "2025-08-12T22:24:34-07:00",
    "show": 64274,
    "show_uri": "https://api.kexp.org/v2/shows/64274/?format=api",
    "image_uri": "https://ia601407.us.archive.org/11/items/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e-42556325914_thumb500.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/11/items/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e/mbid-3fcc88b1-94fa-46e0-bfb9-cc3105027e1e-42556325914_thumb250.jpg",
    "song": "Sucka Free",
    "track_id": "4feadacc-d11d-430c-b739-da384d3dc91b",
    "recording_id": "49d00ebe-fb9c-4157-a5f5-8406d44b7960",
    "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": "Don't Tap the Glass is the ninth studio album by American rapper and producer Tyler, the Creator. It was released through Columbia Records on July 21, 2025. The album includes guest appearances from American singer-songwriters Pharrell Williams, Madison McFerrin, and Yebba.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}