Information about plays

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

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

{
    "id": 3582505,
    "uri": "https://api.kexp.org/v2/plays/3582505/?format=api",
    "airdate": "2025-11-24T21:08:20-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amante bandido",
    "track_id": null,
    "recording_id": "e76b2095-763a-4539-9f47-016c9caacce5",
    "artist": "Miguel Bosé",
    "artist_ids": [
        "98ad7a28-1949-4786-b1f6-4fa05b9b440c"
    ],
    "album": "Bandido",
    "release_id": null,
    "release_group_id": "ffbedaa1-f3ee-4785-aeeb-be935a688293",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Amante Bandido” is an evocative 1984 synth-pop classic where Miguel Bosé casts himself as a passionate outlaw in love. With sweeping ’80s drums and airy synthesizers, the song creates a dramatic, cinematic atmosphere. Metaphors like wind, hurricane, and a forbidden oasis paint a picture of a romance fraught with risk and devotion. Bosé pledges to become both hero and captive, surrendering himself entirely to this intense affair. The emotional duality—freedom and sacrifice—makes the track timeless and deeply resonant.\n\nYou can listen to it here:\nhttps://www.youtube.com/watch?v=Cwc9HjtGrg8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}