Information about plays

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

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

{
    "id": 349141,
    "uri": "https://api.kexp.org/v2/plays/349141/?format=api",
    "airdate": "2019-07-02T17:03:06-07:00",
    "show": 5818,
    "show_uri": "https://api.kexp.org/v2/shows/5818/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Auto",
    "track_id": "f1a418e7-dea2-48bd-87e7-dc484ce77024",
    "recording_id": null,
    "artist": "METZ",
    "artist_ids": [
        "449c400c-8312-4c1d-bed8-c8d774090759"
    ],
    "album": "Automat",
    "release_id": "b104dcd9-cf45-47aa-8a8a-1853fec42a19",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On July 12th, Sub Pop will release a chronological trip through the lesser known material of METZ. Automat is a collection of non-album singles, B-sides, and rarities dating back to 2009, from the widely-adored and delightfully noisy 3-piece punk band. This will be the first time that this 12-song collection will be available on LP.  https://bit.ly/2JmxUvo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}