Information about plays

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

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

{
    "id": 1313173,
    "uri": "https://api.kexp.org/v2/plays/1313173/?format=api",
    "airdate": "2007-12-12T03:54:25-08:00",
    "show": 22967,
    "show_uri": "https://api.kexp.org/v2/shows/22967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51miLyaBbEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51miLyaBbEL._SL75_.jpg",
    "song": "Mon Monage A Moi",
    "track_id": null,
    "recording_id": null,
    "artist": "Clara Moreno",
    "artist_ids": [
        "560b6710-2193-4449-9eeb-d085b21e21e7"
    ],
    "album": "Meu Samba Torto",
    "release_id": "3f845485-06f0-432c-ae86-12c18e29a44b",
    "release_group_id": null,
    "labels": [
        "Compass Records"
    ],
    "label_ids": [
        "0f2029a4-9361-447b-967f-0693d70acf0d"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}