Information about plays

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

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

{
    "id": 3545889,
    "uri": "https://api.kexp.org/v2/plays/3545889/?format=api",
    "airdate": "2025-08-28T13:29:08-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia803201.us.archive.org/31/items/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f-4446264566_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/31/items/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f/mbid-6ed8c4e9-1223-40dd-8713-450aaea3240f-4446264566_thumb250.jpg",
    "song": "Jimbrowski",
    "track_id": "7d106b83-f4ec-3d80-82e7-0a2c924d7c18",
    "recording_id": "62dbbf38-b53e-4430-bfea-cec6aaa2e66e",
    "artist": "Jungle Brothers feat. Red Alert",
    "artist_ids": [
        "b2c81888-1c43-4253-bc98-1eb66d2a4976",
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "Straight Out the Jungle",
    "release_id": "6ed8c4e9-1223-40dd-8713-450aaea3240f",
    "release_group_id": "b5a9ff19-308f-3c88-8310-38b30d96f877",
    "labels": [
        "Warlock Records"
    ],
    "label_ids": [
        "dbd1d993-fe78-4ada-90fc-0e46083c1a0e"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Jimbrowski\" sampled the drums played by Ramon \"Tiki\" Fulwood on Funkadelic's \"Good Old Music.\"\n--\nLarry was the host when Jungle Brothers graced our studio with a live performance in 2023: https://www.youtube.com/watch?v=3ZHJndMXtDk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}