Information about plays

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

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

{
    "id": 516944,
    "uri": "https://api.kexp.org/v2/plays/516944/?format=api",
    "airdate": "2002-02-12T09:12:00-08:00",
    "show": 8918,
    "show_uri": "https://api.kexp.org/v2/shows/8918/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31MDNCFW6RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31MDNCFW6RL._SL75_.jpg",
    "song": "When I Laugh",
    "track_id": "a2e7abaf-d9b0-48c9-b6e2-479dfbcd4919",
    "recording_id": null,
    "artist": "The Glands",
    "artist_ids": [
        "a90f2c40-85db-4f30-8b15-5b452a21d513"
    ],
    "album": "The Glands",
    "release_id": "8cc94be7-ce64-4c34-ac00-5ebffa6bc9b4",
    "release_group_id": null,
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}