Information about plays

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

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

{
    "id": 3545766,
    "uri": "https://api.kexp.org/v2/plays/3545766/?format=api",
    "airdate": "2025-08-28T06:05:34-07:00",
    "show": 64407,
    "show_uri": "https://api.kexp.org/v2/shows/64407/?format=api",
    "image_uri": "https://ia800208.us.archive.org/6/items/mbid-f42bd8a6-9747-4aba-8cd7-de4a8d3c766c/mbid-f42bd8a6-9747-4aba-8cd7-de4a8d3c766c-23859853727_thumb500.jpg",
    "thumbnail_uri": "https://ia600208.us.archive.org/6/items/mbid-f42bd8a6-9747-4aba-8cd7-de4a8d3c766c/mbid-f42bd8a6-9747-4aba-8cd7-de4a8d3c766c-23859853727_thumb250.jpg",
    "song": "Perfect Day",
    "track_id": "48606ef4-7022-32eb-9647-d6f1d1f2b6bd",
    "recording_id": "d3a4abc1-c0ad-441e-b63b-e118b4fb72be",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "The Raven",
    "release_id": "f42bd8a6-9747-4aba-8cd7-de4a8d3c766c",
    "release_group_id": "e288b7b4-1e64-32ca-b7ad-494e9b294415",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "2003-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Feat. Antony. The Raven is the nineteenth solo studio album by American rock musician Lou Reed. It is a concept album, recounting the short stories and poems of Edgar Allan Poe through word and song. The Raven features new and very different versions of two songs that Reed had released on earlier albums: \"Perfect Day\" (originally found on 1972's Transformer), it's fame was given a boost in the 1990s when it was featured in the 1996 film Trainspotting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}