Information about plays

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

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

{
    "id": 3617574,
    "uri": "https://api.kexp.org/v2/plays/3617574/?format=api",
    "airdate": "2026-02-14T21:02:55-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hoy no hay Mañana",
    "track_id": null,
    "recording_id": null,
    "artist": "ABYECTA",
    "artist_ids": [
        "03bec9b2-4deb-454a-a592-89ac3d6a6416"
    ],
    "album": "Demo III",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Black Legion Records"
    ],
    "label_ids": [
        "c98d241f-3e1b-42ac-8601-1e599c1cf3f9"
    ],
    "release_date": "2024-05-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chile. On tour and playing in Seattle Sat. 4/4 @ Belltown Yacht Club with Nightfeeder, Massgrief, and Fan Club.\n\nAlso playing CY Fest in LA March 28th.\n\nhttps://abyecta.bandcamp.com/album/abyecta-infrafuturo-demo-2020\nhttps://dice.fm/event/92wvp7-abyecta-nightfeeder-fan-club-mass-grief-4th-apr-belltown-yacht-club-seattle-tickets\nhttps://www.livenation.com/event/vv170Zb0GkRgASyp/c-y-fest-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}