Information about plays

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

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

{
    "id": 1307061,
    "uri": "https://api.kexp.org/v2/plays/1307061/?format=api",
    "airdate": "2007-11-26T16:25:00-08:00",
    "show": 22865,
    "show_uri": "https://api.kexp.org/v2/shows/22865/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51wotisotxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51wotisotxL._SL75_.jpg",
    "song": "Galaxies",
    "track_id": null,
    "recording_id": null,
    "artist": "Laura Veirs",
    "artist_ids": [
        "8951c87f-f730-4247-b442-52ed14ad6a97"
    ],
    "album": "Year of Meteors",
    "release_id": "e3b767e3-b67b-4986-afb5-1afb9799d238",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "2005-08-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}