Information about plays

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

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

{
    "id": 3586970,
    "uri": "https://api.kexp.org/v2/plays/3586970/?format=api",
    "airdate": "2025-12-05T03:06:07-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "https://coverartarchive.org/release/3fa3d97a-3a37-4f19-8217-24953022911d/5963950051-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3fa3d97a-3a37-4f19-8217-24953022911d/5963950051-250.jpg",
    "song": "Mix Tapes (81st Street Subliminal instrumental)",
    "track_id": null,
    "recording_id": "a97f89b1-21b7-41c8-9188-1128bf04d834",
    "artist": "The Nonce",
    "artist_ids": [
        "a5e2de1b-9e7c-4150-b92f-50201723bff9"
    ],
    "album": "Mix Tapes / Keep It On",
    "release_id": null,
    "release_group_id": "2f0d802c-9310-473c-8533-2ead73089530",
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S THE 3AM TIME MACHINE!\n---\n\nThe Nonce was a highly influential, smooth, jazzy underground hip-hop duo from Los Angeles, active in the 90s, composed of rappers/producers Nouka Basetype (Sach) and Yusef Afloat (Mohammed).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}