Information about plays

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

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

{
    "id": 3545598,
    "uri": "https://api.kexp.org/v2/plays/3545598/?format=api",
    "airdate": "2025-08-27T19:33:11-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?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": "Magenta Mountain",
    "track_id": "66deec34-a0ad-4553-9e16-50503b51765f",
    "recording_id": "1e352131-b934-49ba-83b7-7a4c03fde17d",
    "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": true,
    "is_live": false,
    "comment": "Thanks for the request, Spencer in Oakland!\n-\nTreat yourself to one of King Gizzard's many Live on KEXP sessions: https://tinyurl.com/bdzyr5dr \"Magenta Mountain\" comes from one of their three 2022 albums, Omnium Gatherum.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}