Information about plays

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

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

{
    "id": 428807,
    "uri": "https://api.kexp.org/v2/plays/428807/?format=api",
    "airdate": "2001-05-28T06:52:00-07:00",
    "show": 7207,
    "show_uri": "https://api.kexp.org/v2/shows/7207/?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": "Super Bowl Sundae",
    "track_id": "8c22d7a0-9967-4c1e-8fd1-98293c427fec",
    "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"
}