Information about plays

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

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

{
    "id": 3594828,
    "uri": "https://api.kexp.org/v2/plays/3594828/?format=api",
    "airdate": "2025-12-23T09:01:34-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Luckiest Guy on the Lower East Side",
    "track_id": "732517a7-47a6-3650-a218-a01aef1cf0c2",
    "recording_id": "ef90b004-396f-41b9-af5b-7be52db2b974",
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "69 Love Songs",
    "release_id": "06b4c4ec-1704-3454-9fa7-9daccbe3cf4e",
    "release_group_id": "5dfac852-1aed-35b2-93b6-e8f9c93fe521",
    "labels": [
        "Circus Records"
    ],
    "label_ids": [
        "715a756f-8c92-400f-94a6-68a135b6ab24"
    ],
    "release_date": "2000-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paste Magazine ranked all 69 songs on the album and they only put this one at #65!  Here's what they had to say:\n\n\"Points have been deducted for toxic levels of “nice guy-ism” here. Sure, this syndrome had not been as thoroughly studied at the time of the album’s release as it is today, and it was severely under diagnosed, but that isn’t really an excuse. At least it’s slightly self aware, but not enough to save itself.\"\n\nThey need to lighten up.\n\nhttps://www.pastemagazine.com/music/the-magnetic-fields/ranking-every-song-on-the-magnetic-fields-69-love/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}