Information about plays

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

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

{
    "id": 1256751,
    "uri": "https://api.kexp.org/v2/plays/1256751/?format=api",
    "airdate": "2007-07-20T00:42:14-07:00",
    "show": 22008,
    "show_uri": "https://api.kexp.org/v2/shows/22008/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/518CqJ7HsqL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/518CqJ7HsqL._SL75_.jpg",
    "song": "Millionaire",
    "track_id": "88a0b7cd-d013-470c-92e6-124a568382a0",
    "recording_id": null,
    "artist": "The Mekons",
    "artist_ids": [
        "66d2169c-dea5-46d3-b4cb-52ed87b24ab0"
    ],
    "album": "I Love Mekons",
    "release_id": "81bd9da0-9648-4563-b58e-a3187b299f3c",
    "release_group_id": null,
    "labels": [
        "1/4 Stick"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}