Information about plays

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

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

{
    "id": 3612653,
    "uri": "https://api.kexp.org/v2/plays/3612653/?format=api",
    "airdate": "2026-02-03T10:08:55-08:00",
    "show": 65830,
    "show_uri": "https://api.kexp.org/v2/shows/65830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Across 110th Street",
    "track_id": "efc20cd7-8b17-328a-8de6-bcef6c435726",
    "recording_id": "b837a3c5-7864-41d5-a925-26c89bb80910",
    "artist": "Bobby Womack",
    "artist_ids": [
        "48e78462-2f0b-4a1a-9fa4-0585e2991e80"
    ],
    "album": "Pure Soul Power",
    "release_id": "aab49b2f-f1c4-41b9-b8e2-1b3305e634de",
    "release_group_id": "cd5732dd-07dc-37f0-b1cf-9402a70ac5ec",
    "labels": [
        "Universal Music TV"
    ],
    "label_ids": [
        "1b498e6d-1c44-4b11-a479-4131f759fea7"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bobby Womack, who died  in 2014 at age 70, was one of the great soul singers, who, in a professional career that lasted nearly six decades, worked closely with leading musicians ranging from Sam Cooke, Ray Charles, Wilson Pickett and Sly Stone to Damon Albarn and Gorillaz.: https://www.theguardian.com/music/2014/jun/28/bobby-womack-dies-aged-70",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}