Information about plays

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

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

{
    "id": 3632068,
    "uri": "https://api.kexp.org/v2/plays/3632068/?format=api",
    "airdate": "2026-03-21T19:40:04-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killer Whale",
    "track_id": "03a12480-033f-41ca-850d-3f802825d19c",
    "recording_id": "e598fa88-663a-419b-a8bc-b392f0721d42",
    "artist": "Dark Smith",
    "artist_ids": [
        "d34ce391-0398-4d9a-bc41-fe8ae38e18a0"
    ],
    "album": "Degressive",
    "release_id": "858e2c3e-2475-4d16-afa8-f13060cfc257",
    "release_group_id": "bb889935-151b-4fc4-8ec9-75369b25e251",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dark Smith's 'Degressive' and So Pitted's 'Cloned' both came out on Youth Riot Records!\n\nWatch Dark Smith perform this track LIVE on KEXP in April of 2019: \nhttps://www.youtube.com/watch?v=8_xN_wEmWjk\n\nhttps://spoti.fi/3IPdsDO",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}