Information about plays

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

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

{
    "id": 1315913,
    "uri": "https://api.kexp.org/v2/plays/1315913/?format=api",
    "airdate": "2007-12-19T03:04:04-08:00",
    "show": 23012,
    "show_uri": "https://api.kexp.org/v2/shows/23012/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Bg9j1zHFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Bg9j1zHFL._SL75_.jpg",
    "song": "Strange Love",
    "track_id": "90023c6c-7433-4c18-a327-af4f34861e86",
    "recording_id": null,
    "artist": "Little Annie",
    "artist_ids": [
        "235f6e38-a1d3-406c-9c2c-01b8c2859ffa"
    ],
    "album": "Songs From the Coal Mine Canary",
    "release_id": "f54080c7-98af-4c48-9bca-55154686f7dd",
    "release_group_id": null,
    "labels": [
        "Durtro Jnana"
    ],
    "label_ids": [
        "230e13b7-f0a6-4dc8-b9ac-c77771f22662"
    ],
    "release_date": "2006-04-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}