Information about plays

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

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

{
    "id": 3578350,
    "uri": "https://api.kexp.org/v2/plays/3578350/?format=api",
    "airdate": "2025-11-15T04:12:43-08:00",
    "show": 65113,
    "show_uri": "https://api.kexp.org/v2/shows/65113/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Road Home",
    "track_id": "eb172fbf-df54-43d9-8693-95c0fb707ca6",
    "recording_id": "10309e77-20a2-404f-884f-60faa5d6a574",
    "artist": "Caroline Polachek",
    "artist_ids": [
        "d8f43dc5-4613-48ac-8c23-a62b82f8c67a"
    ],
    "album": "Billions",
    "release_id": "8d31e250-4b8a-4a8d-87d1-df581f5636c4",
    "release_group_id": "9e6d9d87-4cf4-4a59-8bac-fc67e526a173",
    "labels": [
        "Perpetual Novice"
    ],
    "label_ids": [
        "4835d7c5-d414-4d5a-b13f-735c64f64c78"
    ],
    "release_date": "2022-02-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We loved it when Caroline Polachek played live in our studio back in May of 2023.  \nWatch that entire performance: https://www.youtube.com/watch?v=7XYyDsl14E4\n\nFirst released on their 2020 album \"Magic Oneohtrix Point Never\", this track features a stunning video that follows a \"romantic fable about love and transformation” involving two “otherworldly creatures\" - https://youtu.be/w5azY0dH67U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}