Information about plays

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

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

{
    "id": 422875,
    "uri": "https://api.kexp.org/v2/plays/422875/?format=api",
    "airdate": "2001-05-09T20:48:45-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515DfwOfUBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515DfwOfUBL._SL75_.jpg",
    "song": "I'm Convicted",
    "track_id": "7f4c6751-19d3-48b4-9c70-f9640f529dfc",
    "recording_id": null,
    "artist": "Bad Livers",
    "artist_ids": [
        "52136679-5be1-403a-ab23-a3a934646daa"
    ],
    "album": "Industry and Thrift",
    "release_id": "1948e8f8-c1e6-4be8-9c9b-67cb42de59d6",
    "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"
}