Information about plays

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

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

{
    "id": 3559976,
    "uri": "https://api.kexp.org/v2/plays/3559976/?format=api",
    "airdate": "2025-10-01T07:39:48-07:00",
    "show": 64716,
    "show_uri": "https://api.kexp.org/v2/shows/64716/?format=api",
    "image_uri": "https://coverartarchive.org/release/89148313-06fe-4b73-bd7c-df7a93cd3405/3884037236-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/89148313-06fe-4b73-bd7c-df7a93cd3405/3884037236-250.jpg",
    "song": "The One I Love",
    "track_id": null,
    "recording_id": "beb7d493-3437-485d-b21b-14d0ac46b211",
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "Document",
    "release_id": null,
    "release_group_id": "137385b2-b4cc-385e-9d59-781e7674f5bc",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The One I Love\" is from the Morning Show Album of the Week: R.E.M. \"Document\".\n\nWhen R.E.M premiered the top ten single live in concert, the band noticed the audience lifting lighters into the air and holding their loved ones unusually close. Guitarist Peter Buck was baffled: “I’d look into the audience and there would be couples kissing,” he later recalled. “Yet the verse is … savagely anti-love … People told me that was ‘their song.’ That was your song?” Here's more about this \"anti-love song\": https://faroutmagazine.co.uk/truth-behind-rem-song-the-one-i-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}