Information about plays

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

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

{
    "id": 3629760,
    "uri": "https://api.kexp.org/v2/plays/3629760/?format=api",
    "airdate": "2026-03-16T13:33:23-07:00",
    "show": 66199,
    "show_uri": "https://api.kexp.org/v2/shows/66199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia800902.us.archive.org/20/items/mbid-c535f1c9-fcf1-4bda-8153-73e6ef974a8b/mbid-c535f1c9-fcf1-4bda-8153-73e6ef974a8b-29975080706_thumb250.jpg",
    "song": "Sad but True",
    "track_id": "c347c872-5a84-47f4-a4d6-3632d14aaf8a",
    "recording_id": "4b766f5c-9ab6-444d-976e-061e561d3ffa",
    "artist": "St. Vincent",
    "artist_ids": [
        "5334edc0-5faf-4ca5-b1df-000de3e1f752"
    ],
    "album": "The Metallica Blacklist",
    "release_id": "c535f1c9-fcf1-4bda-8153-73e6ef974a8b",
    "release_group_id": "bfa9f370-bd24-4c82-a557-4d25ba3624ab",
    "labels": [
        "Blackened"
    ],
    "label_ids": [
        "13fbc037-a564-4876-938a-0ce9d7c39a58"
    ],
    "release_date": "2021-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Metallica Blacklist is a tribute album featuring covers of every track from Metallica's 1991 self-titled album (commonly known as The Black Album). The collection was assembled in conjunction with the original album's 30th anniversary.\n\n\"Sad But True\" is covered by 7 different artists on the album from artists ranging from St. Vincent to Jason Isbell & the 400 Unit.\nhttps://www.metallica.com/the-metallica-blacklist/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}