Information about plays

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

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

{
    "id": 3597494,
    "uri": "https://api.kexp.org/v2/plays/3597494/?format=api",
    "airdate": "2025-12-29T06:18:18-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neon Grey Midnight Green",
    "track_id": "fe316bb3-c799-4865-a280-c07549a9bf6d",
    "recording_id": "4b074a7e-ec11-4ad7-ad8d-59913dc8f1d5",
    "artist": "Neko Case",
    "artist_ids": [
        "e13d2935-8c42-4c0a-96d7-654062acf106"
    ],
    "album": "Neon Grey Midnight Green",
    "release_id": "d882a97c-877c-4ec0-a2d8-e2cec7ddc32a",
    "release_group_id": "7a243c26-f7f8-4200-97f4-9bf93ccf63da",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Neko Case will continue touring in 2026:\n\n- Feb. 27 at Edmonds Center for the Arts in Edmonds, WA\n- Mar. 1 at The Spanish Ballroom in Tacoma, WA\n- Mar. 5 at Golden State Theatre in Monterey, CA\n- Mar. 6 at Uptown Theatre in Napa, CA\n\nhttps://nekocase.com/tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}