Information about plays

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

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

{
    "id": 3558745,
    "uri": "https://api.kexp.org/v2/plays/3558745/?format=api",
    "airdate": "2025-09-28T08:58:27-07:00",
    "show": 64689,
    "show_uri": "https://api.kexp.org/v2/shows/64689/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Silver Cup",
    "track_id": null,
    "recording_id": null,
    "artist": "Bill MacKay & Ryley Walker",
    "artist_ids": [],
    "album": "Land of Plenty",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [],
    "release_date": "2015-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to the 2015 collaborative album between guitarists Bill MacKay and Ryley Walker that was recently reissued by Drag City in celebration of its 10th anniversary ~ https://billmackayryleywalker.bandcamp.com/album/land-of-plenty-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}