Information about plays

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

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

{
    "id": 3592326,
    "uri": "https://api.kexp.org/v2/plays/3592326/?format=api",
    "airdate": "2025-12-17T15:56:30-08:00",
    "show": 65403,
    "show_uri": "https://api.kexp.org/v2/shows/65403/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pink Moon",
    "track_id": "a133271d-b10b-331f-80b0-8c4b08b44622",
    "recording_id": "d840d505-c0e0-44fe-9c03-3a272cfff88e",
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Pink Moon",
    "release_id": "608de3ea-c08f-36f5-9ac6-53d401940de7",
    "release_group_id": "740ec10a-e887-38a6-a04d-fe2069c9e2a7",
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1992-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Peggy!\n\nWhat is arguably Nick Drake's most famous song, \"Pink Moon.\"\n\nNick only released 3 studio albums during his lifetime and 'Pink Moon' was the only one released in North America. The track features just Drake on vocals, acoustic guitar and a single piano melody overdubbed onto the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}