Information about plays

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

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

{
    "id": 1195492,
    "uri": "https://api.kexp.org/v2/plays/1195492/?format=api",
    "airdate": "2007-02-11T00:49:00-08:00",
    "show": 20955,
    "show_uri": "https://api.kexp.org/v2/shows/20955/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61JMZCAS3ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61JMZCAS3ZL._SL75_.jpg",
    "song": "Steady, as She Goes",
    "track_id": null,
    "recording_id": null,
    "artist": "The Raconteurs",
    "artist_ids": [
        "be407b02-f3e6-4ed5-9489-f8e5f0ab36dc"
    ],
    "album": "Broken Boy Soldiers",
    "release_id": "0d6ea51b-d4bc-4e87-8db6-0f5110602594",
    "release_group_id": null,
    "labels": [
        "Asian Man Records"
    ],
    "label_ids": [
        "79cae522-8d5a-4535-a760-575b58f8957d"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}