Information about plays

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

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

{
    "id": 3609094,
    "uri": "https://api.kexp.org/v2/plays/3609094/?format=api",
    "airdate": "2026-01-25T18:54:02-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghet‐to Funk",
    "track_id": null,
    "recording_id": "49745094-9d5a-4a59-b683-aa257eddd9b5",
    "artist": "Duralcha",
    "artist_ids": [
        "00990cdb-d048-4aec-8d4a-abd80b1af0f0"
    ],
    "album": "Jody Is Gone / Ghet-to Funk",
    "release_id": null,
    "release_group_id": "e150372d-5d89-4107-8672-49482f4f627f",
    "labels": [
        "Microtronics Sound"
    ],
    "label_ids": [
        "520d9df5-a53c-40d7-9559-b96af162b1b2"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Duralcha released \"Ghet-To Funk\" as a b-side to \"Jody Is Gone\" in 1974.\n\nDuralcha was a Hillside High School Funk band from Durham, North Carolina. The name \"Duralcha\" stems from NC town names \"Durham, Raleigh, and Chapel Hill\". Original Members: Stanley Saunders (Trombone),Terry Bullock (trumpet), Bobby Moody (Saxophone), Doug Kelly (Guitar), Alfred Burton Jr. (Drums), Jonathan Eubanks (Bass & Guitar), Michael Meeks (Vocals), Craig Beaumont, and Larry Knight (Percussion & Vocals).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}