Information about plays

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

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

{
    "id": 343056,
    "uri": "https://api.kexp.org/v2/plays/343056/?format=api",
    "airdate": "2019-06-18T17:17:58-07:00",
    "show": 5720,
    "show_uri": "https://api.kexp.org/v2/shows/5720/?format=api",
    "image_uri": "http://coverartarchive.org/release/c51d245c-a249-37a5-99c3-43c86044bf17/12892417855-250.jpg",
    "thumbnail_uri": "",
    "song": "Young Americans",
    "track_id": "d33f56da-0038-385c-8ccf-d1c28a1ca7af",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Young Americans",
    "release_id": "c51d245c-a249-37a5-99c3-43c86044bf17",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bowie would call the sound of Young Americans as \"plastic soul,\" describing it as \"the squashed remains of ethnic music as it survives in the age of Muzak rock, written and sung by a white limey.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}