Information about plays

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

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

{
    "id": 432365,
    "uri": "https://api.kexp.org/v2/plays/432365/?format=api",
    "airdate": "2001-06-07T17:38:49-07:00",
    "show": 7272,
    "show_uri": "https://api.kexp.org/v2/shows/7272/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11E1ZN0M6GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11E1ZN0M6GL._SL75_.jpg",
    "song": "Dream Too Real To Hold",
    "track_id": "324fd065-3773-42a8-a127-e65d37ee1f30",
    "recording_id": null,
    "artist": "Greg Garing",
    "artist_ids": [
        "5280a865-d2a5-4e8c-a392-152b80a5ec9c"
    ],
    "album": "Alone",
    "release_id": "87876f7b-ea7e-4c99-932a-94afde5bc25d",
    "release_group_id": null,
    "labels": [
        "Texas Revolution"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}