Information about plays

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

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

{
    "id": 348288,
    "uri": "https://api.kexp.org/v2/plays/348288/?format=api",
    "airdate": "2019-06-30T15:42:00-07:00",
    "show": 5805,
    "show_uri": "https://api.kexp.org/v2/shows/5805/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fashion",
    "track_id": "d6eb2da4-0fc2-4309-87c8-6ac704703b06",
    "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": "References to a \"goon squad\" coming to town provoked theories that the song actually concerns fascism, However Bowie played down this interpretation in an interview shortly before the release of Scary Monsters. Biographer David Buckley believed the song \"poked fun at the banality of the dance-floor and the style fascists\" of the New Romantic movement.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}