Information about plays

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

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

{
    "id": 3580548,
    "uri": "https://api.kexp.org/v2/plays/3580548/?format=api",
    "airdate": "2025-11-20T06:42:11-08:00",
    "show": 65159,
    "show_uri": "https://api.kexp.org/v2/shows/65159/?format=api",
    "image_uri": "https://dn710307.ca.archive.org/0/items/mbid-120843cf-d414-4967-86d7-028cc37931cd/mbid-120843cf-d414-4967-86d7-028cc37931cd-39798120050_thumb500.jpg",
    "thumbnail_uri": "https://dn710307.ca.archive.org/0/items/mbid-120843cf-d414-4967-86d7-028cc37931cd/mbid-120843cf-d414-4967-86d7-028cc37931cd-39798120050_thumb250.jpg",
    "song": "Nothing Really Matters",
    "track_id": "f93b183b-8d8e-351d-8de8-5b79aea1061c",
    "recording_id": "996bd6e8-dfbe-41b8-9c1e-418c8dbaf593",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Ray of Light",
    "release_id": "120843cf-d414-4967-86d7-028cc37931cd",
    "release_group_id": "cb93e87f-5d21-3447-a6e8-22d44f9b0d7a",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madonna opened the 41st GRAMMYs with a Japanese-inspired performance of \"Nothing Really Matters,\" drawing inspiration from its music video.\n\nhttps://youtu.be/cAVx9RKaLPU?si=u0KRPTMbtzrSXGzB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}