Information about plays

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

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

{
    "id": 3582602,
    "uri": "https://api.kexp.org/v2/plays/3582602/?format=api",
    "airdate": "2025-11-25T02:38:48-08:00",
    "show": 65204,
    "show_uri": "https://api.kexp.org/v2/shows/65204/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a-43111075104_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a/mbid-48abe606-b4de-4377-9bbd-bfd03ad2ce9a-43111075104_thumb250.jpg",
    "song": "Flowers",
    "track_id": "e842d803-0c92-4505-b99c-1d387d6a1a01",
    "recording_id": "114e9d47-5c5d-4ffd-be38-31918ed7e6c6",
    "artist": "Danny Brown feat. 8485",
    "artist_ids": [
        "68eae9ac-43a1-465f-97dd-ce5ea3cb9dc9",
        "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": "https://dannybrown.bandcamp.com/album/stardust-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}