Information about plays

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

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

{
    "id": 3630030,
    "uri": "https://api.kexp.org/v2/plays/3630030/?format=api",
    "airdate": "2026-03-17T04:32:52-07:00",
    "show": 66203,
    "show_uri": "https://api.kexp.org/v2/shows/66203/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ba73bf8-6c15-4bd2-8da1-e2292538f617/13034662139-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ba73bf8-6c15-4bd2-8da1-e2292538f617/13034662139-250.jpg",
    "song": "California Stars",
    "track_id": null,
    "recording_id": "8ad92273-a5d7-425b-956e-c9354322824a",
    "artist": "Billy Bragg & Wilco",
    "artist_ids": [
        "7cec4a03-0a83-4308-856a-afb8aa5db0fc",
        "9e53f84d-ef44-4c16-9677-5fd4d78cbd7d"
    ],
    "album": "Mermaid Avenue",
    "release_id": null,
    "release_group_id": "9ae4e54c-ec74-3f15-823a-8302fc9a832d",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Dan -- Thanks for the request!\n\nIn 1995, Woody Guthrie's daughter Nora contacted musician Billy Bragg about writing music for a selection of completed Guthrie lyrics. Guthrie had left behind more than a thousand sets of complete lyrics written between 1939 and 1967 that had no music other than a vague stylistic notation. Bragg chose some songs to finish, as did Jeff Tweedy of Wilco. \nhttps://bit.ly/4azSDY7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}