Information about plays

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

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

{
    "id": 3555731,
    "uri": "https://api.kexp.org/v2/plays/3555731/?format=api",
    "airdate": "2025-09-21T02:55:13-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://ia800706.us.archive.org/32/items/mbid-98063a3f-563e-3b9e-be19-af33da0fef52/mbid-98063a3f-563e-3b9e-be19-af33da0fef52-8211603614_thumb500.jpg",
    "thumbnail_uri": "https://dn720701.ca.archive.org/0/items/mbid-98063a3f-563e-3b9e-be19-af33da0fef52/mbid-98063a3f-563e-3b9e-be19-af33da0fef52-8211603614_thumb250.jpg",
    "song": "Smooth Operator",
    "track_id": "502f4360-1333-3624-a57e-7e51151aec14",
    "recording_id": "f1acf846-f323-4882-9ed7-7b9535a05310",
    "artist": "Sade",
    "artist_ids": [
        "67930b3e-e00b-469f-8c74-fd69f20522ec"
    ],
    "album": "Diamond Life",
    "release_id": "98063a3f-563e-3b9e-be19-af33da0fef52",
    "release_group_id": "af2a0c41-e612-3232-949d-bdca340c407c",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-07-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "s a x a m a p h o n e \n\ns a x a m a p h o n e",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}