Information about plays

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

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

{
    "id": 349021,
    "uri": "https://api.kexp.org/v2/plays/349021/?format=api",
    "airdate": "2019-07-02T11:55:00-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summation",
    "track_id": null,
    "recording_id": null,
    "artist": "Archie",
    "artist_ids": [
        "26608a75-f700-4e3c-a8c1-c8f2a6bc53d1"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Archie (formerly known as PSA) will perform at KEXP and Seattle Center's Concerts at the Mural on August 23rd, 2019.  Her song, \"Summation,\" is released today.  Read a KEXP exclusive feature about the song and the artist here:  https://www.kexp.org/read/2019/7/2/archie-formerly-known-psa-stays-true-herself-summation/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}