Information about plays

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

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

{
    "id": 3632486,
    "uri": "https://api.kexp.org/v2/plays/3632486/?format=api",
    "airdate": "2026-03-22T19:29:55-07:00",
    "show": 66253,
    "show_uri": "https://api.kexp.org/v2/shows/66253/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ode to Billy Joe",
    "track_id": null,
    "recording_id": "6bd952e8-a859-44d1-b09d-7893e1f1e763",
    "artist": "Harry “Sweets” Edison",
    "artist_ids": [
        "e026f4dd-bf8b-451b-8f5c-dc35fdbed0c0"
    ],
    "album": "Seven Eleven",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "51 West Records & Tapes"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz trumpet player Harry \"Sweets\" Edison worked with Harvey Mason in Herbie Hancock's band The Headhunters. Harry \"Sweets\" Edison offers his rendition of Bobbie Gentry's 1967 hit. \"Ode to Billy Joe.\" Double bassist Ray Brown also featured on the track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}