Information about plays

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

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

{
    "id": 3656557,
    "uri": "https://api.kexp.org/v2/plays/3656557/?format=api",
    "airdate": "2026-05-18T22:00:54-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/272e7649-3c53-4a86-a166-13492a4bddab/30551368406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/272e7649-3c53-4a86-a166-13492a4bddab/30551368406-250.jpg",
    "song": "El Paso Del Tiempo (Versión Remezclada)",
    "track_id": null,
    "recording_id": null,
    "artist": "Silueta Pálida",
    "artist_ids": [],
    "album": "Back Up: Mexican Tecno Pop 1980-1989",
    "release_id": null,
    "release_group_id": "aa111693-0c29-47d4-b432-fb3fa87740f2",
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [
        "6710f297-1dea-4d27-a62a-61f67bb64e8e"
    ],
    "release_date": "2021-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi pals, welcome to the show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}