Information about plays

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

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

{
    "id": 3561246,
    "uri": "https://api.kexp.org/v2/plays/3561246/?format=api",
    "airdate": "2025-10-04T14:42:20-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?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": "What You Need",
    "track_id": "5279fa37-67f6-36c4-a7e5-28c2591b7d02",
    "recording_id": "8707a33f-3023-4303-bfe5-dc4efa5abb75",
    "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": "Support KEXP & Donate today: https://www.kexp.org/donate/\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time!\n\n#714 INXS - Listen Like Thieves\n---\nHutchence wrote the song with Andrew Farriss - they were the songwriting dynamic duo in INXS. The song has all the group's hallmarks: a big, catchy guitar riff; a prominent saxophone part (played by group member Kirk Pengilly); and an inspirational vocal from Hutchence.\n\nIn May, Rhino released a reissue of \"Listen Like Thieves\" for the album's 40th anniversary.\n\nhttps://www.inxs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}