Information about plays

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

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

{
    "id": 506776,
    "uri": "https://api.kexp.org/v2/plays/506776/?format=api",
    "airdate": "2002-01-14T00:44:00-08:00",
    "show": 8723,
    "show_uri": "https://api.kexp.org/v2/shows/8723/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51ThMz-%2B0jL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51ThMz-%2B0jL._SL75_.jpg",
    "song": "Gooden's Corner",
    "track_id": "9bbd0ea7-2cea-4d6e-8abd-e7d040b41f54",
    "recording_id": null,
    "artist": "Grant Green",
    "artist_ids": [
        "1a88b270-d763-48d5-a62c-2bb9cabb140c"
    ],
    "album": "The Complete Quartets With Sonny Clark (disc 2)",
    "release_id": "37895972-3259-4d93-8f86-de32bacc1065",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}