Information about plays

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

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

{
    "id": 3598895,
    "uri": "https://api.kexp.org/v2/plays/3598895/?format=api",
    "airdate": "2026-01-01T16:55:00-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "https://coverartarchive.org/release/e87a3195-a5a1-4dbf-a198-3f9eb78d6951/950384637-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e87a3195-a5a1-4dbf-a198-3f9eb78d6951/950384637-250.jpg",
    "song": "In Bloom",
    "track_id": null,
    "recording_id": "d6ba90c5-df4f-4ffe-b0a5-c373193d1278",
    "artist": "Butch Walker and the Black Widows",
    "artist_ids": [
        "24e23bd6-f090-412e-9c62-6f489441861d"
    ],
    "album": "Spin Presents Newermind",
    "release_id": null,
    "release_group_id": "09e133a5-0b64-4b80-bf73-2660e218d0d2",
    "labels": [
        "SPIN"
    ],
    "label_ids": [],
    "release_date": "2011-07-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Nirvana cover by Butch Walker and the Black Widows was released on a collection curated by Spin magazine in 2011.\nhttp://spin.com/2011/07/free-album-spin-tribute-nirvanas-nevermind/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}