Information about plays

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

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

{
    "id": 3559574,
    "uri": "https://api.kexp.org/v2/plays/3559574/?format=api",
    "airdate": "2025-09-30T08:35:00-07:00",
    "show": 64707,
    "show_uri": "https://api.kexp.org/v2/shows/64707/?format=api",
    "image_uri": "https://ia801208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb500.jpg",
    "thumbnail_uri": "https://ia601208.us.archive.org/2/items/mbid-eba2dc90-243f-4648-9de0-c39e937e893b/mbid-eba2dc90-243f-4648-9de0-c39e937e893b-11726171858_thumb250.jpg",
    "song": "Strange",
    "track_id": "ef3a23d6-3714-4c76-9e6b-a2b09b93515e",
    "recording_id": "59ba9f32-ca15-4657-a104-cb5edf66e3a1",
    "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": "\"Strange\" is a cover originally recorded by the band Wire, one of only two times that R.E.M. included a cover on a studio album.\nhttps://bit.ly/4c2iqtm\n--\n'Document' is R.E.M.'s fifth studio album. Initially released September 1st, 1987 this marked the beginning of their decade-long working partnership with producer Scott Litt. \nhttps://remhq.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}