Information about plays

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

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

{
    "id": 3570598,
    "uri": "https://api.kexp.org/v2/plays/3570598/?format=api",
    "airdate": "2025-10-27T11:21:41-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia601009.us.archive.org/34/items/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945-42948467474_thumb500.jpg",
    "thumbnail_uri": "https://ia801009.us.archive.org/34/items/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945/mbid-e0cb9499-9a55-4384-8d4b-bf49bf560945-42948467474_thumb250.jpg",
    "song": "No Reply",
    "track_id": "db177eb9-9974-4a2c-827f-f0ee4de662da",
    "recording_id": "b0dee447-bdfe-4b46-8c0e-84689b94a853",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Deadbeat",
    "release_id": "e0cb9499-9a55-4384-8d4b-bf49bf560945",
    "release_group_id": "3ee3e2bb-2584-4f74-ba06-cdecc370a1ba",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Tame Impala just dropped earlier this month! \"No Reply\" is from the fifth studio album ‘Deadbeat.'\n\nTame Impala is on tour:\n\n- Oakland on Friday and Saturday, Nov. 14 and 15, at the Oakland Arena\n\nhttps://www.tameimpala.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}