Information about plays

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

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

{
    "id": 3542576,
    "uri": "https://api.kexp.org/v2/plays/3542576/?format=api",
    "airdate": "2025-08-20T18:05:36-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://coverartarchive.org/release/bae60ee9-2a48-3504-97e8-b2d7a722282a/4394074765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bae60ee9-2a48-3504-97e8-b2d7a722282a/4394074765-250.jpg",
    "song": "Drop the Pressure",
    "track_id": null,
    "recording_id": "225953fe-86b5-49d8-ab16-5bc223dea89e",
    "artist": "Mylo",
    "artist_ids": [
        "a066b730-3809-4b39-a091-2297d40b51db"
    ],
    "album": "Destroy Rock & Roll",
    "release_id": null,
    "release_group_id": "78b95d1b-47b5-3247-a10f-c46318354e05",
    "labels": [
        "RED Ink"
    ],
    "label_ids": [
        "c2bc2c32-3b01-4671-8c67-b11db0f4b5be"
    ],
    "release_date": "2004-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Myles MacInnes, better known by his stage name Mylo, is a Scottish electronic musician and record producer. Mylo released his debut album, Destroy Rock & Roll in 2004, on the Breastfed Recordings label, which he co-owns. He produced the album on a computer in his own bedroom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}