Information about plays

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

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

{
    "id": 3656532,
    "uri": "https://api.kexp.org/v2/plays/3656532/?format=api",
    "airdate": "2026-05-18T20:27:45-07:00",
    "show": 66754,
    "show_uri": "https://api.kexp.org/v2/shows/66754/?format=api",
    "image_uri": "https://coverartarchive.org/release/22f968b6-b463-4922-9183-4c8ba5926516/19565389187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/22f968b6-b463-4922-9183-4c8ba5926516/19565389187-250.jpg",
    "song": "Volantia",
    "track_id": null,
    "recording_id": null,
    "artist": "Sexores",
    "artist_ids": [
        "699069aa-60c0-4761-9a9d-b2549fcdfeea"
    ],
    "album": "East / West",
    "release_id": null,
    "release_group_id": "4a33aa87-d9f2-4399-aaed-d6265d737495",
    "labels": [
        "Buh Records"
    ],
    "label_ids": [
        "6248897c-b05a-4c75-acd2-6d0aa89f1219"
    ],
    "release_date": "2018-03-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mexico City-based Dark Dream Pop duo Sexores is comprised of Emilia Bahamonde (vocals/guitar/programming) & David Yépez (drums/programming). See the compelling video for \"Volantia\": https://www.youtube.com/watch?v=epIbgCMDawk -- Watch a live performance by Sexores for KEXP listeners in Mexico City in 2019: https://www.youtube.com/watch?v=WGEqUyPL3Bc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}