Information about plays

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

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

{
    "id": 3566607,
    "uri": "https://api.kexp.org/v2/plays/3566607/?format=api",
    "airdate": "2025-10-18T03:40:10-07:00",
    "show": 64863,
    "show_uri": "https://api.kexp.org/v2/shows/64863/?format=api",
    "image_uri": "https://ia902903.us.archive.org/33/items/mbid-4b20245e-c453-37b9-af91-e0a9230784cc/mbid-4b20245e-c453-37b9-af91-e0a9230784cc-4168727466_thumb500.jpg",
    "thumbnail_uri": "https://ia902903.us.archive.org/33/items/mbid-4b20245e-c453-37b9-af91-e0a9230784cc/mbid-4b20245e-c453-37b9-af91-e0a9230784cc-4168727466_thumb250.jpg",
    "song": "Roygbiv",
    "track_id": "70b92270-e451-396f-af08-b225ea61b3eb",
    "recording_id": "2a72cd7b-f566-4c91-8e9b-7b33b95dfff7",
    "artist": "Boards of Canada",
    "artist_ids": [
        "69158f97-4c07-4c4e-baf8-4e4ab1ed666e"
    ],
    "album": "Music Has the Right to Children",
    "release_id": "4b20245e-c453-37b9-af91-e0a9230784cc",
    "release_group_id": "17d74d52-c92b-3b8d-9f87-218ab2d1c4a0",
    "labels": [
        "Warp",
        "Skam"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190",
        "5c5bc5b7-13a7-49c7-935c-4ec9686d9cae"
    ],
    "release_date": "2004-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that \"Roygbiv\" contains samples of \"Sped-up Film of People at a Lake, With Animation of a Person Painting the Scene\" from Sesame Street\"?\n\nDid you also know that \"Roygbiv\"  is a common mnemonic for the order of the colors of the rainbow?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}