Information about plays

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

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

{
    "id": 3636469,
    "uri": "https://api.kexp.org/v2/plays/3636469/?format=api",
    "airdate": "2026-04-01T14:16:30-07:00",
    "show": 66338,
    "show_uri": "https://api.kexp.org/v2/shows/66338/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1-41182283945_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1/mbid-79e9f051-f0aa-4fa3-b9ad-d114d18401e1-41182283945_thumb250.jpg",
    "song": "777",
    "track_id": "cdec58a3-a34e-4aee-8e76-4078ea16d674",
    "recording_id": "8751bbcc-cb99-4e16-9214-d9b3bd4b4150",
    "artist": "L.A. Witch",
    "artist_ids": [
        "38e89263-3d3c-4ccb-ae29-9c31dcff0777"
    ],
    "album": "DOGGOD",
    "release_id": "79e9f051-f0aa-4fa3-b9ad-d114d18401e1",
    "release_group_id": "9143c586-4dfc-45bf-81cb-aaf8276e31a0",
    "labels": [
        "Suicide Squeeze Records"
    ],
    "label_ids": [
        "bb2ac3f3-baac-4e22-9b31-386691f06228"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. Witch is performing in Seattle at Neumos TONIGHT, Wednesday, April 1st.\n--\nWatch this L.A. garage rock band perform \"777\" Live in the KEXP studio: https://www.youtube.com/watch?v=pnZEC6EipPU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}