Information about plays

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

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

{
    "id": 3582944,
    "uri": "https://api.kexp.org/v2/plays/3582944/?format=api",
    "airdate": "2025-11-25T20:13:08-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lushootseed Is Alive",
    "track_id": null,
    "recording_id": null,
    "artist": "Calina Lawrence",
    "artist_ids": [],
    "album": "Lushootseed Is Alive",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Calina Lawrence"
    ],
    "label_ids": [],
    "release_date": "2019-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An indigenous \"art-ivist\" from the Suquamish Nation, Calina Lawrence infuses her powerful music with hip-hop, soul, and spoken word poetry. With her self-produced single \"“ʔəshəliʔ ti txʷəlšucid [Lushootseed is Alive]\", she pays tribute to her heritage by singing in the Coast Salish language of Lushootseed\n\nhttps://www.calinalawrence.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}