Information about plays

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

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

{
    "id": 1195870,
    "uri": "https://api.kexp.org/v2/plays/1195870/?format=api",
    "airdate": "2007-02-12T03:52:26-08:00",
    "show": 20964,
    "show_uri": "https://api.kexp.org/v2/shows/20964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/419u%2B-HnkVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/419u%2B-HnkVL._SL75_.jpg",
    "song": "Yr Web",
    "track_id": "30c2fa64-bbea-4325-8811-8759e6981c9a",
    "recording_id": null,
    "artist": "Silkworm",
    "artist_ids": [
        "64c9ed9d-0b97-4e01-946c-2ef5f342e236"
    ],
    "album": "Lifestyle",
    "release_id": "52a331c9-9068-4bef-b6ba-db6d45fd2df2",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}