Information about plays

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

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

{
    "id": 420454,
    "uri": "https://api.kexp.org/v2/plays/420454/?format=api",
    "airdate": "2001-05-02T12:47:08-07:00",
    "show": 7035,
    "show_uri": "https://api.kexp.org/v2/shows/7035/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DVKBTCB6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DVKBTCB6L._SL75_.jpg",
    "song": "All Mixed Up",
    "track_id": null,
    "recording_id": null,
    "artist": "Red House Painters",
    "artist_ids": [
        "06e59c30-5e21-4318-96e8-7a5f7e309af1"
    ],
    "album": "Songs for a Blue Guitar",
    "release_id": "4d8225c8-ee55-4fff-8d4b-bb9f81348593",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1996-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}