Information about plays

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

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

{
    "id": 3548535,
    "uri": "https://api.kexp.org/v2/plays/3548535/?format=api",
    "airdate": "2025-09-03T18:17:55-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia801900.us.archive.org/25/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb500.jpg",
    "thumbnail_uri": "https://ia601900.us.archive.org/25/items/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202/mbid-a55a7de4-5a1c-3c84-98c6-28b042ee5202-17137828996_thumb250.jpg",
    "song": "When the Levee Breaks",
    "track_id": "ea58d8a1-139d-3623-93de-5ffb8dccb78e",
    "recording_id": "3d4edbbd-8cd1-4c8a-be02-d19ded65e00f",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "[Led Zeppelin IV]",
    "release_id": "a55a7de4-5a1c-3c84-98c6-28b042ee5202",
    "release_group_id": "2e61da88-39e9-3473-81d2-c964cb394952",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Tiffany & Sheila for the LZ road trip recommendation!\n--\nJohn Bonham's drumming here has been sampled multiple times, including by Bjork for \"Army of Me.\"\n---\n\"When the Levee Breaks\" is a cover of a song written and first recorded by Kansas Joe McCoy and Memphis Minnie in 1929.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}