Information about plays

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

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

{
    "id": 1381199,
    "uri": "https://api.kexp.org/v2/plays/1381199/?format=api",
    "airdate": "2008-06-02T10:11:00-07:00",
    "show": 24110,
    "show_uri": "https://api.kexp.org/v2/shows/24110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Pr0EfU1DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Pr0EfU1DL._SL75_.jpg",
    "song": "Bo's Guitar",
    "track_id": "797c4a21-d7b3-4a9d-9a60-0a745c18f6b8",
    "recording_id": null,
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Go Bo Diddley",
    "release_id": "a40946c7-1582-4c6b-b39e-430638a15995",
    "release_group_id": null,
    "labels": [
        "Chess Records"
    ],
    "label_ids": [
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "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"
}