Information about plays

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

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

{
    "id": 530669,
    "uri": "https://api.kexp.org/v2/plays/530669/?format=api",
    "airdate": "2002-03-24T16:49:47-08:00",
    "show": 9188,
    "show_uri": "https://api.kexp.org/v2/shows/9188/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HERGF7EZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HERGF7EZL._SL75_.jpg",
    "song": "The Way You Been Treating Me",
    "track_id": "fe2ce09d-3b5a-49d9-8301-e519eaf59733",
    "recording_id": null,
    "artist": "Buddy Guy",
    "artist_ids": [
        "4336a134-d091-4e54-9967-c7c433db6d4e"
    ],
    "album": "The Very Best of Buddy Guy",
    "release_id": "007edb1b-9050-4855-9a7f-ab7e55a37fbe",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}