Information about plays

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

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

{
    "id": 3590052,
    "uri": "https://api.kexp.org/v2/plays/3590052/?format=api",
    "airdate": "2025-12-12T07:03:37-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It Was a Very Good Year",
    "track_id": "dc70d583-102b-39cd-8289-b98e0e403afa",
    "recording_id": "1d622b44-ce4c-4110-af8f-ad6195dd6105",
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "September of My Years",
    "release_id": "bbe9e685-7375-4583-9aa4-b6ab035f972c",
    "release_group_id": "f420ae5d-3878-31d8-897b-6971fda20e92",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1965-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning, happy Friday, and welcome to The Morning Show with John Richards and producer Owen Murphy! We are so glad that you are with us today!\n--\nToday marks the start of a very good year for Frank Sinatra, born on December 12th, 1915. The actor and singer died in 1998 at age 83,\n---\nDid you know that this song was originally recorded by Bob Shane for The Kingston Trio?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}