Information about plays

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

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

{
    "id": 3583973,
    "uri": "https://api.kexp.org/v2/plays/3583973/?format=api",
    "airdate": "2025-11-28T06:50:12-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Tangerine",
    "track_id": "09d3464f-7150-469b-ae0e-841e1fe334c5",
    "recording_id": "831c380a-f954-4904-a23d-d0ef59f774ff",
    "artist": "The Barr Brothers",
    "artist_ids": [
        "e8c28ca7-c14d-4dff-86d6-06bfac138422"
    ],
    "album": "Let it Hiss",
    "release_id": "a5269381-5bdd-41a2-9331-1cf1bfd7ae35",
    "release_group_id": "b60707c8-f01d-4527-bf10-6767954a32b5",
    "labels": [
        "Secret City Records"
    ],
    "label_ids": [
        "52e7fb03-e52f-4a7c-983a-42d8db2729a6"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Let it Hiss,\" is the latest release by the band The Barr Brothers after an eight-year break, which came out in October 2025. They will be playing at the Nectar Lounge in Seattle on March 27, 2026. https://thebarrbrothers.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}