Information about plays

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

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

{
    "id": 3600140,
    "uri": "https://api.kexp.org/v2/plays/3600140/?format=api",
    "airdate": "2026-01-04T12:33:44-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flotilla",
    "track_id": "5fd63651-aad1-405e-b655-0d32792a5656",
    "recording_id": "c3656350-131c-458f-8e39-d4dab2b45e12",
    "artist": "Elujay",
    "artist_ids": [
        "2cd1d4d8-03ff-411b-8621-19eb252dd62c"
    ],
    "album": "A Constant Charade",
    "release_id": "b12897bb-dd49-422a-925f-b780800dfa93",
    "release_group_id": "8fac20ff-78b2-4532-bc86-932c03d376a5",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Constant Charade\" leans further into the influences of Caribbean music and leftfield electronic from dance to ambient and a dozen strains in between. \"I think it's important to just notice that these people who you work with kind of give credence to new sounds that you find,\" says Elujay.\n\nhttps://dsw-elujay.bandcamp.com/album/a-constant-charade",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}