Information about plays

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

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

{
    "id": 3618738,
    "uri": "https://api.kexp.org/v2/plays/3618738/?format=api",
    "airdate": "2026-02-17T14:51:30-08:00",
    "show": 65959,
    "show_uri": "https://api.kexp.org/v2/shows/65959/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Call In America",
    "track_id": null,
    "recording_id": null,
    "artist": "Fishbone",
    "artist_ids": [],
    "album": "Stockholm Syndrome",
    "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": "Fishbone is an American rock band from Los Angeles, California. Formed in 1979, the band plays a fusion of ska, punk, funk, metal, reggae, and soul. They have been described as \"one of the most distinctive and eclectic alternative rock bands of the late 1980s.\n---\nhttps://fishbone.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}