Information about plays

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

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

{
    "id": 3545642,
    "uri": "https://api.kexp.org/v2/plays/3545642/?format=api",
    "airdate": "2025-08-27T22:37:59-07:00",
    "show": 64405,
    "show_uri": "https://api.kexp.org/v2/shows/64405/?format=api",
    "image_uri": "https://coverartarchive.org/release/ecba98a1-8831-37ec-8756-5d8e006884a1/24008507233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ecba98a1-8831-37ec-8756-5d8e006884a1/24008507233-250.jpg",
    "song": "Strawberry Street (live rehearsal at Knitting Factory, New York, NY – May 1993)",
    "track_id": null,
    "recording_id": "09b4537f-d19f-4cbc-bc5b-e7070ba41b7c",
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "Grace",
    "release_id": null,
    "release_group_id": "ea29c347-696f-3165-986d-7bad1394b178",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1994-08-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}