Information about plays

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

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

{
    "id": 3563077,
    "uri": "https://api.kexp.org/v2/plays/3563077/?format=api",
    "airdate": "2025-10-09T15:01:02-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia601403.us.archive.org/31/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb500.jpg",
    "thumbnail_uri": "https://ia801403.us.archive.org/31/items/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8/mbid-10a503f6-265a-4850-93bd-78b18fc6e6b8-7486369964_thumb250.jpg",
    "song": "Float On",
    "track_id": "6fd5f7cd-011a-3312-803b-42a666ca54ea",
    "recording_id": "2be922c8-1250-47f6-895e-c4da99a93fde",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Good News for People Who Love Bad News",
    "release_id": "10a503f6-265a-4850-93bd-78b18fc6e6b8",
    "release_group_id": "65b47520-2e58-3bc2-a755-34ff35f23ad5",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2004-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#165, as we continue the countdown of favorite albums...\n---\n\"Modest Mouse has been my favorite band since 10-year-old me discovered “Float On” on a mix CD that my parents got from a funeral. A family friend’s kid died—he wasn’t really a kid, but a college student. His parents made CDs with his favorite music on them, which I’ve always thought was a devastating and beautiful way to honor someone—the mix had songs from Dave Matthew’s Band, Nirvana, and Modest Mouse.\"  Here's a great tribute to Modest Mouse's fourth studio album: https://www.getalternative.com/review-modest-mouse-good-news-for/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}