Information about plays

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

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

{
    "id": 1275335,
    "uri": "https://api.kexp.org/v2/plays/1275335/?format=api",
    "airdate": "2007-09-04T22:30:52-07:00",
    "show": 22323,
    "show_uri": "https://api.kexp.org/v2/shows/22323/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51syI5C34BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51syI5C34BL._SL75_.jpg",
    "song": "Tougher Than the Rest",
    "track_id": "ecec813b-3658-493f-b867-d4f696e8c96d",
    "recording_id": null,
    "artist": "The Mendoza Line",
    "artist_ids": [
        "ab3434bd-0ca5-409f-af6f-4fce65ff219c"
    ],
    "album": "30 Year Low (disc 2: Final Reflections of the Legendary Malcontent)",
    "release_id": "1a48d658-df39-4fc5-9856-f3b879354076",
    "release_group_id": null,
    "labels": [
        "Glurp Records"
    ],
    "label_ids": [
        "cb54c745-c785-4dcb-ad5c-0a3f19ab8900"
    ],
    "release_date": "2007-08-21",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}