Information about plays

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

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

{
    "id": 3596943,
    "uri": "https://api.kexp.org/v2/plays/3596943/?format=api",
    "airdate": "2025-12-27T22:39:07-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Direction",
    "track_id": null,
    "recording_id": "80304ffb-e21c-4a5b-b6a5-3c7e11d0defd",
    "artist": "Gorilla Biscuits",
    "artist_ids": [
        "0320a32e-b781-40df-bf48-5cb5ee842762"
    ],
    "album": "Start Today",
    "release_id": null,
    "release_group_id": "2076b5a3-b2c6-37f9-890d-3afcff50bd23",
    "labels": [
        "Revelation Records"
    ],
    "label_ids": [
        "48ed026d-bf1a-4c6e-8860-d21cd440b60e"
    ],
    "release_date": "1989-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York, NY \nGorilla Biscuits will be playing a handful of shows in the New Year including The Pearl in Vancouver, BC on March 2, 2026. https://gorillabiscuits.bandcamp.com/album/start-today-remastered-edition",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}