Information about plays

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

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

{
    "id": 3580569,
    "uri": "https://api.kexp.org/v2/plays/3580569/?format=api",
    "airdate": "2025-11-20T07:59:38-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "https://ia600707.us.archive.org/2/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb500.jpg",
    "thumbnail_uri": "https://ia600707.us.archive.org/2/items/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6/mbid-a782c648-c08a-3558-bd7a-c85f0a970ec6-18805998616_thumb250.jpg",
    "song": "No Love Lost",
    "track_id": "d72c7ee1-25dc-3324-bf6b-b7353dfa5eda",
    "recording_id": "60887f36-9611-4569-9865-45de21fe3948",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": "dcb06128-02ea-3885-a097-5d382402d17c",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Hook's throbbing bass line in this song was sampled by Stereolab for 1993's \"We're Not Adult Orientated.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}