Information about plays

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

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

{
    "id": 1414199,
    "uri": "https://api.kexp.org/v2/plays/1414199/?format=api",
    "airdate": "2008-08-25T17:17:56-07:00",
    "show": 24669,
    "show_uri": "https://api.kexp.org/v2/shows/24669/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61FVNkDw7pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61FVNkDw7pL._SL75_.jpg",
    "song": "Soda ",
    "track_id": null,
    "recording_id": null,
    "artist": "Champagne",
    "artist_ids": [
        "d15e163c-fca4-4126-9895-c2b272cf5f01"
    ],
    "album": "The Best of Champagne",
    "release_id": "85473ac2-bf33-427f-b16f-5c5145520c99",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}