Information about plays

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

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

{
    "id": 427364,
    "uri": "https://api.kexp.org/v2/plays/427364/?format=api",
    "airdate": "2001-05-23T20:10:35-07:00",
    "show": 7177,
    "show_uri": "https://api.kexp.org/v2/shows/7177/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HJGXWGZEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HJGXWGZEL._SL75_.jpg",
    "song": "Annabell Lee",
    "track_id": null,
    "recording_id": null,
    "artist": "Freakwater",
    "artist_ids": [
        "50e68a47-b6e4-4178-84d5-8955206a0b7f"
    ],
    "album": "Dancing Under Water",
    "release_id": "7c8ee17b-343c-4b4e-bb14-03ea35d2e838",
    "release_group_id": null,
    "labels": [],
    "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"
}