Information about plays

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

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

{
    "id": 1177458,
    "uri": "https://api.kexp.org/v2/plays/1177458/?format=api",
    "airdate": "2006-12-27T07:43:10-08:00",
    "show": 20647,
    "show_uri": "https://api.kexp.org/v2/shows/20647/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51F5R6lDi1L._SL75_.jpg",
    "song": "Fall on Me",
    "track_id": "c0c845ba-e043-4058-adec-bab9853e0ec2",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "And I Feel Fine... The Best of the I.R.S. Years 1982-1987",
    "release_id": "10798e2e-0798-44f7-99fa-d81bc4b44b05",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}