Information about plays

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

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

{
    "id": 1196211,
    "uri": "https://api.kexp.org/v2/plays/1196211/?format=api",
    "airdate": "2007-02-13T01:13:18-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oO9mfKXrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oO9mfKXrL._SL75_.jpg",
    "song": "Bleary-Eyed",
    "track_id": "eb291374-fb55-45ac-a515-b9e01bbb1ece",
    "recording_id": null,
    "artist": "Annuals",
    "artist_ids": [
        "c6156dc9-9e26-430d-adfb-55ca745f017f"
    ],
    "album": "Be He Me",
    "release_id": "d901e352-6ad2-4905-86d5-4b53e4143ec7",
    "release_group_id": null,
    "labels": [
        "Ace Fu Records"
    ],
    "label_ids": [
        "ec60a5f5-c860-497f-97fe-bb9c751d5ab4"
    ],
    "release_date": "2006-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}