Information about plays

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

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

{
    "id": 3602662,
    "uri": "https://api.kexp.org/v2/plays/3602662/?format=api",
    "airdate": "2026-01-10T13:08:24-08:00",
    "show": 65615,
    "show_uri": "https://api.kexp.org/v2/shows/65615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hapsburg",
    "track_id": "d18a6792-df91-4b46-9ed4-7191b53a6a82",
    "recording_id": "d9f09a83-6a2b-4ea1-9d8d-e4c12398f088",
    "artist": "Baxter Dury",
    "artist_ids": [
        "50df8a7c-ca0b-47c8-98e5-d27a57e04073"
    ],
    "album": "Allbarone",
    "release_id": "3ff36fb3-9782-48a5-bec7-7d9fa8226567",
    "release_group_id": "608957bd-d9f9-4552-8ce8-0d5ee1360993",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2025-09-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Allbarone, the first album Baxter Dury has worked on in over five years.\n\nA remix EP was released earlier this month: https://baxterdury.bandcamp.com/album/allbarone-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}