Information about plays

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

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

{
    "id": 3577281,
    "uri": "https://api.kexp.org/v2/plays/3577281/?format=api",
    "airdate": "2025-11-12T14:46:37-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eat Street",
    "track_id": "cf486fe9-f07f-4371-8309-b6b112d25646",
    "recording_id": "ad4315d5-cba6-4a95-abc9-db5391383315",
    "artist": "People Under the Stairs",
    "artist_ids": [
        "3dc00dcb-6106-43d1-b48d-21d236f53983"
    ],
    "album": "Stepfather",
    "release_id": "ad790307-3f82-4a84-9723-4c9b7930dd61",
    "release_group_id": "0bbc673b-6d5a-3d97-bbb3-ae874a81dbdd",
    "labels": [
        "Basement Records"
    ],
    "label_ids": [
        "af1f8bd3-b6f7-4575-bdf8-29bb6eb189c8"
    ],
    "release_date": "2006-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "People Under the Stairs was a hip-hop duo from Los Angeles, California, formed in 1997 and disbanded in 2019. Since their inception, the group consisted solely of Christopher Portugal (Thes One) and Michael Turner (Double K). \n--\nR.I.P., Michael Turner, who died in 2021 at age 43: https://www.npr.org/2021/02/01/962868415/double-k-people-under-the-stairs-rapper-and-producer-dead-at-43",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}