Information about plays

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

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

{
    "id": 3598854,
    "uri": "https://api.kexp.org/v2/plays/3598854/?format=api",
    "airdate": "2026-01-01T14:34:04-08:00",
    "show": 65533,
    "show_uri": "https://api.kexp.org/v2/shows/65533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come and Get Your Love",
    "track_id": "8b85996f-565e-4a52-8f0e-565c90acf869",
    "recording_id": "19743e71-e55d-4413-9450-0be53223675a",
    "artist": "Redbone",
    "artist_ids": [
        "b3fa0e6f-93db-4aa5-b76e-393e24de35ba"
    ],
    "album": "Come and Get Your Love",
    "release_id": "59d783d6-2564-47c0-8b3e-e36676f5f3e1",
    "release_group_id": "4ab19544-fa9e-4e18-b802-4c939caf0405",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Native American rock band Redbone is a member of the Native American Hall of Fame, as well as the legendary Smithsonian Museum of the American Indian.: https://redbone-band.com/\n--\nRedbone is a band from Coalinga, California, led by the brothers Pat and Candido (\"Lolly\") Vasquez. The word \"redbone\" is a Cajun term for a mixed-race person, which the band dopted to signify their mixed ancestry",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}