Information about plays

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

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

{
    "id": 1269182,
    "uri": "https://api.kexp.org/v2/plays/1269182/?format=api",
    "airdate": "2007-08-20T09:04:46-07:00",
    "show": 22221,
    "show_uri": "https://api.kexp.org/v2/shows/22221/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P7MQ59VVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P7MQ59VVL._SL75_.jpg",
    "song": "Little Round Mirrors",
    "track_id": null,
    "recording_id": null,
    "artist": "Harvey Danger",
    "artist_ids": [
        "822cb123-f728-4a1a-931c-fa27257bb83f"
    ],
    "album": "Little by Little...",
    "release_id": "9349afd9-1515-49e8-bd5f-74026ae1b157",
    "release_group_id": null,
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2006-07-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}