Information about plays

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

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

{
    "id": 3528655,
    "uri": "https://api.kexp.org/v2/plays/3528655/?format=api",
    "airdate": "2025-07-18T15:42:58-07:00",
    "show": 64046,
    "show_uri": "https://api.kexp.org/v2/shows/64046/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flip It",
    "track_id": "e4758ec1-3453-424c-b288-c0a5c8971dcc",
    "recording_id": "bdd2094a-f9ea-47ce-9b42-227051552970",
    "artist": "Bleached",
    "artist_ids": [
        "7081867c-8870-4f44-ae04-f345f6edcd64"
    ],
    "album": "Flip It",
    "release_id": "2b40eb2e-a8c3-4eeb-a3fa-40d8b0050039",
    "release_group_id": "6d360c82-2ca8-4595-b27f-f2f23790b33b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2022-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy sat down with Bleached a few years back! https://www.youtube.com/watch?v=7sfxNWNPC0k",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}