Information about plays

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

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

{
    "id": 3632233,
    "uri": "https://api.kexp.org/v2/plays/3632233/?format=api",
    "airdate": "2026-03-22T04:13:49-07:00",
    "show": 66248,
    "show_uri": "https://api.kexp.org/v2/shows/66248/?format=api",
    "image_uri": "https://dn710600.ca.archive.org/0/items/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb-1485007582_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb-1485007582_thumb250.jpg",
    "song": "Five Man Army",
    "track_id": "909a5611-0d0c-3508-b71d-63ea826197e3",
    "recording_id": "b30b9943-9100-4d84-9ad2-69859ea88fbb",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "96315bf8-39c0-4d70-9c00-eb142577dcfb",
    "release_group_id": "8b6f133a-2fdf-3cc2-b84d-1c889adc0939",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Five Man Army\" by Massive Attack samples “I’m Glad Your Mine” by Al Green.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}