Information about plays

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

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

{
    "id": 3599604,
    "uri": "https://api.kexp.org/v2/plays/3599604/?format=api",
    "airdate": "2026-01-03T10:02:20-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sun Stop Shining",
    "track_id": null,
    "recording_id": "d9ddb4e2-1050-44d9-9447-314952aaa56d",
    "artist": "Cornell Campbell",
    "artist_ids": [
        "4272801c-1180-4098-80f9-d7ab27dadea9"
    ],
    "album": "Very Best",
    "release_id": null,
    "release_group_id": "f1e7b6c1-d452-4802-a245-8395b2c148f7",
    "labels": [],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cornell Campbell (born November 23, 1945, Kingston, Jamaica) is a legendary reggae singer famous for his distinctive falsetto voice, with hits from the late 60s with The Eternals (\"Stars\") and a prolific solo career with producer Bunny Lee in the 70s, known for lovers rock and Rastafarian-themed songs like \"Natty Dread in a Greenwich Farm\" and \"The Gorgon,\" earning him the nickname \"Don Gorgon\". His career saw a renaissance with modern collaborations like Rhythm & Sound, solidifying his iconic status in reggae music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}