Information about plays

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

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

{
    "id": 3543882,
    "uri": "https://api.kexp.org/v2/plays/3543882/?format=api",
    "airdate": "2025-08-23T19:33:11-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supposed to Be About an Electrical Fire",
    "track_id": null,
    "recording_id": "3f8611fd-6858-4012-a390-1d842637b595",
    "artist": "Hush Harbor",
    "artist_ids": [
        "72671814-e590-4ed1-8850-8dede298e877"
    ],
    "album": "Hush Harbor",
    "release_id": null,
    "release_group_id": "f0d16cc9-c142-39cf-8303-65fbe7e4ad89",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1995-07-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A short-lived blip on the Pacific Northwest indie scene, Hush Harbor contained the roots of several other bands, most prominently emo notables 764-HERO. Formed in Seattle, Hush Harbor was a trio consisting of vocalist/guitarist John Atkins, bassist John Wickhart, and drummer Andy Rohrmann.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}