Information about plays

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

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

{
    "id": 3567997,
    "uri": "https://api.kexp.org/v2/plays/3567997/?format=api",
    "airdate": "2025-10-21T10:46:27-07:00",
    "show": 64895,
    "show_uri": "https://api.kexp.org/v2/shows/64895/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stop Using My Love",
    "track_id": "31385dda-9e85-4e3e-ac32-a6bbd262c866",
    "recording_id": "507fdd2a-4096-4c42-af80-6e0efe8950d1",
    "artist": "The Sha La Das",
    "artist_ids": [
        "cbb86751-55f1-49dc-a955-89ce43b6dfcd"
    ],
    "album": "Your Picture",
    "release_id": "b4b870f4-2298-4364-8711-7d7b707b68cc",
    "release_group_id": "4f10417f-1d4b-4328-8fca-bf80ad794d44",
    "labels": [
        "Diamond West Records"
    ],
    "label_ids": [
        "9f7b4e7b-9890-4d0b-bbbe-8abf58d45bca"
    ],
    "release_date": "2025-12-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sha La Das are a band rooted in doo- wop, blues and soul, featuring former band members of the late Sharon Jones and the Dap-Kings and Charles Bradley. \n--\nThe band features four Schaldas: father Bill (who sang in vocal group, The Montereys, in the 1960s) and his sons Will a.k.a. Swivs (keyboards for Charles Bradley & His Extraordinaires), Paul (guitar & vocals for Paul and The Tall Trees, as well as Charles Bradley & His Extraordinaires) and Carmine.\n--\nTheir upcoming album, \"Your Picture,\"  comes out December 5th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}