Information about plays

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

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

{
    "id": 3576471,
    "uri": "https://api.kexp.org/v2/plays/3576471/?format=api",
    "airdate": "2025-11-10T15:19:44-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bandit",
    "track_id": "7c933656-0acd-41eb-a7f6-dd7f4f822eba",
    "recording_id": "d26e02c4-9ad7-4eb0-98b4-95459b6b73a6",
    "artist": "Say She She",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b"
    ],
    "album": "Cut & Rewind",
    "release_id": "404c5223-590c-4a3f-955c-9718d24c96de",
    "release_group_id": "4ca9091b-f7e1-45a0-ab9a-07dd97bc27d8",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Say She She will be at August Hall in San Francisco on January 27th and at Showbox at the Market in Seattle on January 31st.\n\nhttps://saysheshe.bandcamp.com/album/cut-rewind\nhttps://www.saysheshe.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}