Information about plays

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

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

{
    "id": 1393240,
    "uri": "https://api.kexp.org/v2/plays/1393240/?format=api",
    "airdate": "2008-07-03T20:04:00-07:00",
    "show": 24314,
    "show_uri": "https://api.kexp.org/v2/shows/24314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BAVeSSzNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BAVeSSzNL._SL75_.jpg",
    "song": "This I Know",
    "track_id": null,
    "recording_id": null,
    "artist": "The Band of Heathens",
    "artist_ids": [
        "913cd338-9439-4106-ab5f-76f98c48daee"
    ],
    "album": "The Band of Heathens",
    "release_id": "5e0602b8-2725-429d-ac46-e948ff49a103",
    "release_group_id": null,
    "labels": [
        "BOH Records"
    ],
    "label_ids": [
        "d04bb0a7-70b8-4ca5-b5af-c80f14dbee32"
    ],
    "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"
}