Information about plays

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

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

{
    "id": 3615145,
    "uri": "https://api.kexp.org/v2/plays/3615145/?format=api",
    "airdate": "2026-02-09T05:37:56-08:00",
    "show": 65886,
    "show_uri": "https://api.kexp.org/v2/shows/65886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bottle Yours",
    "track_id": "01d392fe-96cb-3245-bf79-589d65da4392",
    "recording_id": "96ba3a0b-5ada-49a4-a855-f70f79a0fa62",
    "artist": "The Ocean Blue",
    "artist_ids": [
        "ec091c5c-cb67-47e7-a2c9-e61ec1afc17a"
    ],
    "album": "Davy Jones' Locker",
    "release_id": "87840a3e-a006-425f-8a41-3a7c48b0c3ce",
    "release_group_id": "e493e071-be9b-3f22-a2ff-a0b739628685",
    "labels": [
        "March Records"
    ],
    "label_ids": [
        "0c344d0c-76e5-4976-ab72-51639dc6ab41"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Ocean Blue arrived as the 1980s drew to close, and their debut record on the famed Sire Records label in 1989 seemed to summarize the best of the musical decade. The band quickly achieved widespread acclaim and radio & MTV airplay, with top 10 Modern Rock/College Radio hits. \n\nhttps://theoceanblue.bandcamp.com/album/davy-jones-locker\n\nhttps://www.theoceanblue.com/djl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}