Information about plays

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

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

{
    "id": 430675,
    "uri": "https://api.kexp.org/v2/plays/430675/?format=api",
    "airdate": "2001-06-02T16:06:40-07:00",
    "show": 7240,
    "show_uri": "https://api.kexp.org/v2/shows/7240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514hgd2KrxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514hgd2KrxL._SL75_.jpg",
    "song": "Wang Dang Doodle",
    "track_id": "3003b83b-5612-4fc5-a6a7-837a8701b8de",
    "recording_id": null,
    "artist": "Koko Taylor",
    "artist_ids": [
        "9ebffe22-c6e0-49bc-a6c2-f79a97bc38b3"
    ],
    "album": "Koko Taylor",
    "release_id": "72cfccfc-d3ed-44a2-ac98-123a23a3c181",
    "release_group_id": null,
    "labels": [
        "Chess"
    ],
    "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"
}