Information about plays

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

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

{
    "id": 1177545,
    "uri": "https://api.kexp.org/v2/plays/1177545/?format=api",
    "airdate": "2006-12-27T13:46:39-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31GZCN2B88L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31GZCN2B88L._SL75_.jpg",
    "song": "Courage",
    "track_id": "25cf3c77-cbbc-4b12-9f87-eea4991cba1f",
    "recording_id": null,
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Silverbeet",
    "release_id": "88d51ad1-ea0a-421c-ab2e-af8bdaec4f10",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "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"
}