Information about plays

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

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

{
    "id": 1275854,
    "uri": "https://api.kexp.org/v2/plays/1275854/?format=api",
    "airdate": "2007-09-06T03:51:44-07:00",
    "show": 22330,
    "show_uri": "https://api.kexp.org/v2/shows/22330/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51sBzI7LrDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51sBzI7LrDL._SL75_.jpg",
    "song": "The Plastic Surgery Hall of Fame",
    "track_id": "59a5d3d0-da68-4866-9af5-b97eba88add1",
    "recording_id": null,
    "artist": "Schoolyard Heroes",
    "artist_ids": [
        "26bfcd89-b3f8-420e-8b9a-22f736e00c02"
    ],
    "album": "Abominations",
    "release_id": "033d69d8-7906-428a-aec7-2c0ceed99bca",
    "release_group_id": null,
    "labels": [
        "Stolen Transmission"
    ],
    "label_ids": [
        "9507ca3a-fed4-4115-bfa2-bb0715cf82ee"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}