Information about plays

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

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

{
    "id": 491389,
    "uri": "https://api.kexp.org/v2/plays/491389/?format=api",
    "airdate": "2001-11-28T23:00:00-08:00",
    "show": 8420,
    "show_uri": "https://api.kexp.org/v2/shows/8420/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51TB0B67PVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51TB0B67PVL._SL75_.jpg",
    "song": "Glistening Glyndebourg",
    "track_id": null,
    "recording_id": null,
    "artist": "John Martyn",
    "artist_ids": [
        "e821a756-487f-4931-a02f-27cf11cec7bf"
    ],
    "album": "Sweet Little Mysteries: The Island Anthology (disc 2)",
    "release_id": "9f1c78a1-7cfc-4279-a980-23e8c71f2120",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}