Information about plays

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

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

{
    "id": 1288681,
    "uri": "https://api.kexp.org/v2/plays/1288681/?format=api",
    "airdate": "2007-10-09T02:38:20-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?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": [
        "Castle Communications"
    ],
    "label_ids": [
        "f3acf224-8e44-49a1-a3a1-6ed1ea5f5016"
    ],
    "release_date": "1968-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}