Information about plays

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

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

{
    "id": 3540806,
    "uri": "https://api.kexp.org/v2/plays/3540806/?format=api",
    "airdate": "2025-08-16T16:25:09-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "https://coverartarchive.org/release/445cd5d2-6901-457e-9714-68a5938aa1c9/19541719714-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/445cd5d2-6901-457e-9714-68a5938aa1c9/19541719714-250.jpg",
    "song": "Insecto nuclear",
    "track_id": null,
    "recording_id": "d565c34e-302e-4e49-a71d-ee15b07ad0e6",
    "artist": "Los Mundos",
    "artist_ids": [
        "b0c3879f-7e95-43ed-bc1e-f21cca58db5c"
    ],
    "album": "Ciudades flotantes",
    "release_id": null,
    "release_group_id": "db171d14-c95a-4b3b-9a7a-59fd0ad4dbdc",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Mundos emerges from Monterrey, Mexico with a psychedelic edge. Their music, driven by powerful guitar riffs and distorted bass, blends influences from the Beach Boys, the Jesus and Mary Chain, and horror writer H.P. Lovecraft.\n\nhttps://losmundos.bandcamp.com/album/ciudades-flotantes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}