Information about plays

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

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

{
    "id": 3576252,
    "uri": "https://api.kexp.org/v2/plays/3576252/?format=api",
    "airdate": "2025-11-10T01:45:53-08:00",
    "show": 65090,
    "show_uri": "https://api.kexp.org/v2/shows/65090/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d8fc29f-4eff-49fd-84ad-9ebc26a3b2d0/10732948721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d8fc29f-4eff-49fd-84ad-9ebc26a3b2d0/10732948721-250.jpg",
    "song": "In a Silent Way",
    "track_id": null,
    "recording_id": "52fd209e-cb73-45d1-be84-eefdf17f4119",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "The Complete In a Silent Way Sessions",
    "release_id": null,
    "release_group_id": "15648ff4-869b-3238-a28c-3ced36a39f89",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2001-10-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}