Information about plays

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

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

{
    "id": 1380650,
    "uri": "https://api.kexp.org/v2/plays/1380650/?format=api",
    "airdate": "2008-05-31T15:38:47-07:00",
    "show": 24096,
    "show_uri": "https://api.kexp.org/v2/shows/24096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31991VJ86XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31991VJ86XL._SL75_.jpg",
    "song": "What Do I Get?",
    "track_id": null,
    "recording_id": null,
    "artist": "The Buzzcocks",
    "artist_ids": [
        "31e9c35b-2675-4632-8596-f9bd9286f6c8"
    ],
    "album": "Operators Manual",
    "release_id": "0d36ecd0-3f72-4072-827b-f5175bfed785",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "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"
}