Information about plays

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

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

{
    "id": 3622944,
    "uri": "https://api.kexp.org/v2/plays/3622944/?format=api",
    "airdate": "2026-02-27T09:35:59-08:00",
    "show": 66042,
    "show_uri": "https://api.kexp.org/v2/shows/66042/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Megatallica Sisters - Master of the Neutron Dance of Destruction",
    "track_id": "8776832c-6666-4dfc-9620-8357c5909f0d",
    "recording_id": "df358d6b-a824-4edb-b7a8-891ba40686af",
    "artist": "Bill McClintock",
    "artist_ids": [
        "22034344-908b-483b-9260-24c10bc1342c"
    ],
    "album": "The Megatallica Sisters - Master of the Neutron Dance of Destruction",
    "release_id": "682f1614-4ffb-4b12-8036-781de2a99c21",
    "release_group_id": "de2676f5-6c33-4812-a727-e79c4bf8df38",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "McClintock has taken the vocals from Metallica's \"Master Of Puppets\" and both Megadeth's \"Symphony Of Destruction\" and \"Tornado of Souls,\" and set 'em all to The Pointer Sisters 1983 hit \"Neutron Dance.\" Plus, there's the guitar solo from Blue Öyster Cult's \"Godzilla\" in there as well.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}