Information about plays

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

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

{
    "id": 345500,
    "uri": "https://api.kexp.org/v2/plays/345500/?format=api",
    "airdate": "2019-06-24T09:39:15-07:00",
    "show": 5761,
    "show_uri": "https://api.kexp.org/v2/shows/5761/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paradise Drive",
    "track_id": "dc58c900-08e0-4cfa-ba60-a86d3dce1420",
    "recording_id": null,
    "artist": "Flamingods",
    "artist_ids": [
        "5359dc95-f340-4108-960c-0afdc13584ab"
    ],
    "album": "Levitation",
    "release_id": "7f675d0e-41ca-4ef9-9132-4becb9f07891",
    "release_group_id": null,
    "labels": [
        "もしもし"
    ],
    "label_ids": [
        "a7311de2-1ab5-4a9a-b4ec-fabe8f01674f"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Flamingods are a four-piece, multi-instrumental band from Bahrain & London founded in 2010 by Kamal Rasool and now consisting of Rasool, Sam Rowe, Charles Prest and Karthik Poduval. The group explores and experiments with an array of influences from Western psychedelia, jazz and indie to a wide-eyed obsession with music from the East. Using a vast selection of instruments from the Middle East and Asia, the band marries this with Western instrumentations of synthesisers, guitars and drums to create a potent sound all of its own that they call ‘Exotic Psychedelia’. https://flamingods.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}