Information about plays

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

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

{
    "id": 3590932,
    "uri": "https://api.kexp.org/v2/plays/3590932/?format=api",
    "airdate": "2025-12-14T07:49:32-08:00",
    "show": 65375,
    "show_uri": "https://api.kexp.org/v2/shows/65375/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Pavilion Of Dreams",
    "track_id": null,
    "recording_id": null,
    "artist": "Nailah Hunter & Alia",
    "artist_ids": [],
    "album": "The Pavilion Of Dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Leaving"
    ],
    "label_ids": [],
    "release_date": "2025-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Acclaimed Californian harpist Nailah Hunter collaborates with debuting theremin player Alia Mohamed on this beautiful cover of Harold Budd's \"The Pavilion of Dreams\" ~ https://nailahhunter.bandcamp.com/album/the-pavilion-of-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}