Information about plays

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

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

{
    "id": 1195677,
    "uri": "https://api.kexp.org/v2/plays/1195677/?format=api",
    "airdate": "2007-02-11T17:39:06-08:00",
    "show": 20960,
    "show_uri": "https://api.kexp.org/v2/shows/20960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dLQxkmdLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dLQxkmdLL._SL75_.jpg",
    "song": "Tarlaashkyn",
    "track_id": "1f641eaf-cc4c-4115-a9bd-5b3072d0b305",
    "recording_id": null,
    "artist": "Huun-Huur-Tu",
    "artist_ids": [
        "6e3d75a2-b371-4156-a1c1-7b56e1c965a3"
    ],
    "album": "Where Young Grass Grows",
    "release_id": "cb0eb250-5eea-42c4-9612-eaa66178eb36",
    "release_group_id": null,
    "labels": [
        "ORC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}