Information about plays

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

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

{
    "id": 3561252,
    "uri": "https://api.kexp.org/v2/plays/3561252/?format=api",
    "airdate": "2025-10-04T15:04:27-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia903200.us.archive.org/9/items/mbid-595565db-6bfd-4772-a865-fa91d0259f53/mbid-595565db-6bfd-4772-a865-fa91d0259f53-29132776045_thumb500.jpg",
    "thumbnail_uri": "https://ia903200.us.archive.org/9/items/mbid-595565db-6bfd-4772-a865-fa91d0259f53/mbid-595565db-6bfd-4772-a865-fa91d0259f53-29132776045_thumb250.jpg",
    "song": "Calling It Quits",
    "track_id": "e2c6a253-4d45-38a1-bd3d-55b130e6a9b4",
    "recording_id": "323cca67-7b30-44a1-8b3f-dc7df18e05ec",
    "artist": "Aimee Mann",
    "artist_ids": [
        "db3c0a20-bf05-4b30-ac22-f294aea24172"
    ],
    "album": "Bachelor No. 2, or the Last Remains of the Dodo",
    "release_id": "595565db-6bfd-4772-a865-fa91d0259f53",
    "release_group_id": "d88e6b4f-787a-3451-b739-1299748f4854",
    "labels": [
        "SuperEgo Records"
    ],
    "label_ids": [
        "8048998d-1859-4333-8f92-ae66aa8b9e73"
    ],
    "release_date": "2000-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#711\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}