Information about plays

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

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

{
    "id": 3628995,
    "uri": "https://api.kexp.org/v2/plays/3628995/?format=api",
    "airdate": "2026-03-14T21:49:09-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://dn710209.ca.archive.org/0/items/mbid-d3ed7333-9769-46e8-a9ea-f4f0730c8051/mbid-d3ed7333-9769-46e8-a9ea-f4f0730c8051-33264982030_thumb500.jpg",
    "thumbnail_uri": "https://dn710209.ca.archive.org/0/items/mbid-d3ed7333-9769-46e8-a9ea-f4f0730c8051/mbid-d3ed7333-9769-46e8-a9ea-f4f0730c8051-33264982030_thumb250.jpg",
    "song": "Pomeranian Spinster",
    "track_id": "8838e3bf-616f-47f6-a986-6be961764c14",
    "recording_id": "71d65cc8-dda9-41ab-b349-d9571efc0e35",
    "artist": "Alvvays",
    "artist_ids": [
        "99450990-b24e-4132-bb68-235f8c3e2564"
    ],
    "album": "Blue Rev",
    "release_id": "d3ed7333-9769-46e8-a9ea-f4f0730c8051",
    "release_group_id": "0e68df76-a5fc-4d70-9ff6-e71e2ad83330",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2022-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out footage of Alvvays performing live at KEXP studios back in 2022 by following the link below:\n\nhttps://youtu.be/6647smeduGI?si=Y7j_f0SZvrQDOzjx\n\nhttps://alvvays.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}