Information about plays

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

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

{
    "id": 3542949,
    "uri": "https://api.kexp.org/v2/plays/3542949/?format=api",
    "airdate": "2025-08-21T16:58:17-07:00",
    "show": 64349,
    "show_uri": "https://api.kexp.org/v2/shows/64349/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamboat Annie",
    "track_id": null,
    "recording_id": null,
    "artist": "Heart",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "8d66d39e-286e-45b9-b73e-28ceabe916f3"
    ],
    "release_date": "1975-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ange in AZ:\n\nI've lost so many family members to cancer and had always worried when it would hit me too. At 33, I was diagnosed woth thyroid cancer that had metastcized. Although im in remission, they've just found a few new nodules recently. It's looking optimistic but the worry is heavy. All I can do is keep my head up, move forward, and enjoy the time I have in this life. I would love to hear Heart's \"dreamboat annie\" please, as it brings me right into that state of mind. I'm thankful for my family and friends' support. Thankful for KEXP for doing shows like this. Music truly heals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}