Information about plays

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

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

{
    "id": 3569952,
    "uri": "https://api.kexp.org/v2/plays/3569952/?format=api",
    "airdate": "2025-10-25T20:58:27-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://ia801806.us.archive.org/32/items/mbid-b8ff7e90-d78e-4cba-b885-d7557089114d/mbid-b8ff7e90-d78e-4cba-b885-d7557089114d-5613498240_thumb500.jpg",
    "thumbnail_uri": "https://ia801806.us.archive.org/32/items/mbid-b8ff7e90-d78e-4cba-b885-d7557089114d/mbid-b8ff7e90-d78e-4cba-b885-d7557089114d-5613498240_thumb250.jpg",
    "song": "Computer Love",
    "track_id": "ae678d72-46de-3ca6-942c-cea300f19ccb",
    "recording_id": "95320507-1846-419f-8e4a-3b550bacbf3c",
    "artist": "Glass Candy",
    "artist_ids": [
        "ca94595e-955a-495c-8ba1-25eebd9609a9"
    ],
    "album": "B/E/A/T/B/O/X",
    "release_id": "b8ff7e90-d78e-4cba-b885-d7557089114d",
    "release_group_id": "f9185edd-d564-3dfd-b004-85a9afa03ea9",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2007-12-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Kraftwerk cover!\n\nGlass Candy was formed by Ida No, from Vancouver, Washington and Johnny Jewel, from Austin, Texas, in 1996. The two began working together in Portland, Oregon, just across the Columbia River from No’s hometown of Vancouver, Washington.\n\nThey have released a number of albums since the early 2000s, their most recent being 2008’s Deep Gems.\nhttps://thevogue.com/artists/glass-candy/#bio\n\nhttps://italiansdoitbetter.com/glass-candy-store/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}