Information about plays

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

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

{
    "id": 350579,
    "uri": "https://api.kexp.org/v2/plays/350579/?format=api",
    "airdate": "2019-07-05T20:10:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AM/FM",
    "track_id": "eac7f91a-f14c-33c3-9d54-5b9b5190b43e",
    "recording_id": null,
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Strange Weather, Isn't It?",
    "release_id": "885c73f6-b7ea-49aa-92d8-4a5e5535b46f",
    "release_group_id": null,
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See them play live on my old KEXP shift here! https://www.youtube.com/watch?v=XQK5C7Hykxc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}