Information about plays

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

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

{
    "id": 1392082,
    "uri": "https://api.kexp.org/v2/plays/1392082/?format=api",
    "airdate": "2008-07-01T00:00:00-07:00",
    "show": 24297,
    "show_uri": "https://api.kexp.org/v2/shows/24297/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u0bXsG7sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u0bXsG7sL._SL75_.jpg",
    "song": "Tough",
    "track_id": "1ece3544-f699-4f4e-ac20-bcfcbcc065d5",
    "recording_id": null,
    "artist": "Dave Douglas & Keystone",
    "artist_ids": [
        "1583dc8d-4f93-4fb9-ad1a-f21982e4e8a0"
    ],
    "album": "Moonshine",
    "release_id": "1148cdbe-14c4-4899-b2b1-5975764b5737",
    "release_group_id": null,
    "labels": [
        "Greenleaf Music"
    ],
    "label_ids": [
        "1b7980eb-26fe-40e1-982e-2cf60446ab94"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}