Information about plays

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

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

{
    "id": 3586551,
    "uri": "https://api.kexp.org/v2/plays/3586551/?format=api",
    "airdate": "2025-12-04T03:37:15-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghetto Heaven (original Soul II Soul 12\" remix)",
    "track_id": null,
    "recording_id": "a06ff363-fb47-42f3-9c41-b36aabd86f4c",
    "artist": "The Family Stand feat. Jazzy B",
    "artist_ids": [
        "fe323d39-8a48-4387-a18f-9d4ca8a06249",
        "d455fa0b-9e76-40d7-b96e-337bb01de3b3"
    ],
    "album": "Chain",
    "release_id": null,
    "release_group_id": "d0c16baf-be73-3f92-b9d0-8b85ac07e698",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York soul group The Family Stand is made up of Sandra St. Victor, Peter Lord Moreland, and V. Jeffrey Smith. The original version of The Family Stand was called Evon Geffries & The Stand, a name that was sourced in multiple parts from Moreland's mother (Evon), Jeff Smith (Geffries), and St. Victor's favorite book at the time, The Stand. The band name was later changed to The Family Stand at the suggestion of A&R rep Merlin Bobb.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}