Information about plays

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

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

{
    "id": 3586086,
    "uri": "https://api.kexp.org/v2/plays/3586086/?format=api",
    "airdate": "2025-12-03T01:17:09-08:00",
    "show": 65275,
    "show_uri": "https://api.kexp.org/v2/shows/65275/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DAD MADE TOAST!",
    "track_id": "f44b2645-2274-46dd-89b2-4b670567ddd7",
    "recording_id": "690b211a-69fb-41f6-8b33-11065a7e9d12",
    "artist": "NoSo feat. Bartees Strange",
    "artist_ids": [
        "9e1ea361-c2cc-45a4-a926-00518453efc0",
        "78bde001-49b0-42d1-b62b-32c47e0ce36b"
    ],
    "album": "When Are You Leaving?",
    "release_id": "75e39e6b-8823-4013-a861-adcfdfe5c446",
    "release_group_id": "99423b29-403f-4c12-9984-72a13affcab1",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"When Are You Leaving?\" is the second full-length album from LA-based Korean-American artist NoSo (Baek Hwong): https://noso.bandcamp.com/album/when-are-you-leaving",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}