Information about plays

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

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

{
    "id": 1380659,
    "uri": "https://api.kexp.org/v2/plays/1380659/?format=api",
    "airdate": "2008-05-31T16:50:41-07:00",
    "show": 24096,
    "show_uri": "https://api.kexp.org/v2/shows/24096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61gZihpAwmL._SL75_.jpg",
    "song": "High Times",
    "track_id": "5fcd919f-06e1-4cd2-bb9a-a13165737f55",
    "recording_id": null,
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "IV",
    "release_id": "6f281a10-3cb3-482e-b93d-c8edb1314456",
    "release_group_id": null,
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "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"
}