Information about plays

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

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

{
    "id": 3554348,
    "uri": "https://api.kexp.org/v2/plays/3554348/?format=api",
    "airdate": "2025-09-17T22:17:36-07:00",
    "show": 64590,
    "show_uri": "https://api.kexp.org/v2/shows/64590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rocks And Gravel (Solid Road)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Bootleg Series Volume 18: Through The Open Window, 1956-1963",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Dylan bootleg series release 'Through The Open Window' tells the story of Dylan’s emergence and maturation as a songwriter and performer, from Minnesota to the Greenwich Village bohemia in the early 1960s. \n\nhttps://www.bobdylan.com/news/the-bootleg-series-vol-18-bob-dylans-bootleg-series-volume-18-through-the-open-window-1956-1963-to-be-released-october-31",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}