Information about plays

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

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

{
    "id": 3589375,
    "uri": "https://api.kexp.org/v2/plays/3589375/?format=api",
    "airdate": "2025-12-10T14:48:45-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tidal Wave",
    "track_id": null,
    "recording_id": "7919bcab-4b19-4b5c-8054-01f15b52a365",
    "artist": "Ronnie Laws",
    "artist_ids": [
        "e26aa662-2255-4435-8332-85097f8aba0b"
    ],
    "album": "Pressure Sensitive",
    "release_id": null,
    "release_group_id": "7735aa26-4183-32a2-8a65-51f24d183b98",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A native of Houston, Texas, Ronnie Laws was born October 3, 1950, the third in a line of four musicians that include his flutist brother, Hubert, and his vocalist sisters, Eloise and Debra. Laws taught himself to play alto saxophone at the age of eleven, and after an eye injury sidelined early dreams of a career in professional baseball, his instrument became his all-consuming passion.\n--\n\"Pressure Sensitive\" is the debut album by  Ronnie Laws, released in 1975 by Blue Note.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}