Information about plays

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

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

{
    "id": 491159,
    "uri": "https://api.kexp.org/v2/plays/491159/?format=api",
    "airdate": "2001-11-28T07:51:00-08:00",
    "show": 8416,
    "show_uri": "https://api.kexp.org/v2/shows/8416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51AFh%2BLkt2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51AFh%2BLkt2L._SL75_.jpg",
    "song": "Bass Crawl",
    "track_id": "e3b3b58f-e6b2-4d5f-9ffc-73d5a6c4db03",
    "recording_id": null,
    "artist": "Idaho",
    "artist_ids": [
        "8b7480fd-4a90-4ada-b8d2-8061307f49c0"
    ],
    "album": "Forbidden EP",
    "release_id": "3b882d96-e5d7-4cf7-b77a-3ebe4373b17e",
    "release_group_id": null,
    "labels": [
        "Buzz Records"
    ],
    "label_ids": [
        "f76afe3e-a136-409c-886b-ac85734a8c34"
    ],
    "release_date": "1997-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}