Information about plays

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

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

{
    "id": 1177923,
    "uri": "https://api.kexp.org/v2/plays/1177923/?format=api",
    "airdate": "2006-12-28T13:48:13-08:00",
    "show": 20654,
    "show_uri": "https://api.kexp.org/v2/shows/20654/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512S1WlARWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512S1WlARWL._SL75_.jpg",
    "song": "Wooden Heart",
    "track_id": "a4facee0-725c-451d-9d95-c90b2ef536a3",
    "recording_id": null,
    "artist": "The Features",
    "artist_ids": [
        "ad737fe7-0b69-44f8-937e-67f436cff02d"
    ],
    "album": "Contrast",
    "release_id": "8b78a089-f925-4c29-af6d-23e6d5f4c8c1",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}