Information about plays

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

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

{
    "id": 529600,
    "uri": "https://api.kexp.org/v2/plays/529600/?format=api",
    "airdate": "2002-03-21T10:20:43-08:00",
    "show": 9165,
    "show_uri": "https://api.kexp.org/v2/shows/9165/?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": "Lovetown",
    "track_id": "b38e6a68-545e-493b-b52f-230eaf4be811",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}