Information about plays

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

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

{
    "id": 3542932,
    "uri": "https://api.kexp.org/v2/plays/3542932/?format=api",
    "airdate": "2025-08-21T16:13:11-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sail On",
    "track_id": null,
    "recording_id": null,
    "artist": "Commodores",
    "artist_ids": [],
    "album": "Midnight Magic",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1979-07-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "James in W Seattle: \n\nMy father passed away in 2013 from cholangiocarcinoma (bile duct cancer).  It was a rapid malignancy.  Due to his alcoholism earlier in my childhood, I'd always had something of an arm's-length relationship with my father, but one of my fondest memories would be car trips & errands in our 1976 Cadillac Seville & us singing along (or trying to) to the latest hits of the late-70s.  If you would play \"Sail On\" by The Commodores, that would bring a warm smile to my face.  Thank you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}