Information about plays

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

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

{
    "id": 3580866,
    "uri": "https://api.kexp.org/v2/plays/3580866/?format=api",
    "airdate": "2025-11-21T02:32:32-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia903209.us.archive.org/12/items/mbid-3686162c-6a36-47ce-b6fe-18a4bb41a0ca/mbid-3686162c-6a36-47ce-b6fe-18a4bb41a0ca-2805738352_thumb500.jpg",
    "thumbnail_uri": "https://ia803209.us.archive.org/12/items/mbid-3686162c-6a36-47ce-b6fe-18a4bb41a0ca/mbid-3686162c-6a36-47ce-b6fe-18a4bb41a0ca-2805738352_thumb250.jpg",
    "song": "Punk Weight",
    "track_id": "04e1c09f-4977-39c0-870b-e0dffa9f505b",
    "recording_id": "2811a8fd-06ab-4789-8678-3a11adba8551",
    "artist": "Death Grips",
    "artist_ids": [
        "f9133036-ab3d-4e97-bd11-7a2c98ad148a"
    ],
    "album": "The Money Store",
    "release_id": "3686162c-6a36-47ce-b6fe-18a4bb41a0ca",
    "release_group_id": "aa0b4e86-358e-4c92-aecd-94f5f59233f7",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2012-04-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Money Store is the debut studio album by Sacramento experimental hip hop trio Death Grips. It is the follow-up to their debut mixtape, Exmilitary.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}