Information about plays

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

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

{
    "id": 3576772,
    "uri": "https://api.kexp.org/v2/plays/3576772/?format=api",
    "airdate": "2025-11-11T09:03:55-08:00",
    "show": 65080,
    "show_uri": "https://api.kexp.org/v2/shows/65080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hear That Sound",
    "track_id": "f968b1a3-8fbe-3049-b1d2-e4a90a6827d0",
    "recording_id": "c8b9e519-e7dd-459b-9e8d-d0efd890c991",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "X",
    "release_id": "448b55dd-25e9-3d46-807f-00e34d222486",
    "release_group_id": "8fd854fa-604f-3106-a9c9-90288687f61e",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1990-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John,\n\nI was at my local record shop not long ago and was getting ready to check out when I came across the used cassettes and found a copy of INXS X, damn near in mint condition for two dollars. I got home and immediately listened to it and was reminded on how awesome that album is.\nCould you please play Hear That Sound.\n\nAnd if the paper boy from Better Off Dead asks you for the two dollars, tell him I spent it on that cassette.\n\nTed in PDX",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}