Information about plays

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

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

{
    "id": 348988,
    "uri": "https://api.kexp.org/v2/plays/348988/?format=api",
    "airdate": "2019-07-02T09:47:46-07:00",
    "show": 5816,
    "show_uri": "https://api.kexp.org/v2/shows/5816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Living My Life",
    "track_id": "bc3c87d1-289b-4b7c-989d-352d7758c01b",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Fading Frontier",
    "release_id": "076d9b9e-fa73-4a55-bcac-cd463396dcec",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2015-10-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Certainly, on this album, it comes from listening to the news and being surrounded by a sense of more common and universal unease. Like, it's not just in my head anymore,\" Cox says. // http://deerhuntermusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}