Information about plays

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

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

{
    "id": 3547807,
    "uri": "https://api.kexp.org/v2/plays/3547807/?format=api",
    "airdate": "2025-09-02T02:55:34-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ocean Memory Unit",
    "track_id": null,
    "recording_id": null,
    "artist": "Starjunk95",
    "artist_ids": [],
    "album": "Ocean Memory Unit",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The grooviest radio station of Starjunk City, Starjunk95 スタージャンク95 is an intergalactic spaceship that transmits the newest sounds of today drenched with vintage nostalgia of yesterday. Piloted by an unknown crew and operating on a mysterious frequency signal, it cruises the skies playing music for the world to enjoy...\"\n\nhttps://starjunk95.bandcamp.com/track/ocean-memory-unit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}