Information about plays

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

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

{
    "id": 453614,
    "uri": "https://api.kexp.org/v2/plays/453614/?format=api",
    "airdate": "2001-08-08T20:26:15-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BCSEYW1ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BCSEYW1ZL._SL75_.jpg",
    "song": "When I Get Drunk",
    "track_id": "f505cde1-b13c-4911-a3d9-1e03645ec588",
    "recording_id": null,
    "artist": "Mike Henderson & The Bluebloods",
    "artist_ids": [
        "5b29cdeb-bd6b-4439-97f8-80ac49248644"
    ],
    "album": "First Blood",
    "release_id": "84a97ce7-a59b-4850-a9e1-26d1c7186e96",
    "release_group_id": null,
    "labels": [
        "Dead Reckoning"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}