Information about plays

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

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

{
    "id": 3545500,
    "uri": "https://api.kexp.org/v2/plays/3545500/?format=api",
    "airdate": "2025-08-27T13:44:52-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twin Cities",
    "track_id": null,
    "recording_id": "70da4bed-5d11-434a-a9aa-de49fe7a648b",
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Worldwide",
    "release_id": null,
    "release_group_id": "00da1354-9358-3aab-b861-cc653f730154",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James in Minneapolis wrote \"I don't know if you've heard, but we've had another deadly school shooting here in Minneapolis. Would it be possible to play Twin Cities by Everything But the Girl?\"\n--\nHer thoughts are with all those at Annunciation Catholic School in Minneapolis and everyone who is suffering because of this shooting.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}