Information about plays

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

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

{
    "id": 3521680,
    "uri": "https://api.kexp.org/v2/plays/3521680/?format=api",
    "airdate": "2025-07-02T14:48:38-07:00",
    "show": 63900,
    "show_uri": "https://api.kexp.org/v2/shows/63900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tripa",
    "track_id": "a847db28-539b-4b2c-838f-b4ada5db03ad",
    "recording_id": "772895a2-a451-404c-b3fd-35e09336a873",
    "artist": "Dávila 666",
    "artist_ids": [
        "25785e18-50f4-4a59-a14e-d62bd40dc7db"
    ],
    "album": "Dávila 666",
    "release_id": "99aa1766-f108-4d61-b58e-2430669a43a8",
    "release_group_id": "30012b84-648f-425c-b0a7-7fc2c3c38ceb",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-06-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Describing themselves as like \"Menudo on drugs,\" San Juan, Puerto Rico's Davila 666 combine Stooges-like garage rock fire with the occasional sugary pop melody.: https://www.allmusic.com/artist/davila-666-mn0001003258#biography\n--\nSee them performing live in the KEXP studio in late June, 2024: https://www.youtube.com/watch?v=f5uWEnK5WDg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}