Information about plays

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

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

{
    "id": 499164,
    "uri": "https://api.kexp.org/v2/plays/499164/?format=api",
    "airdate": "2001-12-21T13:34:00-08:00",
    "show": 8565,
    "show_uri": "https://api.kexp.org/v2/shows/8565/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31CCVZJZ21L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31CCVZJZ21L._SL75_.jpg",
    "song": "Flying Guillotine",
    "track_id": "aabc8a1d-8119-4250-ad12-a9b5d30a7d47",
    "recording_id": null,
    "artist": "Buckethead",
    "artist_ids": [
        "b5179744-f217-4455-9d8b-17b8d4fdeb93"
    ],
    "album": "The Day of the Robot",
    "release_id": "dd3d30c6-97c3-485e-9c81-c63f1a6292a1",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}