Information about plays

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

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

{
    "id": 3633335,
    "uri": "https://api.kexp.org/v2/plays/3633335/?format=api",
    "airdate": "2026-03-25T02:15:00-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://dn710305.ca.archive.org/0/items/mbid-84dfc163-4782-4380-9223-694dd08d9776/mbid-84dfc163-4782-4380-9223-694dd08d9776-4475455166_thumb500.jpg",
    "thumbnail_uri": "https://dn710305.ca.archive.org/0/items/mbid-84dfc163-4782-4380-9223-694dd08d9776/mbid-84dfc163-4782-4380-9223-694dd08d9776-4475455166_thumb250.jpg",
    "song": "Hey Lover",
    "track_id": "f9783180-1b13-38e2-9fbe-d8fffd8c4f20",
    "recording_id": "9120913a-d651-4afd-8a49-15baadbd32a6",
    "artist": "LL Cool J feat. Boyz II Men",
    "artist_ids": [
        "b42eca0f-9381-43db-badb-1cba080a7dc2",
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "All World",
    "release_id": "84dfc163-4782-4380-9223-694dd08d9776",
    "release_group_id": "c1f3ec5c-6421-382e-a646-3de92cf5e4b8",
    "labels": [
        "Def Jam Music Group"
    ],
    "label_ids": [
        "e2ed0cac-6b4e-4d54-b211-79bcce7d65eb"
    ],
    "release_date": "1996-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're back to Boyz II Men! They've frequently collaborated with their pal LL Cool J over the years.\n\nThe music video was directed by \nwas directed by American music video and film director, film producer, and screenwriter Hype Williams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}