Information about plays

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

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

{
    "id": 3591985,
    "uri": "https://api.kexp.org/v2/plays/3591985/?format=api",
    "airdate": "2025-12-16T19:02:50-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreams in Aspamia",
    "track_id": null,
    "recording_id": null,
    "artist": "Kutiman",
    "artist_ids": [
        "48e18c9b-371f-42e6-878d-633e25fa01fd"
    ],
    "album": "Kutiman - Dreams In Aspamia",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kutiman crafts a hypnotic journey here: jazzy guitars, double bass, analogue keys, and otherworldly manipulated vocals flow through lush, panoramic arrangements\n\nhttps://kutiman.bandcamp.com/album/kutiman-dreams-in-aspamia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}