Information about plays

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

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

{
    "id": 1053614,
    "uri": "https://api.kexp.org/v2/plays/1053614/?format=api",
    "airdate": "2006-02-05T12:00:54-08:00",
    "show": 18511,
    "show_uri": "https://api.kexp.org/v2/shows/18511/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EKtT95JQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EKtT95JQL._SL75_.jpg",
    "song": "Happy-Go-Lucky Local",
    "track_id": "bb96a573-195b-4ab2-8466-d0fd0021c69c",
    "recording_id": null,
    "artist": "Duke Ellington & His Orchestra",
    "artist_ids": [
        "c01557ad-d41e-4316-a285-605769e2ab3b"
    ],
    "album": "The Best of Duke Ellington",
    "release_id": "03792072-6df9-401c-8f23-d6439afad352",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "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"
}