Information about plays

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

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

{
    "id": 1177532,
    "uri": "https://api.kexp.org/v2/plays/1177532/?format=api",
    "airdate": "2006-12-27T12:58:35-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31PFMQFd61L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31PFMQFd61L._SL75_.jpg",
    "song": "Blue Stockings",
    "track_id": "de2ca7e9-e7b3-44ac-ac85-3fefc1dc6a8d",
    "recording_id": null,
    "artist": "Mary's Danish",
    "artist_ids": [
        "feddf865-03fc-44c4-bce5-60f131783fb5"
    ],
    "album": "Experience",
    "release_id": "03312968-2d24-4be9-b425-b517a0bc1fcb",
    "release_group_id": null,
    "labels": [
        "Chameleon Records"
    ],
    "label_ids": [
        "35e1eb64-234d-4195-84f9-92b6ce76e7c3"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}