Information about plays

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

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

{
    "id": 1195619,
    "uri": "https://api.kexp.org/v2/plays/1195619/?format=api",
    "airdate": "2007-02-11T13:38:21-08:00",
    "show": 20959,
    "show_uri": "https://api.kexp.org/v2/shows/20959/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417ZxemWRjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417ZxemWRjL._SL75_.jpg",
    "song": "Stand in Silence",
    "track_id": "1aec8d6e-8044-444c-bece-9638d13aa478",
    "recording_id": null,
    "artist": "...And You Will Know Us By The Trail Of Dead",
    "artist_ids": [
        "9c1ff574-2ae4-4fea-881f-83293d0d5881"
    ],
    "album": "So Divided",
    "release_id": "4f22f3a8-82ca-45ad-8aed-8d2a7f6a9f8e",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}