Information about plays

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

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

{
    "id": 427015,
    "uri": "https://api.kexp.org/v2/plays/427015/?format=api",
    "airdate": "2001-05-22T21:04:00-07:00",
    "show": 7172,
    "show_uri": "https://api.kexp.org/v2/shows/7172/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NKWEW7ATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NKWEW7ATL._SL75_.jpg",
    "song": "Poison Gorgeous",
    "track_id": "43e27cae-9008-4e77-80bd-7101002ef303",
    "recording_id": null,
    "artist": "Violet Indiana",
    "artist_ids": [
        "5ec872b7-0645-4d9a-b067-bda029238df8"
    ],
    "album": "Roulette",
    "release_id": "0ad8a83a-7070-4cd0-bfae-aa5ca18fda8f",
    "release_group_id": null,
    "labels": [
        "Instinct"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}