Information about plays

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

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

{
    "id": 3566975,
    "uri": "https://api.kexp.org/v2/plays/3566975/?format=api",
    "airdate": "2025-10-18T22:41:26-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d752feb-e19a-4808-92bf-da11429dc968/14941585721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d752feb-e19a-4808-92bf-da11429dc968/14941585721-250.jpg",
    "song": "IPC",
    "track_id": null,
    "recording_id": "6ac9dd26-a368-40f9-830b-811d0bffc1d1",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Light Asylum",
    "release_id": null,
    "release_group_id": "38afcd45-9dc1-4a29-a347-4ce3157d0d5c",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out Light Asylum's in studio performance here at KEXP back in 2012 by following the link below:\n\nhttps://youtu.be/F3AVVvRMwU4?si=I9bFMRB9vR28WFyS\n\nhttps://www.facebook.com/LIGHTASYLUM/\nhttps://mexicansummer.com/artist/light-asylum/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}