Information about plays

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

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

{
    "id": 3559592,
    "uri": "https://api.kexp.org/v2/plays/3559592/?format=api",
    "airdate": "2025-09-30T09:44:35-07:00",
    "show": 64707,
    "show_uri": "https://api.kexp.org/v2/shows/64707/?format=api",
    "image_uri": "https://ia601208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb500.jpg",
    "thumbnail_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb250.jpg",
    "song": "Fireplace",
    "track_id": "ce45b7b4-5c22-4484-a71e-5f5a5a57dd63",
    "recording_id": "b8cfd609-23e1-4880-8175-50d4060a1fe7",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": "eba2dc90-243f-4648-9de0-c39e937e893b",
    "release_group_id": "137385b2-b4cc-385e-9d59-781e7674f5bc",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album of the Week!\n\nDocument followed through on the success of “The One I Love,” peaking at an impressive No.10 on the Billboard 200 in September 1987. The band’s heavy touring schedule across the past five years now yielded far greater dividends as Document proved to be a hit in numerous territories, peaking at No.28 in the UK (where it also went gold), No.17 in New Zealand, and No.13 in Canada, where it earned a platinum disc for the band.\n\nhttps://www.udiscovermusic.com/behind-the-albums/r-e-m-document/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}