Information about plays

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

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

{
    "id": 453595,
    "uri": "https://api.kexp.org/v2/plays/453595/?format=api",
    "airdate": "2001-08-08T19:17:38-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PYSHV955L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PYSHV955L._SL75_.jpg",
    "song": "Midnight Cannonball",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Joe Turner",
    "artist_ids": [
        "b123ba15-c4a5-4281-8117-2e57f8f02496"
    ],
    "album": "Big, Bad & Blue: The Big Joe Turner Anthology (disc 2)",
    "release_id": "26414598-5cd3-48e6-8ba3-cd2db82daf9d",
    "release_group_id": null,
    "labels": [
        "Atlantic/Rhino"
    ],
    "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"
}