Information about plays

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

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

{
    "id": 3601742,
    "uri": "https://api.kexp.org/v2/plays/3601742/?format=api",
    "airdate": "2026-01-08T07:36:56-08:00",
    "show": 65594,
    "show_uri": "https://api.kexp.org/v2/shows/65594/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Stardust",
    "track_id": "309f4076-dd33-3048-b2a0-4fee4eaf87f2",
    "recording_id": "2ca5c833-8f3d-4566-9d61-a2294ea996ac",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "The Rise and Fall of Ziggy Stardust and the Spiders From Mars",
    "release_id": "85f61d36-afa0-3977-9b0e-45329574175b",
    "release_group_id": "6c9ae3dd-32ad-472c-96be-69d0a3536261",
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1990-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"He made a commentary on gender by playing with his own, and just being a role model in that sort of way.\"\nhttps://kcrw.co/3z5RtUb",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}