Information about plays

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

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

{
    "id": 1197084,
    "uri": "https://api.kexp.org/v2/plays/1197084/?format=api",
    "airdate": "2007-02-15T05:26:06-08:00",
    "show": 20982,
    "show_uri": "https://api.kexp.org/v2/shows/20982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61tn98qWu3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61tn98qWu3L._SL75_.jpg",
    "song": "The Double Wide",
    "track_id": "1dc62fc3-28f0-4dec-b4ce-286ae5d1f751",
    "recording_id": null,
    "artist": "The Sadies",
    "artist_ids": [
        "72f7495f-d40f-4c96-93bb-7fe1c9b23cbb"
    ],
    "album": "Tales of the Rat Fink",
    "release_id": "f63be183-937f-43cc-bd41-5a06147436a0",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "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"
}