Information about plays

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

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

{
    "id": 496855,
    "uri": "https://api.kexp.org/v2/plays/496855/?format=api",
    "airdate": "2001-12-14T20:40:00-08:00",
    "show": 8521,
    "show_uri": "https://api.kexp.org/v2/shows/8521/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41a2HgYOVDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41a2HgYOVDL._SL75_.jpg",
    "song": "Pan Handle Rag",
    "track_id": "54cf2506-ef7b-4b81-b0d8-8c5923631f0b",
    "recording_id": null,
    "artist": "Leon McAuliffe and His Western Swing Band",
    "artist_ids": [
        "0e018475-de13-481e-bdfd-a11f44ed4ccc"
    ],
    "album": "Hillbilly Fever, Volume 1: Legends of Western Swing",
    "release_id": "8f408528-ad89-4786-baa3-7dfd7adc67ea",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1995-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}