Information about plays

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

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

{
    "id": 3619853,
    "uri": "https://api.kexp.org/v2/plays/3619853/?format=api",
    "airdate": "2026-02-20T08:43:04-08:00",
    "show": 65981,
    "show_uri": "https://api.kexp.org/v2/shows/65981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dream Drowning",
    "track_id": "eb4e1850-ad46-4f13-b0a9-895daa8b455b",
    "recording_id": "e6f03184-77df-4597-8a5e-603c0fb7d853",
    "artist": "TRAITRS",
    "artist_ids": [
        "0ef1dab1-4419-418e-90e7-14ce7a56bec7"
    ],
    "album": "Possessor",
    "release_id": "eaa30193-0d68-4ef3-adc4-eda751a585cb",
    "release_group_id": "5e01f8ee-db39-44fe-986b-f1944ae4756e",
    "labels": [
        "Icy Cold Records"
    ],
    "label_ids": [
        "4e5adfc9-859f-47d8-84ec-eb37bf7239a1"
    ],
    "release_date": "2026-03-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#3 in John's countdown of Top New Songs This Week! (You knew this one was coming!)\n--\nThis is new music from Toronto-based post-punk duo TRAITRS! Their fourth studio album 'POSSESSOR' comes out on March 13, 2026.: https://traitrs.bandcamp.com/album/possessor\n--\nThey will perform at Seattle's Crocodile on  Tuesday, April 21st, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}