Information about plays

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

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

{
    "id": 3549952,
    "uri": "https://api.kexp.org/v2/plays/3549952/?format=api",
    "airdate": "2025-09-07T07:33:17-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dersen Cafe",
    "track_id": null,
    "recording_id": null,
    "artist": "Alfa Mist",
    "artist_ids": [],
    "album": "Roulette",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sekito"
    ],
    "label_ids": [
        "c8d81ab9-62e4-479f-ac16-03b6a465c708"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! The latest single to emerge off the forthcoming album from British producer/composer Alfa MIst ~ https://alfamist.bandcamp.com/album/roulette",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}