Information about plays

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

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

{
    "id": 414972,
    "uri": "https://api.kexp.org/v2/plays/414972/?format=api",
    "airdate": "2001-04-13T11:00:00-07:00",
    "show": 6921,
    "show_uri": "https://api.kexp.org/v2/shows/6921/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BiuUf2TxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BiuUf2TxL._SL75_.jpg",
    "song": "Bad Sister",
    "track_id": "eea1f523-b330-4789-ac39-e5d684cc98fa",
    "recording_id": null,
    "artist": "Snowpony",
    "artist_ids": [
        "51d48024-368b-4ab9-876c-9d29ef821620"
    ],
    "album": "The Slow-Motion World of Snowpony",
    "release_id": "e0993a1f-dac5-42ee-829c-31bbc270093a",
    "release_group_id": null,
    "labels": [
        "Radioactive"
    ],
    "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"
}