Information about plays

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

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

{
    "id": 3555732,
    "uri": "https://api.kexp.org/v2/plays/3555732/?format=api",
    "airdate": "2025-09-21T03:00:02-07:00",
    "show": 64620,
    "show_uri": "https://api.kexp.org/v2/shows/64620/?format=api",
    "image_uri": "https://ia800902.us.archive.org/31/items/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e-42169959921_thumb500.jpg",
    "thumbnail_uri": "https://dn721507.ca.archive.org/0/items/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e/mbid-366d4c5c-2b32-4fe7-bdbe-846717aedf2e-42169959921_thumb250.jpg",
    "song": "Peel",
    "track_id": "07a1606a-cdbe-42cd-b352-cdb70bc4c23c",
    "recording_id": "f3c21205-1839-4366-a949-1a023d14859b",
    "artist": "james K",
    "artist_ids": [
        "1b1ecf77-6435-4c3f-9570-9ae941112ade"
    ],
    "album": "Friend",
    "release_id": "366d4c5c-2b32-4fe7-bdbe-846717aedf2e",
    "release_group_id": "63d6ed5a-c459-419a-ad64-c59df04c5f5a",
    "labels": [
        "AD 93"
    ],
    "label_ids": [
        "92463c32-4730-459f-ba31-b8b61f4194b1"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "by request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}