Information about plays

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

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

{
    "id": 346844,
    "uri": "https://api.kexp.org/v2/plays/346844/?format=api",
    "airdate": "2019-06-27T06:03:00-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cold Little Heart",
    "track_id": "8fc9aa89-2800-4d9b-9256-f5266af911ea",
    "recording_id": null,
    "artist": "Michael Kiwanuka",
    "artist_ids": [
        "11f570ff-44d9-4e9c-8812-e6d56103c5c1"
    ],
    "album": "Love & Hate",
    "release_id": "bda91fa3-f0bc-45d7-a0e9-f92cede49f4e",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2016-07-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning Seattle, and welcome to the Thursday edition of The Morning Show... with Evie! Send any requests for the next four hours to dj@kexp.org, and follow along elsewhere @evieluxx on Instagram or Twitter!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}