Information about plays

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

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

{
    "id": 378406,
    "uri": "https://api.kexp.org/v2/plays/378406/?format=api",
    "airdate": "2019-09-08T16:01:37-07:00",
    "show": 6299,
    "show_uri": "https://api.kexp.org/v2/shows/6299/?format=api",
    "image_uri": "http://coverartarchive.org/release/087e2c0f-8461-3358-a762-74461ab4ea5b/12416284604-250.jpg",
    "thumbnail_uri": "",
    "song": "Special",
    "track_id": "5b1757e4-3bb9-3df6-9d46-7682d9577c2a",
    "recording_id": null,
    "artist": "Mew",
    "artist_ids": [
        "fa927f59-d443-418a-b741-e557208aaf09"
    ],
    "album": "« And the Glass Handed Kites »",
    "release_id": "087e2c0f-8461-3358-a762-74461ab4ea5b",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mew are Danish :^) https://mewsite.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}