Information about plays

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

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

{
    "id": 3609342,
    "uri": "https://api.kexp.org/v2/plays/3609342/?format=api",
    "airdate": "2026-01-26T09:54:38-08:00",
    "show": 65760,
    "show_uri": "https://api.kexp.org/v2/shows/65760/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Which Side Are You On?",
    "track_id": "2ad42ca9-17f7-3b7a-a517-485c98517ce7",
    "recording_id": "addb8db3-4949-4684-af21-5b327491fd19",
    "artist": "Billy Bragg",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc"
    ],
    "album": "Brewing Up With Billy Bragg",
    "release_id": "4223ec15-d4c9-3b2d-83cc-2e6636d6e52c",
    "release_group_id": "a57a863f-b48f-31b6-b7a6-ec9e15d8e19e",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2006-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to John in St. Paul: \"thank you for all the coverage and support you've been offering us for weeks as we endure this onslaught.\n\nIf you have a spot, could you play the Billy Bragg version of Which Side Are You On?\n\nThanks for everything you do, KEXP is a beacon of light and humanity in these dark times.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}