Information about plays

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

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

{
    "id": 347419,
    "uri": "https://api.kexp.org/v2/plays/347419/?format=api",
    "airdate": "2019-06-28T12:55:05-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broken Mirror Pose",
    "track_id": "5d6aadd2-2cc8-4d7b-8d40-94bac5b2db42",
    "recording_id": null,
    "artist": "Kyle Craft",
    "artist_ids": [
        "a1221205-1526-4474-9f10-caa822779fe2"
    ],
    "album": "Showboat Honey",
    "release_id": "41caff03-684f-46b2-915f-3c68f9c78ac7",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kyle Craft plays the Ballard Seafood Fest on Saturday, July 13. The festival takes place in Old Ballard between Friday, July 12 - Sunday, July 14. The Moondoggies, The Joy Formidable, the Hoot Hoots and more will also perform. See the full lineup here: https://seafoodfest.org/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}