Information about plays

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

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

{
    "id": 426602,
    "uri": "https://api.kexp.org/v2/plays/426602/?format=api",
    "airdate": "2001-05-21T14:57:08-07:00",
    "show": 7163,
    "show_uri": "https://api.kexp.org/v2/shows/7163/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JBCVVT0JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JBCVVT0JL._SL75_.jpg",
    "song": "Como Ves",
    "track_id": "6d8435af-0efd-4456-8f35-ef0411d94b82",
    "recording_id": null,
    "artist": "Ozomatli",
    "artist_ids": [
        "7e54639b-ee66-4452-a612-918d4c3c73c4"
    ],
    "album": "Ozomatli",
    "release_id": "8ecd0741-b962-4d0d-afa0-f05446047ba3",
    "release_group_id": null,
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1998-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}