Information about plays

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

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

{
    "id": 3570852,
    "uri": "https://api.kexp.org/v2/plays/3570852/?format=api",
    "airdate": "2025-10-28T03:22:56-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/1f11aece-28e3-4e7b-8d48-0a7d940c437f/41690774284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1f11aece-28e3-4e7b-8d48-0a7d940c437f/41690774284-250.jpg",
    "song": "Hypnotic (Crystal Clear Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sauce",
    "artist_ids": [
        "de1bd548-cc87-43bd-a46f-443cac49ff62"
    ],
    "album": "Hypnotic",
    "release_id": null,
    "release_group_id": "c1bb4357-534f-4454-9313-3b742a64ded8",
    "labels": [
        "The Sauce Recordings"
    ],
    "label_ids": [
        "b51c3e8a-c30e-4eaf-81fb-5bcb34915e90"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thesaucerecordings.bandcamp.com/album/hypnotic-crystal-clear-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}