Information about plays

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

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

{
    "id": 3548537,
    "uri": "https://api.kexp.org/v2/plays/3548537/?format=api",
    "airdate": "2025-09-03T18:30:35-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia902309.us.archive.org/32/items/mbid-99c52b10-4be6-4f0d-a854-9314455e5af9/mbid-99c52b10-4be6-4f0d-a854-9314455e5af9-30898099359_thumb500.jpg",
    "thumbnail_uri": "https://ia902309.us.archive.org/32/items/mbid-99c52b10-4be6-4f0d-a854-9314455e5af9/mbid-99c52b10-4be6-4f0d-a854-9314455e5af9-30898099359_thumb250.jpg",
    "song": "I Don’t Live Here Anymore",
    "track_id": "3f5aefd9-3045-4366-b578-6470e6c42a04",
    "recording_id": "576b93a0-74ab-4b53-bb19-aa3da3c783da",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "I Don’t Live Here Anymore",
    "release_id": "99c52b10-4be6-4f0d-a854-9314455e5af9",
    "release_group_id": "af8f5795-7d03-449d-b6ee-65cf4b1e3a95",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2021-10-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Nathan for this road trip recommendation!\n--\nThe War on Drugs will be in Sacramento for Terra Madre Americas 2025 September 26th-28th!\n\nhttps://www.thewarondrugs.net/tour\n--\nWatch the War On Drugs 2017 KEXP in-studio here:\nhttps://www.youtube.com/watch?v=IcxWyfGR-2A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}