Information about plays

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

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

{
    "id": 3592104,
    "uri": "https://api.kexp.org/v2/plays/3592104/?format=api",
    "airdate": "2025-12-17T02:13:05-08:00",
    "show": 65399,
    "show_uri": "https://api.kexp.org/v2/shows/65399/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Green Light",
    "track_id": "539132d0-52d0-4219-bfb7-3b7e0dc5e921",
    "recording_id": "5e8cea5a-4d2e-4c7e-9bf5-d6623cc81618",
    "artist": "Danny Brown feat. Frost Children",
    "artist_ids": [
        "3f1ed758-50e4-401f-8dc6-e0066e546e7c",
        "960afc67-9c21-46dd-9c7f-ff2b509e3150"
    ],
    "album": "Stardust",
    "release_id": "48abe606-b4de-4377-9bbd-bfd03ad2ce9a",
    "release_group_id": "9b6f5937-d031-47c9-9767-cfa9d4975f0d",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "No. 9 on my Top 10 list! https://dannybrown.bandcamp.com/album/stardust-1\n\n“I feel like this is the album I’ve been trying to make my entire life.”\n\nYou are officially #ONLOCATION with @xdannyxbrownx, where he talks his new album ‘Stardust,’ out next month, getting into shape, and overcoming obstacles https://www.instagram.com/reel/DQCorjeDVVq/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}