Information about plays

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

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

{
    "id": 3585880,
    "uri": "https://api.kexp.org/v2/plays/3585880/?format=api",
    "airdate": "2025-12-02T14:35:09-08:00",
    "show": 65271,
    "show_uri": "https://api.kexp.org/v2/shows/65271/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blame It on the Tetons",
    "track_id": "9291a764-938e-3acb-b987-c839974da6b8",
    "recording_id": "bc41c199-44c2-4fab-b466-afc518654154",
    "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": "Shout Out Steve!\n---\nBlame it all on me 'cause\nGod, I need a cold one now\n---\nModest Mouse is an American rock band formed in 1993 in Issaquah, Washington, and currently based in Portland, Oregon. \n---\nhttps://www.modestmouse.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}