Information about plays

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

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

{
    "id": 3578875,
    "uri": "https://api.kexp.org/v2/plays/3578875/?format=api",
    "airdate": "2025-11-16T06:56:30-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Olympia-5",
    "track_id": null,
    "recording_id": null,
    "artist": "Drexler",
    "artist_ids": [],
    "album": "Olympia-5",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonder House"
    ],
    "label_ids": [
        "85b49eb7-aef3-4aa4-8bec-1ffc770871ae"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early single and title track to the forthcoming album from Sydney-born, London/Edinburgh-based multi-instrumentalist, composer and producer Adrian Leung aka Drexler ~ \nhttps://drexler-music.bandcamp.com/track/olympia-5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}