Information about plays

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

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

{
    "id": 3533796,
    "uri": "https://api.kexp.org/v2/plays/3533796/?format=api",
    "airdate": "2025-07-30T15:58:16-07:00",
    "show": 64154,
    "show_uri": "https://api.kexp.org/v2/shows/64154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Luther",
    "track_id": null,
    "recording_id": null,
    "artist": "Iron & Wine, Ben Bridwell",
    "artist_ids": [],
    "album": "Making Good Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Iron & Wine (Sam Beam) and Ben Bridwell of Band of Horses have shared a cover of Kendrick Lamar and SZA’s song, “Luther.” The track comes from Beam and Bridwell’s upcoming covers EP, \"Making Good Time.\" The five-song Making Good Time will arrive on September 12, a decade after the childhood friends released their first covers collection, 2015’s \"Sing Into My Mouth.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}