Information about plays

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

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

{
    "id": 3638694,
    "uri": "https://api.kexp.org/v2/plays/3638694/?format=api",
    "airdate": "2026-04-06T16:49:15-07:00",
    "show": 66385,
    "show_uri": "https://api.kexp.org/v2/shows/66385/?format=api",
    "image_uri": "https://coverartarchive.org/release/9daf245e-bbbf-435b-8afd-6b045736db24/44641236738-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9daf245e-bbbf-435b-8afd-6b045736db24/44641236738-250.jpg",
    "song": "Light Up",
    "track_id": null,
    "recording_id": "e5e082b7-6d5f-4acc-92ea-4287101c49e2",
    "artist": "Hermitude, Bob Vylan",
    "artist_ids": [],
    "album": "EIGHT",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heavy Weather"
    ],
    "label_ids": [],
    "release_date": "2027-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Australian duo's 8th album EIGHT due out April 17th.  draws from techno, breaks, UK garage, the rapture of rave culture, and freeform genre-collision, doubling down on joy as resistance in a cultural moment defined by division and disconnection.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}