Information about plays

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

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

{
    "id": 3519931,
    "uri": "https://api.kexp.org/v2/plays/3519931/?format=api",
    "airdate": "2025-06-28T12:34:25-07:00",
    "show": 63861,
    "show_uri": "https://api.kexp.org/v2/shows/63861/?format=api",
    "image_uri": "https://ia800205.us.archive.org/17/items/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440-9537646329_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/17/items/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440/mbid-0fa6e69d-ad23-46f9-95b8-c9db4cdbc440-9537646329_thumb250.jpg",
    "song": "Don't Leave Me This Way",
    "track_id": "191fa1bd-58bd-3c36-a937-110c45b82154",
    "recording_id": "6c6801df-33c8-48fb-ae97-9faef8f0d733",
    "artist": "Thelma Houston",
    "artist_ids": [
        "cb327970-cf95-4f2d-91db-b1b787aa51f9"
    ],
    "album": "The Disco Years, Volume 1: Turn The Beat Around (1974-1978)",
    "release_id": "0fa6e69d-ad23-46f9-95b8-c9db4cdbc440",
    "release_group_id": "93862a4b-de0c-3f64-a78d-5efbeb07ebfe",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Cary Gilbert, Leon Huff & Kenneth Gamble. It is notable for being an unofficial anthem for the AIDS epidemic for the gay male community in the United States. \n--\nIn 1977, “Don’t Leave Me This Way” won the award for Best R&B Vocal Performance, Female at the 20th Annual Grammy Awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}