Information about plays

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

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

{
    "id": 453148,
    "uri": "https://api.kexp.org/v2/plays/453148/?format=api",
    "airdate": "2001-08-07T13:52:00-07:00",
    "show": 7667,
    "show_uri": "https://api.kexp.org/v2/shows/7667/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51c0D2QHlyL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51c0D2QHlyL._SL75_.jpg",
    "song": "Guitar Man",
    "track_id": "849cb5ae-dcf7-4f89-9eb8-ae797d66a475",
    "recording_id": null,
    "artist": "Junior Brown",
    "artist_ids": [
        "de38023a-2fd6-443a-a18a-97fcdf48d6df"
    ],
    "album": "Mixed Bag",
    "release_id": "eada676a-d2b2-4600-8227-bae706c9b138",
    "release_group_id": null,
    "labels": [
        "Curb Records"
    ],
    "label_ids": [
        "1811d7d5-e3fa-41be-b457-666bd939f2a7"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}