Information about plays

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

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

{
    "id": 354994,
    "uri": "https://api.kexp.org/v2/plays/354994/?format=api",
    "airdate": "2019-07-16T07:19:00-07:00",
    "show": 5919,
    "show_uri": "https://api.kexp.org/v2/shows/5919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Oh, Maker",
    "track_id": null,
    "recording_id": null,
    "artist": "Left at London",
    "artist_ids": [
        "3944b36f-0ec2-4972-bab4-c45477b7b8f1"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Left at London performed live on the Morning Show March 27, 2019.  Just posted: https://bit.ly/2Shso1n  Catch Left at London on Sunday at 4:30 from the Wild Rose for the Capitol Hill Block Party",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}