Information about plays

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

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

{
    "id": 1197085,
    "uri": "https://api.kexp.org/v2/plays/1197085/?format=api",
    "airdate": "2007-02-15T05:29:46-08:00",
    "show": 20982,
    "show_uri": "https://api.kexp.org/v2/shows/20982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61sWfC6twYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61sWfC6twYL._SL75_.jpg",
    "song": "Tobacco Road",
    "track_id": "351429a1-1bac-4ea0-8079-1c67d9ec926f",
    "recording_id": null,
    "artist": "Southern Culture On The Skids",
    "artist_ids": [
        "90c88f94-8b70-49fd-9726-cadf4306ef42"
    ],
    "album": "Countrypolitan Favorites",
    "release_id": "61d621f7-9a11-41e1-95f0-ce87a262a5bd",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2007-02-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}