Information about plays

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

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

{
    "id": 3540581,
    "uri": "https://api.kexp.org/v2/plays/3540581/?format=api",
    "airdate": "2025-08-16T00:33:48-07:00",
    "show": 64299,
    "show_uri": "https://api.kexp.org/v2/shows/64299/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roll With the Winners",
    "track_id": null,
    "recording_id": null,
    "artist": "La",
    "artist_ids": [],
    "album": "Roll With the Winners",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La, formerly Language Arts, one of Seattle's most skilled lyricists, dropped a this potent debut album in 2010.\n\nhttps://townlove.cranecitymusic.com/la-language-arts-roll-with-the-winners/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}