Information about plays

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

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

{
    "id": 3570166,
    "uri": "https://api.kexp.org/v2/plays/3570166/?format=api",
    "airdate": "2025-10-26T09:00:45-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "East Virginia Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "Joan Baez",
    "artist_ids": [
        "92d37892-6186-4459-9cc1-f0dde57652d0"
    ],
    "album": "Joan Baez",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the trailer for the documentary about the artist and activist, Joan Baez.\nhttps://www.smithsonianmag.com/arts-culture/before-beyonce-taylor-swift-ran-world-joan-baez-180983893/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}