Information about plays

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

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

{
    "id": 350540,
    "uri": "https://api.kexp.org/v2/plays/350540/?format=api",
    "airdate": "2019-07-05T17:57:28-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "VV Violence",
    "track_id": "0c8516ba-9231-4001-bf1e-2439312d0e20",
    "recording_id": null,
    "artist": "Jessy Lanza",
    "artist_ids": [
        "0dfb3c3d-e140-4575-baf3-7ff20ae56c9c"
    ],
    "album": "Oh No",
    "release_id": "2f92435d-666f-42ba-aab5-ecb5610ec872",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2016-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jessy Lanza grew up playing piano and clarinet before going to Concordia University to study jazz.  Before starting her career as a singer and music producer, she was a music teacher at school.\n In a review of her debut album, Pull My Hair Back, she was described by The Guardian as \"the latest and possibly greatest of the new ethereal soul girls.\"  https://bit.ly/2FT8mFC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}