Information about plays

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

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

{
    "id": 3601570,
    "uri": "https://api.kexp.org/v2/plays/3601570/?format=api",
    "airdate": "2026-01-07T22:12:59-08:00",
    "show": 65591,
    "show_uri": "https://api.kexp.org/v2/shows/65591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Only A Pawn In Their Game",
    "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": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded at Carnegie Hall, NYC, 1963\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"
}