Information about plays

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

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

{
    "id": 3541169,
    "uri": "https://api.kexp.org/v2/plays/3541169/?format=api",
    "airdate": "2025-08-17T10:03:58-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/47ee57c5-4463-403e-aaf2-f9af5011f490/3156339006-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47ee57c5-4463-403e-aaf2-f9af5011f490/3156339006-250.jpg",
    "song": "Lonesome L.A. Cowboy",
    "track_id": null,
    "recording_id": "832f8e6c-c149-4d01-8561-628909a876a4",
    "artist": "New Riders of the Purple Sage",
    "artist_ids": [
        "64c8fe79-1f93-483f-aace-b6a6e379e7d2"
    ],
    "album": "The Adventures of Panama Red",
    "release_id": null,
    "release_group_id": "2cc6b64f-2268-34d8-aee5-77573b70d16f",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Bluegrass Hall of Famer Peter Rowan, performed by the San Franciscan band featuring several original Grateful Dead members.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}