Information about plays

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

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

{
    "id": 516374,
    "uri": "https://api.kexp.org/v2/plays/516374/?format=api",
    "airdate": "2002-02-10T20:20:00-08:00",
    "show": 8909,
    "show_uri": "https://api.kexp.org/v2/shows/8909/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517VUDWj7JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517VUDWj7JL._SL75_.jpg",
    "song": "Mahagon",
    "track_id": "78e3e07a-c1f1-4457-8cf7-7169a88982ce",
    "recording_id": null,
    "artist": "Zimpala",
    "artist_ids": [
        "7eaec4e9-b900-4bcc-b106-934099982d85"
    ],
    "album": "Almaviva",
    "release_id": "4445240e-7b66-49eb-b8c9-12082a8d9c64",
    "release_group_id": null,
    "labels": [
        "FANTOMAS"
    ],
    "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"
}