Information about plays

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

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

{
    "id": 3656570,
    "uri": "https://api.kexp.org/v2/plays/3656570/?format=api",
    "airdate": "2026-05-18T22:31:50-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/19710d03-7ac3-487a-9174-466072a1b8a8/44727812175-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/19710d03-7ac3-487a-9174-466072a1b8a8/44727812175-250.jpg",
    "song": "Look Again",
    "track_id": null,
    "recording_id": "e0da8a91-2eaf-4e15-b738-adbae3a00bbd",
    "artist": "Kelley Stoltz",
    "artist_ids": [
        "c4c8675e-f8dc-4313-b430-8fbc83d8aafc"
    ],
    "album": "If You Don't Know Me, Buy Now!",
    "release_id": null,
    "release_group_id": "08e196f7-6489-479e-850d-3f0e03d13713",
    "labels": [
        "Dandy Boy"
    ],
    "label_ids": [],
    "release_date": "2026-05-15",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Buy now! (new record from Vineland's co-host Kelley Stoltz) - https://dandyboyrecords.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}