Information about plays

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

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

{
    "id": 3566276,
    "uri": "https://api.kexp.org/v2/plays/3566276/?format=api",
    "airdate": "2025-10-17T07:38:42-07:00",
    "show": 64856,
    "show_uri": "https://api.kexp.org/v2/shows/64856/?format=api",
    "image_uri": "https://ia800508.us.archive.org/21/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb500.jpg",
    "thumbnail_uri": "https://ia600508.us.archive.org/21/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb250.jpg",
    "song": "Same Direction",
    "track_id": "380871e9-cf4e-3b87-a4c2-b489704ef6b7",
    "recording_id": "0953b33a-392f-4fda-a905-8f2ea732e84d",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Listen Like Thieves",
    "release_id": "4c5bc77c-8747-4abc-84f0-c48bfae58e2c",
    "release_group_id": "8baeedaf-d4d1-3ec4-9639-224ee93c5568",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 4th track on side B of our album of the week! \n==\nListen Like Thieves is the fifth studio album by Australian rock band INXS. It was released on October 14th, 1985. It spent two weeks at number one on the Australian Kent Music Report Albums Chart. Considered an international breakthrough album for the band, it peaked at No. 11 on the United States Billboard 200, No. 24 on the Canadian RPM 100 Albums and in the top 50 in the United Kingdom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}