Information about plays

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

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

{
    "id": 3636573,
    "uri": "https://api.kexp.org/v2/plays/3636573/?format=api",
    "airdate": "2026-04-01T19:55:57-07:00",
    "show": 66340,
    "show_uri": "https://api.kexp.org/v2/shows/66340/?format=api",
    "image_uri": "https://dn721507.ca.archive.org/0/items/mbid-90de8283-f155-45e7-928b-b1dd22d35a84/mbid-90de8283-f155-45e7-928b-b1dd22d35a84-32042230706_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-90de8283-f155-45e7-928b-b1dd22d35a84/mbid-90de8283-f155-45e7-928b-b1dd22d35a84-32042230706_thumb250.jpg",
    "song": "The Garden Goblin",
    "track_id": "7f50d089-ab37-4a1f-a870-d5141ff564a9",
    "recording_id": "57200bcb-b6bc-43fb-b21c-24642e1c8cac",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Omnium Gatherum",
    "release_id": "90de8283-f155-45e7-928b-b1dd22d35a84",
    "release_group_id": "13c20751-6910-4233-8e81-a4b772b517c0",
    "labels": [
        "KGLW"
    ],
    "label_ids": [
        "4b3b4fbf-67fa-4693-be97-dc0e4d6385f5"
    ],
    "release_date": "2022-04-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}