Information about plays

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

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

{
    "id": 414729,
    "uri": "https://api.kexp.org/v2/plays/414729/?format=api",
    "airdate": "2001-04-12T12:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41K2A173MTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41K2A173MTL._SL75_.jpg",
    "song": "Click Click",
    "track_id": null,
    "recording_id": null,
    "artist": "The Weddning Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Watusi",
    "release_id": "3591eabc-38cd-4f68-8c92-a0bfcc43dd4d",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1994-11-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}