Information about plays

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

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

{
    "id": 3599841,
    "uri": "https://api.kexp.org/v2/plays/3599841/?format=api",
    "airdate": "2026-01-03T20:49:03-08:00",
    "show": 65555,
    "show_uri": "https://api.kexp.org/v2/shows/65555/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Things",
    "track_id": "b0aa9868-14ee-4719-97b6-8d4f9f035655",
    "recording_id": "cc67b7b2-68b4-4cf9-9b1f-eb469c024c6d",
    "artist": "Maneater",
    "artist_ids": [
        "091f0a4c-f325-4cff-9f69-cdbd30a21797"
    ],
    "album": "Curb Your Appetite",
    "release_id": "26ffba5b-d1fa-4100-af22-9adbae2cb153",
    "release_group_id": "5c390880-1d3e-4541-8457-f7ecb92c0377",
    "labels": [
        "Mono Tapes"
    ],
    "label_ids": [
        "a5fc6fa6-7947-4a15-a17d-78c3814671b9"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the Pacific Northwest, Maneater is the musical project of best friends Lindsay Stewart and DJ On. Maneater's sound is blown out, fuzzy, pop with infectious melodies complete with screeching guitar solos. They are self-described as Vancouver's premiere gay son thot daughter rock n roll band. https://monotapes.ca/maneater.html\n\nhttps://maneaterband.bandcamp.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}