Information about plays

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

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

{
    "id": 1352265,
    "uri": "https://api.kexp.org/v2/plays/1352265/?format=api",
    "airdate": "2008-03-20T20:11:40-07:00",
    "show": 23620,
    "show_uri": "https://api.kexp.org/v2/shows/23620/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51x3GPMK1bL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51x3GPMK1bL._SL75_.jpg",
    "song": "Some Roads",
    "track_id": "f63e4679-da2a-4c96-b0e8-6936806b9d25",
    "recording_id": null,
    "artist": "Fred Eaglesmith & The Flathead Noodlers",
    "artist_ids": [
        "3172ddb0-5cb1-45d3-860c-4ce4d40454e3"
    ],
    "album": "Balin",
    "release_id": "9ccd2e49-c1e7-40b1-9bd4-4a4c0655af6d",
    "release_group_id": null,
    "labels": [
        "A Major Label"
    ],
    "label_ids": [
        "caf29c8b-4657-4d5b-a537-710974c4b235"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}