Information about plays

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

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

{
    "id": 3561097,
    "uri": "https://api.kexp.org/v2/plays/3561097/?format=api",
    "airdate": "2025-10-04T03:37:44-07:00",
    "show": 64739,
    "show_uri": "https://api.kexp.org/v2/shows/64739/?format=api",
    "image_uri": "https://dn721802.ca.archive.org/0/items/mbid-54f6769f-2253-4981-8bf7-143d370d3b11/mbid-54f6769f-2253-4981-8bf7-143d370d3b11-23448400451_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-54f6769f-2253-4981-8bf7-143d370d3b11/mbid-54f6769f-2253-4981-8bf7-143d370d3b11-23448400451_thumb250.jpg",
    "song": "Soon",
    "track_id": "985a99a3-47d1-496b-9574-140d99e0c30e",
    "recording_id": "4678f235-e3c3-4819-8ad0-018b4cc03ec2",
    "artist": "Holy Ghost!",
    "artist_ids": [
        "3c0d5463-6688-4f4a-8273-a191657d8084"
    ],
    "album": "Work",
    "release_id": "54f6769f-2253-4981-8bf7-143d370d3b11",
    "release_group_id": "ec8c50ba-b8cc-4be9-b223-d3cd7176ec5b",
    "labels": [
        "West End Records"
    ],
    "label_ids": [
        "df4f0d2b-deed-4d37-afcd-71d18d87544c"
    ],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}