Information about plays

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

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

{
    "id": 3632799,
    "uri": "https://api.kexp.org/v2/plays/3632799/?format=api",
    "airdate": "2026-03-23T16:55:15-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-729e0887-8431-45cd-ba72-c93710429738/mbid-729e0887-8431-45cd-ba72-c93710429738-8143374545_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-729e0887-8431-45cd-ba72-c93710429738/mbid-729e0887-8431-45cd-ba72-c93710429738-8143374545_thumb250.jpg",
    "song": "Love Is Blindness",
    "track_id": "6cd0c3eb-79a4-3c99-bc57-8037bd79067f",
    "recording_id": "daaaca3e-b30b-4eed-91d3-e78576269186",
    "artist": "Jack White",
    "artist_ids": [
        "3ae2fb37-8a23-429d-9920-bac811c4fc22"
    ],
    "album": "Blunderbuss",
    "release_id": "729e0887-8431-45cd-ba72-c93710429738",
    "release_group_id": "37f48931-e5e6-488f-a531-ad2db311158d",
    "labels": [
        "Sony Records International"
    ],
    "label_ids": [
        "c9a4ea86-7611-4fff-9f4f-41f18be7e14b"
    ],
    "release_date": "2012-04-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jack White's cover of U2's song \"Love is Blindness\" from their album Achtung Baby, which came out on November 18 in 1991!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}