Information about plays

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

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

{
    "id": 414922,
    "uri": "https://api.kexp.org/v2/plays/414922/?format=api",
    "airdate": "2001-04-13T08:00:00-07:00",
    "show": 6920,
    "show_uri": "https://api.kexp.org/v2/shows/6920/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Jsega8WVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Jsega8WVL._SL75_.jpg",
    "song": "No Bamboo",
    "track_id": "b906c45e-f6f4-4842-830d-aa2932768420",
    "recording_id": null,
    "artist": "Ian Simmonds",
    "artist_ids": [
        "da692f1f-16ec-4fcd-a32c-77d6b1fa81d7"
    ],
    "album": "Return to X",
    "release_id": "5bb5c1d6-33af-44f1-95c6-6f8cabe55b07",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2000-07-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}