Information about plays

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

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

{
    "id": 3634333,
    "uri": "https://api.kexp.org/v2/plays/3634333/?format=api",
    "airdate": "2026-03-27T17:23:20-07:00",
    "show": 66294,
    "show_uri": "https://api.kexp.org/v2/shows/66294/?format=api",
    "image_uri": "https://dn710803.ca.archive.org/0/items/mbid-d7929b28-5812-4b8f-a99f-1800983c71fb/mbid-d7929b28-5812-4b8f-a99f-1800983c71fb-21870843144_thumb500.jpg",
    "thumbnail_uri": "https://dn710803.ca.archive.org/0/items/mbid-d7929b28-5812-4b8f-a99f-1800983c71fb/mbid-d7929b28-5812-4b8f-a99f-1800983c71fb-21870843144_thumb250.jpg",
    "song": "Hung Up",
    "track_id": "86fa0ece-f673-3b79-a4cd-d153be88eef7",
    "recording_id": "d63f9a2c-aea5-4b77-875e-eee7ce1fd734",
    "artist": "Madonna",
    "artist_ids": [
        "79239441-bfd5-4981-a70c-55c3f15c1287"
    ],
    "album": "Confessions on a Dance Floor",
    "release_id": "d7929b28-5812-4b8f-a99f-1800983c71fb",
    "release_group_id": "122677be-e664-362d-95eb-be3ae126ec03",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2005-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hung Up was Madonna's 36th top ten single on the Billboard Hot 100, tying her with Elvis Presley as the artist with most top ten entries",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}