Information about plays

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

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

{
    "id": 3548684,
    "uri": "https://api.kexp.org/v2/plays/3548684/?format=api",
    "airdate": "2025-09-04T03:41:55-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/28518af7-07c3-4ee6-8b88-0668a2101fb6/41488207632-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/28518af7-07c3-4ee6-8b88-0668a2101fb6/41488207632-250.jpg",
    "song": "light as a feather",
    "track_id": null,
    "recording_id": "e61f82ea-604d-4fcd-9452-5ec9f0d4e7ea",
    "artist": "Theo Croker feat. Gary Bartz & Natureboy Flako",
    "artist_ids": [
        "2c7bc024-3d96-4051-b0ec-b65229df1419",
        "d2cdb3df-783b-472e-91ab-70630fc6a4ad",
        "22874819-f068-4dfb-ab7b-b764fb9ee637"
    ],
    "album": "Dream Manifest",
    "release_id": null,
    "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": null,
    "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"
}