Information about plays

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

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

{
    "id": 1197071,
    "uri": "https://api.kexp.org/v2/plays/1197071/?format=api",
    "airdate": "2007-02-15T04:33:48-08:00",
    "show": 20982,
    "show_uri": "https://api.kexp.org/v2/shows/20982/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51yHKCq1D2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51yHKCq1D2L._SL75_.jpg",
    "song": "Myage",
    "track_id": "63528683-6500-41b1-a0b6-693519e6a9aa",
    "recording_id": null,
    "artist": "Descendents",
    "artist_ids": [
        "f035837e-4117-438d-a524-cacf43500e68"
    ],
    "album": "Milo Goes to College",
    "release_id": "38532491-fd72-4331-81ff-873b089d6e75",
    "release_group_id": null,
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}