Information about plays

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

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

{
    "id": 3667552,
    "uri": "https://api.kexp.org/v2/plays/3667552/?format=api",
    "airdate": "2026-06-13T21:30:38-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-011b7de3-e12c-4236-b161-2a53fa6c7aad/mbid-011b7de3-e12c-4236-b161-2a53fa6c7aad-16544816841_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-011b7de3-e12c-4236-b161-2a53fa6c7aad/mbid-011b7de3-e12c-4236-b161-2a53fa6c7aad-16544816841_thumb250.jpg",
    "song": "Teenage Invasion",
    "track_id": "b3644994-0ab2-3e4c-bb25-f80b321a802f",
    "recording_id": "217c35cd-d070-4c53-a9b3-874397e5bfa7",
    "artist": "The Drags",
    "artist_ids": [
        "9291a282-1bc0-47e1-aaa6-5a7f1c51d814"
    ],
    "album": "Dragsploitation...Now!",
    "release_id": "011b7de3-e12c-4236-b161-2a53fa6c7aad",
    "release_group_id": "e3d345c4-88f3-30a5-b41c-a11f0bca8854",
    "labels": [
        "Estrus Records"
    ],
    "label_ids": [
        "0e4027d6-7826-4082-b1be-41c59f30e982"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Drags will be performing at Gonerfest this year with Toody Cole, Horsegirl, Powerplant, and many more!\n\nhttps://www.facebook.com/thedragsband/\nhttps://goner-records.com/pages/gonerfest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}