Information about plays

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

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

{
    "id": 3598810,
    "uri": "https://api.kexp.org/v2/plays/3598810/?format=api",
    "airdate": "2026-01-01T12:08:04-08:00",
    "show": 65532,
    "show_uri": "https://api.kexp.org/v2/shows/65532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Close",
    "track_id": "71bbadb5-d15a-4cbd-8885-6c605bcc9290",
    "recording_id": "16785548-3614-4d4c-a722-06572b351a7e",
    "artist": "Gustaf",
    "artist_ids": [
        "6fb71567-263f-49b8-85a3-47a85b8f36f6"
    ],
    "album": "Package, Pt. 2",
    "release_id": "b9074af4-1544-4d28-bb53-29cfc676bb27",
    "release_group_id": "85042c2c-894e-4ca1-bd33-cdfa64530aad",
    "labels": [
        "Royal Mountain Records"
    ],
    "label_ids": [
        "564dc8fb-cbd0-453b-ad29-dd867556d041"
    ],
    "release_date": "2024-04-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Starting and Staring,\" another song from Brooklyn band Gustaf's new album, Package, Pt. 2\" was selected as a KEXP Song of the Day: https://www.kexp.org/podcasts/song-of-the-day/2024/2/7/gustaf-starting-and-staring/\n\nGustaf will be at The Neptune on November 6th, opening for Dehd.\n\nhttps://www.gustaftheband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}