Information about plays

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

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

{
    "id": 3415465,
    "uri": "https://api.kexp.org/v2/plays/3415465/?format=api",
    "airdate": "2024-10-21T07:33:48-07:00",
    "show": 61635,
    "show_uri": "https://api.kexp.org/v2/shows/61635/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Fluffy Clouds",
    "track_id": "d3ebaee6-fce5-3dd6-9233-5c4b0c3be83a",
    "recording_id": "96e8c97e-90f6-4db2-93d9-2a32b03817e3",
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb’s Adventures Beyond the Ultraworld",
    "release_id": "476d5ee1-266a-45d1-940a-d706663bb3f9",
    "release_group_id": "27b682b2-dd29-3e15-8ef2-f6475f4d262f",
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "release_date": "1991-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I’d like to request a song for this morning, October 21.\nToday is my big brother’s birthday. We lost him to cancer last summer and you & KEXP were an amazing support to our family during that time.\nPlease play The Orb - Little Fluffy Clouds for Ken Schiele.\nWith love and gratitude,\nJanet\"\n\nThis track includes clips of Rickie Lee Jones recalling picturesque images of her childhood... they originated from an interview disc that was issued with some promotional boxed copies of Jones' album \"Flying Cowboys\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}