Information about plays

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

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

{
    "id": 414534,
    "uri": "https://api.kexp.org/v2/plays/414534/?format=api",
    "airdate": "2001-04-09T09:00:00-07:00",
    "show": 6911,
    "show_uri": "https://api.kexp.org/v2/shows/6911/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413PX1RRHZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413PX1RRHZL._SL75_.jpg",
    "song": "Hewlett's Daughter",
    "track_id": null,
    "recording_id": null,
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "The Sophtware Slump",
    "release_id": "a1ad0a4b-9ad5-44b8-bed4-187698e05dc2",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2000-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}