Information about plays

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

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

{
    "id": 497064,
    "uri": "https://api.kexp.org/v2/plays/497064/?format=api",
    "airdate": "2001-12-15T12:59:00-08:00",
    "show": 8526,
    "show_uri": "https://api.kexp.org/v2/shows/8526/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51aE%2Bp3-mOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51aE%2Bp3-mOL._SL75_.jpg",
    "song": "Polkadots and Moonbeams",
    "track_id": "fd465808-24f5-413b-9898-d981042557f8",
    "recording_id": null,
    "artist": "Hot Club of Cowtown",
    "artist_ids": [
        "7e7e9fe3-69d9-407e-b5d3-a4906ca73740"
    ],
    "album": "Tall Tales",
    "release_id": "22b45f8e-30ee-4e9d-95c4-1fb447e2c382",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "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"
}