Information about plays

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

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

{
    "id": 343632,
    "uri": "https://api.kexp.org/v2/plays/343632/?format=api",
    "airdate": "2019-06-19T20:08:15-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Make a Better World",
    "track_id": "d8011cf1-6973-4ceb-b690-d62a0e88c796",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Desitively Bonnaroo",
    "release_id": "dd3948cd-99fe-4b0b-b773-b7b801b5d2c9",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Earl King tune, album made with Allen Toussaint and the Meters ; Dr. John spoke about his friend Allen Toussaint's passing in 2015: http://buzzbands.la/2016/07/19/yes-can-can-dr-john-talks-departed-friend-allen-toussaint-ahead-wednesdays-hollwyood-bowl-tribute",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}