Information about plays

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

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

{
    "id": 1353991,
    "uri": "https://api.kexp.org/v2/plays/1353991/?format=api",
    "airdate": "2008-03-25T04:47:53-07:00",
    "show": 23650,
    "show_uri": "https://api.kexp.org/v2/shows/23650/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UBJ53gI0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UBJ53gI0L._SL75_.jpg",
    "song": "I Love You",
    "track_id": "ec96f0d7-fc7c-4dd3-bd9d-67289b95b1be",
    "recording_id": null,
    "artist": "Esser",
    "artist_ids": [
        "776c8e05-9640-400d-b67c-57934d849599"
    ],
    "album": "Braveface",
    "release_id": "f8060640-7b19-4e8f-9730-f24d2a32e0c7",
    "release_group_id": null,
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}