Information about plays

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

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

{
    "id": 432372,
    "uri": "https://api.kexp.org/v2/plays/432372/?format=api",
    "airdate": "2001-06-07T18:02:51-07:00",
    "show": 7273,
    "show_uri": "https://api.kexp.org/v2/shows/7273/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51j08E49ZgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51j08E49ZgL._SL75_.jpg",
    "song": "Just Can't Live That Fast (Any More)",
    "track_id": "b63d55ce-9f9f-45dc-ab00-c588fedc7b36",
    "recording_id": null,
    "artist": "Lefty Frizzell",
    "artist_ids": [
        "bc1c9fba-bb4a-4f4a-91d2-ecf891376434"
    ],
    "album": "Look What Thoughts Will Do",
    "release_id": "c6a8ead9-ebb6-4cb2-a699-a8bd60d58ce0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "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"
}