Information about plays

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

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

{
    "id": 452212,
    "uri": "https://api.kexp.org/v2/plays/452212/?format=api",
    "airdate": "2001-08-04T16:53:41-07:00",
    "show": 7648,
    "show_uri": "https://api.kexp.org/v2/shows/7648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416YK1SGEML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416YK1SGEML._SL75_.jpg",
    "song": "Lucky Me",
    "track_id": "50bf2bb6-3578-4969-adbb-efbd619f0186",
    "recording_id": null,
    "artist": "Kim Virant",
    "artist_ids": [
        "c73acb5b-fc56-4294-b5fd-1b60d490451c"
    ],
    "album": "Stealing Days",
    "release_id": "6679323c-d897-4f8b-bf19-fb380078f3b6",
    "release_group_id": null,
    "labels": [
        "Good-Ink"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}