Information about plays

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

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

{
    "id": 3615139,
    "uri": "https://api.kexp.org/v2/plays/3615139/?format=api",
    "airdate": "2026-02-09T05:03:32-08:00",
    "show": 65886,
    "show_uri": "https://api.kexp.org/v2/shows/65886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "O Superman (For Massenet)",
    "track_id": "2182ed26-8aae-3a80-a734-2744b1d3bd52",
    "recording_id": "1b41b647-07c2-439b-9204-e8ff7a0f0d58",
    "artist": "Laurie Anderson",
    "artist_ids": [
        "86809b51-cbe2-45f1-804a-e66eed635dea"
    ],
    "album": "Wired Magazine Presents: Music Futurists",
    "release_id": "f2f94034-fe43-4a35-80f5-e629e5726d1c",
    "release_group_id": "d7794a97-b288-333c-bfb4-99e5dee586f8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cut Chemist directly sampled the vocals from \"O Superman\" for \"Spat.\" \n\nWatch the official music video for \"O Superman\": https://www.youtube.com/watch?v=Vkfpi2H8tOE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}