Information about plays

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

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

{
    "id": 1275559,
    "uri": "https://api.kexp.org/v2/plays/1275559/?format=api",
    "airdate": "2007-09-05T10:24:38-07:00",
    "show": 22326,
    "show_uri": "https://api.kexp.org/v2/shows/22326/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VB2S4X4HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VB2S4X4HL._SL75_.jpg",
    "song": "North Bronx French Marie",
    "track_id": null,
    "recording_id": null,
    "artist": "Stew",
    "artist_ids": [
        "e211367b-efd7-43b6-a4ba-1defb4dc1fb0"
    ],
    "album": "The Naked Dutch Painter and Other Songs",
    "release_id": "388a3813-a665-46d7-b3f1-b0fd1fca2a4b",
    "release_group_id": null,
    "labels": [
        "Image Entertainment"
    ],
    "label_ids": [
        "565b553f-8eb4-4c71-a4d4-02ce93a36b79"
    ],
    "release_date": "2002-04-02",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}