Information about plays

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

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

{
    "id": 435107,
    "uri": "https://api.kexp.org/v2/plays/435107/?format=api",
    "airdate": "2001-06-15T19:57:36-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61IRUa5B9IL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61IRUa5B9IL._SL75_.jpg",
    "song": "Longhorn Suburan",
    "track_id": null,
    "recording_id": null,
    "artist": "Dale Watson",
    "artist_ids": [
        "57c04acd-8552-479b-b987-aa0eb7d807cb"
    ],
    "album": "The Truckin' Sessions: Volume Two",
    "release_id": "db960e31-7fcb-4e8c-b9f7-58cde63c747c",
    "release_group_id": null,
    "labels": [
        "Koch"
    ],
    "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"
}