Information about plays

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

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

{
    "id": 1313755,
    "uri": "https://api.kexp.org/v2/plays/1313755/?format=api",
    "airdate": "2007-12-13T16:02:38-08:00",
    "show": 22976,
    "show_uri": "https://api.kexp.org/v2/shows/22976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61q9TXtKtDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61q9TXtKtDL._SL75_.jpg",
    "song": "The One I Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Rosie Thomas",
    "artist_ids": [
        "d4019e11-c719-4338-9198-4c03da0cfb6f"
    ],
    "album": "These Friends of Mine",
    "release_id": "658da0c0-fc77-444c-a834-c22f1006576a",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-12-12",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}