Information about plays

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

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

{
    "id": 3633938,
    "uri": "https://api.kexp.org/v2/plays/3633938/?format=api",
    "airdate": "2026-03-26T15:38:25-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-250.jpg",
    "song": "Wasp / Behind the Wall of Sleep / Bassically / N.I.B.",
    "track_id": null,
    "recording_id": "afec54d9-e345-47a8-8694-c29098e26d4c",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Black Sabbath",
    "release_id": null,
    "release_group_id": "826c9743-a3f0-3479-bf06-8df2e140ef1d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1970-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tommy Iommi: \"We named this song N.I.B. and is often assumed to mean ‘Nativity In Black ( a reference to the birth of the Antichrist)’. But actually it was because Bill’s [drummer Bill Ward] beard was shaped like a pen nib! \"\n--\nThe famous bass solo by Geezer Butler at the beginning of the song is named “Bassically.”\n---\nA Tribe Called Quest sampled the drums in this song for \"We the People...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}