Information about plays

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

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

{
    "id": 1378095,
    "uri": "https://api.kexp.org/v2/plays/1378095/?format=api",
    "airdate": "2008-05-24T17:20:34-07:00",
    "show": 24050,
    "show_uri": "https://api.kexp.org/v2/shows/24050/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/2108ATE1HSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/2108ATE1HSL._SL75_.jpg",
    "song": "The Village Green Preservation Society",
    "track_id": "1d1df62e-0d07-48d1-ad33-5304df67569b",
    "recording_id": null,
    "artist": "The Kinks",
    "artist_ids": [
        "17b53d9f-5c63-4a09-a593-dde4608e0db9"
    ],
    "album": "The Village Green Preservation Society",
    "release_id": "c9bb2704-e12b-4fa6-94d2-4f70e6dd4a52",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}