Information about plays

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

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

{
    "id": 370930,
    "uri": "https://api.kexp.org/v2/plays/370930/?format=api",
    "airdate": "2019-08-22T16:40:00-07:00",
    "show": 6179,
    "show_uri": "https://api.kexp.org/v2/shows/6179/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ashes to Ashes",
    "track_id": "df12822d-2630-4339-8918-5c611a51bb1f",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Scary Monsters... and Super Creeps",
    "release_id": "d09af2f1-6880-4e8c-a357-a74052d5c02e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Ashes to Ashes' was the lead single from the 1980 album Scary Monsters (And Super Creeps) and became Bowie's second UK No. 1 single. It is also known for its innovative video, directed by Bowie and David Mallet, which at the time was the most expensive music video ever made.\n\nThe lyrics revisit Bowie's Major Tom character from 1969's \"Space Oddity\" in a darker theme, which he referenced once again in 1995 with \"Hallo Spaceboy\". The song's melody was sampled in a remix of his 2013 single \"Love Is Lost\". The song's original title was \"People Are Turning to Gold\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}