Information about plays

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

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

{
    "id": 1313560,
    "uri": "https://api.kexp.org/v2/plays/1313560/?format=api",
    "airdate": "2007-12-13T02:57:14-08:00",
    "show": 22973,
    "show_uri": "https://api.kexp.org/v2/shows/22973/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61GqNjB%2B6XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61GqNjB%2B6XL._SL75_.jpg",
    "song": "9/4 The Ladies",
    "track_id": null,
    "recording_id": null,
    "artist": "Balkan Beat Box",
    "artist_ids": [
        "aaaca27e-cbb4-42d8-91be-57e902120817"
    ],
    "album": "Balkan Beat Box",
    "release_id": "4644919a-0e47-4f19-b475-68fe1ff8a62a",
    "release_group_id": null,
    "labels": [
        "ORC"
    ],
    "label_ids": [],
    "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"
}