Information about plays

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

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

{
    "id": 3549257,
    "uri": "https://api.kexp.org/v2/plays/3549257/?format=api",
    "airdate": "2025-09-05T14:43:42-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://coverartarchive.org/release/706bf293-2aff-396f-8b2d-4868eb1058f4/13485004660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/706bf293-2aff-396f-8b2d-4868eb1058f4/13485004660-250.jpg",
    "song": "The Killing Jar",
    "track_id": null,
    "recording_id": "a4ddebc0-826f-4214-a028-d159b4328c61",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Peepshow",
    "release_id": null,
    "release_group_id": "04c7320f-7f3e-3b00-8256-a708923eac58",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1988-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1988 Siouxie and the Banshees released the album, \"Peepshow\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}