Information about plays

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

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

{
    "id": 3553607,
    "uri": "https://api.kexp.org/v2/plays/3553607/?format=api",
    "airdate": "2025-09-16T03:23:44-07:00",
    "show": 64575,
    "show_uri": "https://api.kexp.org/v2/shows/64575/?format=api",
    "image_uri": "https://dn721200.ca.archive.org/0/items/mbid-cc8dd0b6-5de5-4cf4-95ea-a6a5d0e183e4/mbid-cc8dd0b6-5de5-4cf4-95ea-a6a5d0e183e4-13568023640_thumb500.jpg",
    "thumbnail_uri": "https://dn721200.ca.archive.org/0/items/mbid-cc8dd0b6-5de5-4cf4-95ea-a6a5d0e183e4/mbid-cc8dd0b6-5de5-4cf4-95ea-a6a5d0e183e4-13568023640_thumb250.jpg",
    "song": "Rock the Bells",
    "track_id": "97144080-0900-4270-896f-948fbc29866b",
    "recording_id": "e20de145-651c-4e05-a4ed-3536803ed538",
    "artist": "Boys Noize",
    "artist_ids": [
        "d2f4a968-1f6e-4a4a-9376-ee2b2a50c87a"
    ],
    "album": "Mayday",
    "release_id": "cc8dd0b6-5de5-4cf4-95ea-a6a5d0e183e4",
    "release_group_id": "bfaf4cb5-f423-4089-b69a-558fdd124cd4",
    "labels": [
        "Boysnoize Records"
    ],
    "label_ids": [
        "f84034dd-f562-4797-8084-8cdd680374d4"
    ],
    "release_date": "2016-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Steve in TX!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}