Information about plays

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

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

{
    "id": 3605695,
    "uri": "https://api.kexp.org/v2/plays/3605695/?format=api",
    "airdate": "2026-01-17T20:44:28-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Helot",
    "track_id": "cdc1cf9d-f246-346c-90d0-fea015ebc503",
    "recording_id": "332cd5ba-0749-4aa5-8bf7-7828fc2ca22d",
    "artist": "Tad",
    "artist_ids": [
        "867d3fb7-9cd1-47a4-a8f0-de29cdca2004"
    ],
    "album": "Salt Lick/God's Balls",
    "release_id": "4eb58ad0-b667-4988-a0df-8ab146011068",
    "release_group_id": "39990a5a-6c4f-3f09-979e-e4aba31b0558",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-02-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off of the debut LP from one of the very first grunge bands!\n\nhttps://tadband.bandcamp.com/album/gods-balls-deluxe-edition",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}