Information about plays

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

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

{
    "id": 3577008,
    "uri": "https://api.kexp.org/v2/plays/3577008/?format=api",
    "airdate": "2025-11-11T23:54:26-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://ia903106.us.archive.org/35/items/mbid-b13ad752-8f34-4785-963e-ba2686aa7386/mbid-b13ad752-8f34-4785-963e-ba2686aa7386-24873176767_thumb500.jpg",
    "thumbnail_uri": "https://dn710600.ca.archive.org/0/items/mbid-b13ad752-8f34-4785-963e-ba2686aa7386/mbid-b13ad752-8f34-4785-963e-ba2686aa7386-24873176767_thumb250.jpg",
    "song": "Drowned World / Substitute for Love (BT & Sasha's Bucklodge Ashram remix)",
    "track_id": "00759b67-3440-356b-9739-c2bf3db73fff",
    "recording_id": "37c12447-ad18-454b-8577-0f45c1bb2b32",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "10 Years in the Life",
    "release_id": "b13ad752-8f34-4785-963e-ba2686aa7386",
    "release_group_id": "47279dcf-f717-3179-9089-7a41ffa5c215",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2002-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}