Information about plays

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

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

{
    "id": 3634293,
    "uri": "https://api.kexp.org/v2/plays/3634293/?format=api",
    "airdate": "2026-03-27T14:43:24-07:00",
    "show": 66293,
    "show_uri": "https://api.kexp.org/v2/shows/66293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wonderwall",
    "track_id": null,
    "recording_id": "5035e547-4b87-4215-9c0d-2261a99ec538",
    "artist": "Jay-Z",
    "artist_ids": [],
    "album": "2008-06-28: Glastonbury Festival of Contemporary Performing Arts, UK",
    "release_id": null,
    "release_group_id": "d003c3ef-7a25-49ef-a1e8-576e2c0ed93e",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jay Z famously caused a stir when he was announced a headliner for Galstonbury festival, a move many festival-goers at the time lambasted as it wasn't considered the type of \"guitar music\" the festival was long associated with up to that point. He opened his set covering Oasis' \"Wonderwall\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}