Information about plays

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

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

{
    "id": 352765,
    "uri": "https://api.kexp.org/v2/plays/352765/?format=api",
    "airdate": "2019-07-11T00:01:34-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "http://coverartarchive.org/release/698a0908-edef-45a9-ba1d-da7577c3e969/21431974635-250.jpg",
    "thumbnail_uri": "",
    "song": "Dance of the Lotus",
    "track_id": "baca07f1-38b6-491c-bda1-b398d4ebda2a",
    "recording_id": null,
    "artist": "The Joy Formidable",
    "artist_ids": [
        "072d4c31-8fd7-4073-9efc-7e192b517906"
    ],
    "album": "AAARTH",
    "release_id": "698a0908-edef-45a9-ba1d-da7577c3e969",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Playing Ballard Seafood Fest this weekend.  www.thejoyformidable.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}