Information about plays

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

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

{
    "id": 3543322,
    "uri": "https://api.kexp.org/v2/plays/3543322/?format=api",
    "airdate": "2025-08-22T14:59:19-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-b061269f-335f-4734-a125-e19da97393cd/mbid-b061269f-335f-4734-a125-e19da97393cd-25933274728_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-b061269f-335f-4734-a125-e19da97393cd/mbid-b061269f-335f-4734-a125-e19da97393cd-25933274728_thumb250.jpg",
    "song": "Shake Your Body (Down to the Ground)",
    "track_id": "36cb9785-3eb4-42b1-b797-d8789eab5b2e",
    "recording_id": "185cccea-a612-4124-9610-f9c86869984a",
    "artist": "Hot 8 Brass Band",
    "artist_ids": [
        "a13d7621-b81c-4cf5-87ac-eb7e86dda70f"
    ],
    "album": "Take Cover",
    "release_id": "cb360f21-8822-48d3-8489-62f88d062593",
    "release_group_id": "d2dc9cde-df0e-461f-a1c0-4db0c2324a2c",
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2019-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Nick in Portland\n\n\"I’d like to request a brass band jam for my wife Kumi, about to start her second leg of the Hood to Coast race. Maybe some Hot 8–it’s hot out there!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}