Information about plays

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

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

{
    "id": 3656227,
    "uri": "https://api.kexp.org/v2/plays/3656227/?format=api",
    "airdate": "2026-05-18T03:12:39-07:00",
    "show": 66748,
    "show_uri": "https://api.kexp.org/v2/shows/66748/?format=api",
    "image_uri": "https://coverartarchive.org/release/08160df4-ea58-401d-8086-78fc4f6a8ea4/15213087253-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08160df4-ea58-401d-8086-78fc4f6a8ea4/15213087253-250.jpg",
    "song": "Joana Lluna",
    "track_id": null,
    "recording_id": null,
    "artist": "Joan Bibiloni",
    "artist_ids": [
        "d430daff-f500-4037-aa68-fa253b96a7d0"
    ],
    "album": "Joana Lluna",
    "release_id": null,
    "release_group_id": "d44d65a8-ce23-4c16-8e9d-cfc72a8567d1",
    "labels": [
        "Blau"
    ],
    "label_ids": [
        "e41c1260-6801-4df4-9094-b47acb0348f1"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breezy debut from Spanish guitarist Joan Bibiloni (who's worked with the likes of John Cage, Celia Cruz, Kevin Ayers and more)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}