Information about plays

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

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

{
    "id": 3589761,
    "uri": "https://api.kexp.org/v2/plays/3589761/?format=api",
    "airdate": "2025-12-11T12:48:22-08:00",
    "show": 65347,
    "show_uri": "https://api.kexp.org/v2/shows/65347/?format=api",
    "image_uri": "https://ia803200.us.archive.org/21/items/mbid-1616a034-941e-313e-8534-276c52f8b6ee/mbid-1616a034-941e-313e-8534-276c52f8b6ee-17713224278_thumb500.jpg",
    "thumbnail_uri": "https://ia803200.us.archive.org/21/items/mbid-1616a034-941e-313e-8534-276c52f8b6ee/mbid-1616a034-941e-313e-8534-276c52f8b6ee-17713224278_thumb250.jpg",
    "song": "Rain",
    "track_id": "8821fd00-3859-32f7-ae62-133b4a6a4899",
    "recording_id": "406be957-8a9c-4357-8001-190e291bd801",
    "artist": "The Cult",
    "artist_ids": [
        "8846e4ff-0c19-4af2-872b-7a8dc7497f68"
    ],
    "album": "Love",
    "release_id": "1616a034-941e-313e-8534-276c52f8b6ee",
    "release_group_id": "e7d22464-a11e-3ff1-8d97-4af3f0c1aeb2",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Hot sticky scenes you know what I mean, like a desert sun that burns my skin. I've been waiting for her so long, open the sky and let her come down.\"\nLead singer Ian Astbury has said that this song is purely about sex.\n--\nReleased as the first single from the 1985 album \"Love,\"  it became a monster of a tune, with guitarist Billy Duffy's infamous D drone melody plowing it straight into the UK charts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}