Information about plays

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

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

{
    "id": 531796,
    "uri": "https://api.kexp.org/v2/plays/531796/?format=api",
    "airdate": "2002-03-27T16:12:10-08:00",
    "show": 9207,
    "show_uri": "https://api.kexp.org/v2/shows/9207/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21X34C62HVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21X34C62HVL._SL75_.jpg",
    "song": "Apple Gate",
    "track_id": "141c5be9-55c0-403b-a305-8645156c6d91",
    "recording_id": null,
    "artist": "Godzuki",
    "artist_ids": [
        "edf51ba8-fd05-4086-bc9a-ad48c0b098d2"
    ],
    "album": "Your Future",
    "release_id": "c713b803-c864-4258-ad4b-cbbbdd4bc0ac",
    "release_group_id": null,
    "labels": [
        "March Records"
    ],
    "label_ids": [
        "0c344d0c-76e5-4976-ab72-51639dc6ab41"
    ],
    "release_date": "2000-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}