Information about plays

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

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

{
    "id": 3527531,
    "uri": "https://api.kexp.org/v2/plays/3527531/?format=api",
    "airdate": "2025-07-16T01:23:29-07:00",
    "show": 64026,
    "show_uri": "https://api.kexp.org/v2/shows/64026/?format=api",
    "image_uri": "https://ia800209.us.archive.org/31/items/mbid-28518af7-07c3-4ee6-8b88-0668a2101fb6/mbid-28518af7-07c3-4ee6-8b88-0668a2101fb6-41488207632_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/31/items/mbid-28518af7-07c3-4ee6-8b88-0668a2101fb6/mbid-28518af7-07c3-4ee6-8b88-0668a2101fb6-41488207632_thumb250.jpg",
    "song": "light as a feather",
    "track_id": "b42be05e-7d24-4130-8841-0fe6a67e480f",
    "recording_id": "e61f82ea-604d-4fcd-9452-5ec9f0d4e7ea",
    "artist": "Theo Croker feat. Gary Bartz & Natureboy Flako",
    "artist_ids": [
        "d2cdb3df-783b-472e-91ab-70630fc6a4ad",
        "2c7bc024-3d96-4051-b0ec-b65229df1419",
        "22874819-f068-4dfb-ab7b-b764fb9ee637"
    ],
    "album": "Dream Manifest",
    "release_id": "28518af7-07c3-4ee6-8b88-0668a2101fb6",
    "release_group_id": "756ccf32-dd42-4dd0-a604-a8f79a20114c",
    "labels": [
        "Dom Recs"
    ],
    "label_ids": [
        "f7ce9f2a-7ec4-48fb-aa45-cb44d7d096ef"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Theo Croker's album, \"Dream Manifest,\" was released in June. https://theocroker.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}