Information about plays

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

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

{
    "id": 3633086,
    "uri": "https://api.kexp.org/v2/plays/3633086/?format=api",
    "airdate": "2026-03-24T10:34:01-07:00",
    "show": 66268,
    "show_uri": "https://api.kexp.org/v2/shows/66268/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-91e3bc23-d2aa-4b81-a77f-4b01769598ab/mbid-91e3bc23-d2aa-4b81-a77f-4b01769598ab-30186374155_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-91e3bc23-d2aa-4b81-a77f-4b01769598ab/mbid-91e3bc23-d2aa-4b81-a77f-4b01769598ab-30186374155_thumb250.jpg",
    "song": "Silent Treatment (Da Beatminerz mix)",
    "track_id": "3698b442-9a1b-4113-ada2-e4f1fa8e1a3f",
    "recording_id": "96a3a837-ed66-4f4e-b4ab-f6d7055e0628",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "Do You Want More?!!!??!",
    "release_id": "91e3bc23-d2aa-4b81-a77f-4b01769598ab",
    "release_group_id": "8db4c09a-eeaf-3887-96fa-144ac1723651",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2021-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song interpolated the bass from The Blackbyrd's \"Wilford's Gone.\"\n--\nHere's the official music video for the original \"Silent Treatment\": https://www.youtube.com/watch?v=pKveOqw5ukY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}