Information about plays

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

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

{
    "id": 3550172,
    "uri": "https://api.kexp.org/v2/plays/3550172/?format=api",
    "airdate": "2025-09-07T20:21:19-07:00",
    "show": 64502,
    "show_uri": "https://api.kexp.org/v2/shows/64502/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brown Rain",
    "track_id": null,
    "recording_id": "2da31252-62d2-4ad5-895d-b8760014e247",
    "artist": "Victor Brady",
    "artist_ids": [
        "8c55346d-476c-4391-8002-78fa8029e6c7"
    ],
    "album": "Brown Rain",
    "release_id": null,
    "release_group_id": "d8e479ff-abfb-3321-9194-13cdc6aa5b8f",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Victor Brady released \"Brown Rain\" on the album of the same name in 1970.\n\nVictor Brady is a prominent singer and steel drum player who brought a Caribbean style in both his look and his music to psychedelic rock.\n\nHe even recorded a scene for Sesame Street, Episode 1345, performing \"Für Elise\" for the street residents during a street fair. The scene was not used in the final aired cut, but was eventually used in Episode 1538. In the former episode, Brady is seen only briefly playing the closing theme during the final scene.\nHe also played the steel pans while in a horse-drawn carriage in Steel Drum Rythm, a 1969 Sesame Street short film shot in Central Park.\nBrady released two albums, Brown Rain (1970) and Classical Soul (1976).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}