Information about plays

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

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

{
    "id": 1381665,
    "uri": "https://api.kexp.org/v2/plays/1381665/?format=api",
    "airdate": "2008-06-04T01:41:02-07:00",
    "show": 24120,
    "show_uri": "https://api.kexp.org/v2/shows/24120/?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": "Easy Does It",
    "track_id": "b507f313-1fca-4791-aabb-3f768f331eed",
    "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": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}