Information about plays

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

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

{
    "id": 439640,
    "uri": "https://api.kexp.org/v2/plays/439640/?format=api",
    "airdate": "2001-06-28T22:40:00-07:00",
    "show": 7411,
    "show_uri": "https://api.kexp.org/v2/shows/7411/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11YP5M3F1HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11YP5M3F1HL._SL75_.jpg",
    "song": "Five Finger Method",
    "track_id": "ccaeaa88-2883-4cd9-8bb6-ebcd07d7e2fe",
    "recording_id": null,
    "artist": "The Roots of Orchis",
    "artist_ids": [
        "a850ae8d-45ad-4cc7-a865-aac586c857c3"
    ],
    "album": "The Roots of Orchis",
    "release_id": "061fa960-483e-4506-8aff-acf52a44c601",
    "release_group_id": null,
    "labels": [
        "Slowdance Records"
    ],
    "label_ids": [
        "4e41f4a4-7a03-4fc9-94b3-80f49e1109ff"
    ],
    "release_date": "2001-10-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}