Information about plays

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

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

{
    "id": 3640139,
    "uri": "https://api.kexp.org/v2/plays/3640139/?format=api",
    "airdate": "2026-04-10T03:24:06-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Move",
    "track_id": "98a52658-0eb0-4498-80a6-9b82dcc0ef04",
    "recording_id": "92c1f44c-ee21-462e-893e-395929d0d293",
    "artist": "Tank and the Bangas feat. Lucky Daye",
    "artist_ids": [
        "8fc9137a-742f-42bd-988f-1794673c28ea",
        "a7472b5e-9b6e-48a6-b910-37c940487086"
    ],
    "album": "The Last Balloon",
    "release_id": "45a48430-6bad-44be-8735-46f0e04ab3ad",
    "release_group_id": "e4e63bac-e77f-4210-87ff-190e8ad9d0e6",
    "labels": [
        "Verve Label Group"
    ],
    "label_ids": [
        "9eb1eb2a-0fbb-4b79-8185-c981906afc82"
    ],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from Tank and the Bangas, featuring Lucky Daye! The Last Balloon is due to be released middle of May. \n\nT&tB will be at The Crocodile in Seattle on November 10th and at August Hall in San Francisco on November 13th. \n\nhttps://www.tankandthebangas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}