Information about plays

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

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

{
    "id": 459582,
    "uri": "https://api.kexp.org/v2/plays/459582/?format=api",
    "airdate": "2001-08-26T00:40:00-07:00",
    "show": 7794,
    "show_uri": "https://api.kexp.org/v2/shows/7794/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614X5VCw-aL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614X5VCw-aL._SL75_.jpg",
    "song": "Siente munacie'",
    "track_id": "9cdc2c6a-bf34-4abb-9d82-fcfc6cc63d5a",
    "recording_id": null,
    "artist": "Spaccanapoli",
    "artist_ids": [
        "2b1210a9-40f2-49d0-a6b8-d5e493ed69ce"
    ],
    "album": "Lost Souls",
    "release_id": "b1775223-71a7-4bb6-ac1a-33730dbcfdfb",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-07-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}