Information about plays

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

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

{
    "id": 3543303,
    "uri": "https://api.kexp.org/v2/plays/3543303/?format=api",
    "airdate": "2025-08-22T13:58:45-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://dn721404.ca.archive.org/0/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": "Ring Ring Ring",
    "track_id": "69b9d0a6-a854-4afa-a7d3-f0cf64dc8011",
    "recording_id": "1726498a-93a4-4625-92b8-ffbba651d62e",
    "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": "Ninth studio album released last month.\n\n\"Ring Ring Ring\" contains a sample of \"All in the Way You Get Down\", written by Ray Parker, Jr.\n\nTyler the Creator will be performing at Outside Lands at San Francisco in August.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}