Information about plays

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

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

{
    "id": 3614800,
    "uri": "https://api.kexp.org/v2/plays/3614800/?format=api",
    "airdate": "2026-02-08T09:03:29-08:00",
    "show": 65878,
    "show_uri": "https://api.kexp.org/v2/shows/65878/?format=api",
    "image_uri": "https://coverartarchive.org/release/5b404630-8770-477b-a000-b92cc3699aee/38520423118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5b404630-8770-477b-a000-b92cc3699aee/38520423118-250.jpg",
    "song": "San Franciscan Nights",
    "track_id": null,
    "recording_id": "d60b1e8a-6a96-4362-964d-9b2d2732aed1",
    "artist": "Gábor Szabó",
    "artist_ids": [
        "ee69197a-ca57-42ba-bd23-93b756391a5d"
    ],
    "album": "Wind, Sky and Diamonds",
    "release_id": null,
    "release_group_id": "c013708f-d4b1-46eb-bcb4-72f79d3b80cc",
    "labels": [],
    "label_ids": [],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By Gábor Szabó and The California Dreamers, in celebration of San Francisco.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}