Information about plays

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

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

{
    "id": 3583558,
    "uri": "https://api.kexp.org/v2/plays/3583558/?format=api",
    "airdate": "2025-11-27T06:46:59-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "https://ia800808.us.archive.org/7/items/mbid-4b4b26f7-7e2f-4029-94bd-8a94ebf79eff/mbid-4b4b26f7-7e2f-4029-94bd-8a94ebf79eff-13465941802_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/7/items/mbid-4b4b26f7-7e2f-4029-94bd-8a94ebf79eff/mbid-4b4b26f7-7e2f-4029-94bd-8a94ebf79eff-13465941802_thumb250.jpg",
    "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": "Sister Sledge released this single in 1979 in advance of the album of the same name. Though the single is only 3:36 long, the album version spans 8:19!\n\nJoin the KEXP family by making a donation today in support Giving Tuesday: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}