Information about plays

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

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

{
    "id": 3571235,
    "uri": "https://api.kexp.org/v2/plays/3571235/?format=api",
    "airdate": "2025-10-29T01:52:00-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia800403.us.archive.org/29/items/mbid-f04a4fc1-77e1-4630-acc2-7590d91ebdfc/mbid-f04a4fc1-77e1-4630-acc2-7590d91ebdfc-43380174305_thumb500.jpg",
    "thumbnail_uri": "https://ia600403.us.archive.org/29/items/mbid-f04a4fc1-77e1-4630-acc2-7590d91ebdfc/mbid-f04a4fc1-77e1-4630-acc2-7590d91ebdfc-43380174305_thumb250.jpg",
    "song": "I Found God",
    "track_id": "4aeaff12-7bfb-4eef-9ea2-31436f922dac",
    "recording_id": "6d60098a-fcb2-4953-b0da-d9548bfa0e02",
    "artist": "Boy Deluxe",
    "artist_ids": [
        "3ee3e2cc-8c5b-482c-ac5a-107711384183"
    ],
    "album": "I Found God",
    "release_id": "f04a4fc1-77e1-4630-acc2-7590d91ebdfc",
    "release_group_id": "8817b514-2531-4529-acbe-e7355e4b2b0c",
    "labels": [
        "Industry Houseplant"
    ],
    "label_ids": [
        "13d55b59-10cb-4a80-9a0f-ad241ea4074b"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle, Now in LA. Dark electronic music to punch a fascist to https://boydeluxe.bandcamp.com/track/i-found-god",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}