Information about plays

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

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

{
    "id": 3611869,
    "uri": "https://api.kexp.org/v2/plays/3611869/?format=api",
    "airdate": "2026-02-01T11:52:08-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/58632b0a-ce73-4322-9edc-6254173eb747/10641426244-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58632b0a-ce73-4322-9edc-6254173eb747/10641426244-250.jpg",
    "song": "Drunken Nights in the City",
    "track_id": null,
    "recording_id": "2a49814b-ee29-4fb1-b283-7151c6f869dc",
    "artist": "Whitey Morgan and the 78’s",
    "artist_ids": [
        "d6f2bcf1-ceff-400f-89dd-8684e41c13d5"
    ],
    "album": "Sonic Ranch",
    "release_id": null,
    "release_group_id": "9edc6feb-12fe-410a-85fe-7c95cdff92e3",
    "labels": [
        "Whitey Morgan Music"
    ],
    "label_ids": [],
    "release_date": "2015-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Michigan musician is playing Tractor Tavern tonight!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}