Information about plays

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

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

{
    "id": 356516,
    "uri": "https://api.kexp.org/v2/plays/356516/?format=api",
    "airdate": "2019-07-19T15:38:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mind Your Own Business",
    "track_id": "43a22929-557b-4b1d-baa8-120f7edfca18",
    "recording_id": null,
    "artist": "Delta 5",
    "artist_ids": [
        "b05af404-b129-4c9e-9606-01baa53e05f9"
    ],
    "album": "Mind Your Own Business",
    "release_id": "b0802589-49a4-41c1-8b5e-47578936e10e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original members of Delta 5, Julz Sale (vocals/guitar), Ros Allen (bass) and Bethan Peters (bass), formed the band \"on a lark,\" but soon became a part of the thriving Leeds post-punk scene, and later added Kelvin Knight on drums and Alan Riggs on guitar. Combining feminist politics with a two-bass funk-punk sound (much in the style of another, more famous Leeds band, Gang of Four), they released their debut single in 1979, \"Mind Your Own Business.\"  https://bit.ly/2OOXzh1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}