Information about plays

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

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

{
    "id": 3598396,
    "uri": "https://api.kexp.org/v2/plays/3598396/?format=api",
    "airdate": "2025-12-31T09:51:33-08:00",
    "show": 65523,
    "show_uri": "https://api.kexp.org/v2/shows/65523/?format=api",
    "image_uri": "https://coverartarchive.org/release/486a2f59-ff89-41fe-813a-7e250798bf9c/11479194202-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/486a2f59-ff89-41fe-813a-7e250798bf9c/11479194202-250.jpg",
    "song": "Shot by Both Sides",
    "track_id": null,
    "recording_id": "63118903-4acf-4053-b682-a79f22fdc41b",
    "artist": "Magazine",
    "artist_ids": [
        "043324ca-100d-48ce-8c7c-fd015afc103b"
    ],
    "album": "Real Life",
    "release_id": null,
    "release_group_id": "5ef7ef5c-f9aa-3800-9f55-ec58130846ba",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1978-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the earliest and best post-punk bands, they kept the nervous energy of punk and added elements of theatrical, atmospheric art rock.\nhttps://www.allmusic.com/artist/magazine-mn0000229157#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}