Information about plays

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

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

{
    "id": 427031,
    "uri": "https://api.kexp.org/v2/plays/427031/?format=api",
    "airdate": "2001-05-22T22:07:03-07:00",
    "show": 7172,
    "show_uri": "https://api.kexp.org/v2/shows/7172/?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": "Cut Chemist Suite",
    "track_id": null,
    "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"
}