Information about plays

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

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

{
    "id": 1196397,
    "uri": "https://api.kexp.org/v2/plays/1196397/?format=api",
    "airdate": "2007-02-13T13:14:37-08:00",
    "show": 20972,
    "show_uri": "https://api.kexp.org/v2/shows/20972/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ulwv5WRfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ulwv5WRfL._SL75_.jpg",
    "song": "Dashboard",
    "track_id": null,
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "We Were Dead Before the Ship Even Sank",
    "release_id": "d63d427d-499c-4eb4-996e-535e36013766",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2007-03-20",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}