Information about plays

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

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

{
    "id": 3578898,
    "uri": "https://api.kexp.org/v2/plays/3578898/?format=api",
    "airdate": "2025-11-16T08:31:53-08:00",
    "show": 65125,
    "show_uri": "https://api.kexp.org/v2/shows/65125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Les Grands Espaces",
    "track_id": null,
    "recording_id": null,
    "artist": "Ensemble 0",
    "artist_ids": [
        "3dce5205-cf4e-4260-9bf2-98d7d67663df"
    ],
    "album": "L'Incroyable Femme Des Neiges",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "laaps"
    ],
    "label_ids": [
        "1323edc2-02d6-419d-9c72-6a541007d2cf"
    ],
    "release_date": "2025-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early single off the new album from the French band Ensemble 0 ~ https://laaps.bandcamp.com/album/lincroyable-femme-des-neiges",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}