Information about plays

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

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

{
    "id": 1379768,
    "uri": "https://api.kexp.org/v2/plays/1379768/?format=api",
    "airdate": "2008-05-28T23:51:00-07:00",
    "show": 24079,
    "show_uri": "https://api.kexp.org/v2/shows/24079/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51rZa4tjBFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51rZa4tjBFL._SL75_.jpg",
    "song": "Willow Trees Bend",
    "track_id": "edfe9a99-77ee-4b7b-a15f-6b2c1f1e6dea",
    "recording_id": null,
    "artist": "Bonnie \"Prince\" Billy",
    "artist_ids": [
        "7b0a63b2-b8e8-490e-b724-1d30cb5edfe3"
    ],
    "album": "Lie Down in the Light",
    "release_id": "4edc41d0-af7f-4a1a-b1c5-87c2528be3ac",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}