Information about plays

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

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

{
    "id": 449694,
    "uri": "https://api.kexp.org/v2/plays/449694/?format=api",
    "airdate": "2001-07-28T05:55:00-07:00",
    "show": 7600,
    "show_uri": "https://api.kexp.org/v2/shows/7600/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41F47NE46NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41F47NE46NL._SL75_.jpg",
    "song": "Vertical Pig",
    "track_id": "01a86af7-c53d-4a37-a766-c29056c1e586",
    "recording_id": null,
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "Lifeforms (disc 2)",
    "release_id": "57818611-849c-4e34-8482-1af9ce87e15d",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}