Information about plays

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

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

{
    "id": 3632667,
    "uri": "https://api.kexp.org/v2/plays/3632667/?format=api",
    "airdate": "2026-03-23T08:14:01-07:00",
    "show": 66259,
    "show_uri": "https://api.kexp.org/v2/shows/66259/?format=api",
    "image_uri": "https://dn710604.ca.archive.org/0/items/mbid-00afba30-e707-41d4-8788-303a714dfb4f/mbid-00afba30-e707-41d4-8788-303a714dfb4f-14753957201_thumb500.jpg",
    "thumbnail_uri": "https://dn710604.ca.archive.org/0/items/mbid-00afba30-e707-41d4-8788-303a714dfb4f/mbid-00afba30-e707-41d4-8788-303a714dfb4f-14753957201_thumb250.jpg",
    "song": "L.A. Woman",
    "track_id": "2900ef24-1772-368c-99ce-9e2636121874",
    "recording_id": "f4c603d3-052b-4006-be53-aaa71e41b7c1",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "The Very Best of Billy Idol: Idolize Yourself",
    "release_id": "00afba30-e707-41d4-8788-303a714dfb4f",
    "release_group_id": "e3964ae1-a84a-36a4-8777-6703e9d65538",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2008-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Billy Idol covering the Doors' classic, L.A. Woman!\n\nWatch the official video here: https://www.youtube.com/watch?v=ef3mFZzGM4M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}