Information about plays

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

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

{
    "id": 3637124,
    "uri": "https://api.kexp.org/v2/plays/3637124/?format=api",
    "airdate": "2026-04-03T03:39:10-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/92e28605-a79c-4ccd-ab56-25d0dd2634ff/32756399663-250.jpg",
    "song": "Voyage to Atlantis",
    "track_id": null,
    "recording_id": "1963d061-333e-4159-9952-e1bb8adf4d6b",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Go for Your Guns",
    "release_id": null,
    "release_group_id": "aa83e235-4f34-3903-9466-62df43829cb5",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1977-04-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's Ronald Isley on lead vocals and the fabulous Eddie Isley on guitar. (This song has been sampled more than 50 times.)\n--\nHere's a 40-year-retrospective in 2017 on \"Go for Your Guns\": https://andresmusictalk.wordpress.com/2017/05/16/go-for-your-guns-40-years-of-a-funky-voyage-to-atlantis-with-the-isley-brothers/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}