Information about plays

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

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

{
    "id": 3577173,
    "uri": "https://api.kexp.org/v2/plays/3577173/?format=api",
    "airdate": "2025-11-12T09:32:34-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Are Family",
    "track_id": "e0836f9c-fc65-35a2-adfc-d039cfd09b6f",
    "recording_id": "c1928abf-2cce-456f-9c9b-e96c499ecaa9",
    "artist": "Sister Sledge",
    "artist_ids": [
        "1ed00158-c6a3-45cd-819c-2f91997fc480"
    ],
    "album": "We Are Family",
    "release_id": "4b4b26f7-7e2f-4029-94bd-8a94ebf79eff",
    "release_group_id": "acb1aa80-3ede-3a65-a862-5b0730c92607",
    "labels": [
        "Cotillion"
    ],
    "label_ids": [
        "d97da6f0-c0ba-4a60-8fd5-fb8edab24d32"
    ],
    "release_date": "1979-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AND he performed as part of the backing band with members of Chic on \"We Are Family\" and \"He's the Greatest Dancer\" by Sister Sledge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}