Information about plays

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

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

{
    "id": 3638803,
    "uri": "https://api.kexp.org/v2/plays/3638803/?format=api",
    "airdate": "2026-04-06T22:17:01-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/4dd89b6c-be76-34dc-9979-cf6f860bfea5/17924453783-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4dd89b6c-be76-34dc-9979-cf6f860bfea5/17924453783-250.jpg",
    "song": "Near the Black Forest",
    "track_id": null,
    "recording_id": null,
    "artist": "Vanessa Daou",
    "artist_ids": [
        "17be2a06-5295-43ca-a363-c683b562df72"
    ],
    "album": "Zipless",
    "release_id": null,
    "release_group_id": "6120c4c2-a0dc-339e-a576-ab8de2180a2f",
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ Monday night '90s deep cut gem ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}