Information about plays

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

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

{
    "id": 3636187,
    "uri": "https://api.kexp.org/v2/plays/3636187/?format=api",
    "airdate": "2026-03-31T23:02:04-07:00",
    "show": 66333,
    "show_uri": "https://api.kexp.org/v2/shows/66333/?format=api",
    "image_uri": "https://dn721809.ca.archive.org/0/items/mbid-e41ee68e-eb4a-4ea6-9dbd-e9d0b9d72712/mbid-e41ee68e-eb4a-4ea6-9dbd-e9d0b9d72712-40387049609_thumb500.jpg",
    "thumbnail_uri": "https://dn721809.ca.archive.org/0/items/mbid-e41ee68e-eb4a-4ea6-9dbd-e9d0b9d72712/mbid-e41ee68e-eb4a-4ea6-9dbd-e9d0b9d72712-40387049609_thumb250.jpg",
    "song": "Rah Tah Tah",
    "track_id": "6e70cab1-1c31-45ef-ad7f-84625a5427ea",
    "recording_id": "feddba31-69d4-4d41-a1a2-1b1e9d3c9400",
    "artist": "Tyler, The Creator",
    "artist_ids": [
        "f6beac20-5dfe-4d1f-ae02-0b0a740aafd6"
    ],
    "album": "CHROMAKOPIA",
    "release_id": "e41ee68e-eb4a-4ea6-9dbd-e9d0b9d72712",
    "release_group_id": "ae229bdd-2179-440c-bc78-acf0952914d4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2024-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}