Information about plays

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

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

{
    "id": 1195703,
    "uri": "https://api.kexp.org/v2/plays/1195703/?format=api",
    "airdate": "2007-02-11T18:45:00-08:00",
    "show": 20961,
    "show_uri": "https://api.kexp.org/v2/shows/20961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410mKLL5UHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410mKLL5UHL._SL75_.jpg",
    "song": "30 Something",
    "track_id": "fc62f97a-5346-4445-96d1-1cb8b3b38381",
    "recording_id": null,
    "artist": "Jay Z",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac"
    ],
    "album": "Kingdom Come",
    "release_id": "cb6fc494-cb96-4a8f-b97d-616c4fc551f1",
    "release_group_id": null,
    "labels": [
        "Rocafella"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}