Information about plays

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

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

{
    "id": 444167,
    "uri": "https://api.kexp.org/v2/plays/444167/?format=api",
    "airdate": "2001-07-12T00:26:15-07:00",
    "show": 7496,
    "show_uri": "https://api.kexp.org/v2/shows/7496/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YGS6ESW1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YGS6ESW1L._SL75_.jpg",
    "song": "Boiling Spring",
    "track_id": null,
    "recording_id": null,
    "artist": "Wimme",
    "artist_ids": [
        "6288587d-d139-4a44-a11b-ed7ec5f8bd3e"
    ],
    "album": "Wimme",
    "release_id": "daa69c86-b159-47c4-9f13-745cab0bbc06",
    "release_group_id": null,
    "labels": [
        "Rockadillo"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}