Information about plays

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

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

{
    "id": 368919,
    "uri": "https://api.kexp.org/v2/plays/368919/?format=api",
    "airdate": "2019-08-18T01:46:00-07:00",
    "show": 6149,
    "show_uri": "https://api.kexp.org/v2/shows/6149/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Harpy",
    "track_id": "b84d4ff0-af94-313d-8796-747c91c27a06",
    "recording_id": null,
    "artist": "Fauna",
    "artist_ids": [
        "20fdb578-9acd-4ec3-9dd6-e52266aadc67"
    ],
    "album": "Avifauna",
    "release_id": "e31f4e53-a26a-4538-b06d-1c63b5087ca0",
    "release_group_id": null,
    "labels": [
        "Pesanta Urfolk"
    ],
    "label_ids": [],
    "release_date": "2012-12-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Fauna will be playing at Teatro De la Psycomachia in SODO on Thursday, August 22nd with To End it All and With The End in Mind. https://www.facebook.com/TEIAnoise/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}