Information about plays

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

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

{
    "id": 458769,
    "uri": "https://api.kexp.org/v2/plays/458769/?format=api",
    "airdate": "2001-08-23T12:48:00-07:00",
    "show": 7776,
    "show_uri": "https://api.kexp.org/v2/shows/7776/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2103KR4Y38L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2103KR4Y38L._SL75_.jpg",
    "song": "Leviathan",
    "track_id": "a238891e-f732-4cad-b752-e1737f70fbf7",
    "recording_id": null,
    "artist": "Toenut",
    "artist_ids": [
        "5bbd355a-0ac1-4cb1-a5dd-e9c1f26badbd"
    ],
    "album": "Information",
    "release_id": "717aa613-0ae6-48bd-a285-1243e4effd29",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1995-07-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}