Information about plays

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

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

{
    "id": 1311236,
    "uri": "https://api.kexp.org/v2/plays/1311236/?format=api",
    "airdate": "2007-12-07T04:14:07-08:00",
    "show": 22933,
    "show_uri": "https://api.kexp.org/v2/shows/22933/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fZPcIOY6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fZPcIOY6L._SL75_.jpg",
    "song": "My Johnny",
    "track_id": "f025495d-b61b-411c-8e61-21500abf208d",
    "recording_id": null,
    "artist": "Karl Blau",
    "artist_ids": [
        "688d2d9d-8f49-4187-b558-2c961c699ab1"
    ],
    "album": "Beneath Waves",
    "release_id": "38af8f27-4a13-4036-a6bb-9f05b0630a29",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}