Information about plays

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

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

{
    "id": 350082,
    "uri": "https://api.kexp.org/v2/plays/350082/?format=api",
    "airdate": "2019-07-04T15:32:37-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5d99cd2-561f-4a02-944b-e7b8becd1f73/14839234606-250.jpg",
    "thumbnail_uri": "",
    "song": "Free & Freaky",
    "track_id": "f40ba33e-28ea-3f16-84f3-81c85a009598",
    "recording_id": null,
    "artist": "The Stooges",
    "artist_ids": [
        "794c6bf2-3241-416f-9b8f-24e2d84a1c4b"
    ],
    "album": "The Weirdness",
    "release_id": "b5d99cd2-561f-4a02-944b-e7b8becd1f73",
    "release_group_id": null,
    "labels": [
        "Virgin Records America"
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2007-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}