Information about plays

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

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

{
    "id": 414557,
    "uri": "https://api.kexp.org/v2/plays/414557/?format=api",
    "airdate": "2001-04-09T10:00:00-07:00",
    "show": 6912,
    "show_uri": "https://api.kexp.org/v2/shows/6912/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Knp5jZ%2BDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Knp5jZ%2BDL._SL75_.jpg",
    "song": "Family Hapiness",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mountain Goats",
    "artist_ids": [
        "9639cd52-c351-4a17-9797-58880e95a7ef"
    ],
    "album": "The Coroner's Gambit",
    "release_id": "e022d75b-efad-4e5d-a192-970888da9532",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher Records"
    ],
    "label_ids": [
        "ab282a9a-6440-4e08-a7c5-64735a892f3e"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}