Information about plays

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

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

{
    "id": 430848,
    "uri": "https://api.kexp.org/v2/plays/430848/?format=api",
    "airdate": "2001-06-03T09:24:42-07:00",
    "show": 7245,
    "show_uri": "https://api.kexp.org/v2/shows/7245/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VjuzftvnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VjuzftvnL._SL75_.jpg",
    "song": "Rolling & Tumbling",
    "track_id": "0df3c7b1-9e3b-4e27-b2dd-27e81b3d6d31",
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [
        "355eed00-6c40-4d33-940a-600b2597407a"
    ],
    "album": "Well ... Well ... Well",
    "release_id": "e5f15d00-910c-4e51-8532-1056f0f791e0",
    "release_group_id": null,
    "labels": [
        "M.C. Records"
    ],
    "label_ids": [
        "72628d04-3dc5-4471-a876-768ad68f214f"
    ],
    "release_date": "2001-03-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}