Information about plays

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

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

{
    "id": 518196,
    "uri": "https://api.kexp.org/v2/plays/518196/?format=api",
    "airdate": "2002-02-15T17:29:00-08:00",
    "show": 8938,
    "show_uri": "https://api.kexp.org/v2/shows/8938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YG7m3pbVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YG7m3pbVL._SL75_.jpg",
    "song": "Slide",
    "track_id": "d447c235-a723-4d21-9bac-d3d677954e84",
    "recording_id": null,
    "artist": "Norfolk & Western",
    "artist_ids": [
        "4c503aca-2c43-4d8b-be44-f6abc67b9950"
    ],
    "album": "Winter Farewell",
    "release_id": "190802fe-620d-4884-bbde-10a667572d2b",
    "release_group_id": null,
    "labels": [
        "FILMguerrero"
    ],
    "label_ids": [
        "ee88466f-284c-4488-90da-e0841272c59d"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}