Information about plays

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

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

{
    "id": 3521662,
    "uri": "https://api.kexp.org/v2/plays/3521662/?format=api",
    "airdate": "2025-07-02T13:40:54-07:00",
    "show": 63900,
    "show_uri": "https://api.kexp.org/v2/shows/63900/?format=api",
    "image_uri": "https://coverartarchive.org/release/807f6bd7-de1e-4f76-8308-cb588ee81ad0/12573259781-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/807f6bd7-de1e-4f76-8308-cb588ee81ad0/12573259781-250.jpg",
    "song": "Space Station #5",
    "track_id": null,
    "recording_id": "0e3cc868-84eb-4434-8289-91cced5683ef",
    "artist": "Montrose",
    "artist_ids": [
        "d68063aa-620e-4cf5-8d8c-c2fc8bd1800b"
    ],
    "album": "Montrose",
    "release_id": null,
    "release_group_id": "8e1eda5c-dd77-3410-afdf-ccafdcf1c381",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Of course you recognize that voice!  That's the previously unknown Sammy Hagar singing here.  Hagar co-wrote this song with lead guitarist Ronnie Montrose. \n--\nThis song might be autobiographical, since Hagar has gone on record that he believes he was abducted by aliens as a child.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}