Information about plays

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

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

{
    "id": 3588764,
    "uri": "https://api.kexp.org/v2/plays/3588764/?format=api",
    "airdate": "2025-12-09T04:07:32-08:00",
    "show": 65328,
    "show_uri": "https://api.kexp.org/v2/shows/65328/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corner Of My Eye",
    "track_id": null,
    "recording_id": null,
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Corner Of My Eye",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New FloPo!\n\nhttps://floatingpoints.bandcamp.com/album/corner-of-my-eye",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}