Information about plays

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

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

{
    "id": 3584057,
    "uri": "https://api.kexp.org/v2/plays/3584057/?format=api",
    "airdate": "2025-11-28T10:21:43-08:00",
    "show": 65231,
    "show_uri": "https://api.kexp.org/v2/shows/65231/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pretending",
    "track_id": "5b4521ca-7278-42fb-b216-6fcc794e5a4e",
    "recording_id": "c07c2169-5063-4f73-afee-aef938a11688",
    "artist": "Rocket",
    "artist_ids": [
        "9563966d-ca18-44f7-9d72-87a1fe27ae9d"
    ],
    "album": "R is for Rocket",
    "release_id": "f0d66b82-13c8-4cdb-a9f4-b35fce4d5ba2",
    "release_group_id": "83220b6e-12d8-4de9-b0ee-e86d5d5326df",
    "labels": [
        "Transgressive Records",
        "Canvasback Music"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e",
        "d563e39c-2779-456e-ad6a-3703365ab3bc"
    ],
    "release_date": "2025-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rocket released R is for Rocket in October! \nhttps://rockettheband.bandcamp.com/\n\n\"The highly anticipated debut album from LA-based Rocket is a riveting dose of fuzzy, ‘90s-influenced indie rock. Powered by ripping guitars, dynamic drums, and subtle flourishes of keys, vocalist Alithea Tuttle delivers lyrics that explore the complexities of relationships with a delicate punch, adding warmth and tenderness to the band’s potent sound. R is for Rocket is a tight, confident collection that introduces an essential outfit just hitting its stride.\" \nhttps://www.kexp.org/read/2025/10/6/new-music-reviews-106/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}