Information about plays

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

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

{
    "id": 3597994,
    "uri": "https://api.kexp.org/v2/plays/3597994/?format=api",
    "airdate": "2025-12-30T12:14:26-08:00",
    "show": 65515,
    "show_uri": "https://api.kexp.org/v2/shows/65515/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rule 31",
    "track_id": "e3920724-ee66-4139-88a9-42a84ba59420",
    "recording_id": "f1c354c8-d36d-4d77-be7f-94551ba7bfe5",
    "artist": "Radio Free Alice",
    "artist_ids": [
        "8af999e2-b2f7-4095-af72-ba91b2683a16"
    ],
    "album": "Rule 31",
    "release_id": "f30a9c35-b643-4679-9d59-608e2a5f1b9a",
    "release_group_id": "9d37e231-cf01-4c74-bc9a-93519a9fbfb7",
    "labels": [
        "Double Drummer"
    ],
    "label_ids": [
        "07643799-da88-4a5e-b28f-db3687f072aa"
    ],
    "release_date": "2025-11-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Radio Free Alice is a high-energy, post-punk band from Melbourne, Australia. he quartet combine an unlikely set of influences that includes ‘80s titans like Talking Heads, The Cure, The Smiths and The Sunny Boys, alongside more recent reference points like Parquet Courts, Ought and The Strokes.: https://www.doubledrummermusic.com/radio-free-alice \n\nhttps://radiofreealice.bandcamp.com\nhttps://www.rfa.band/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}