Information about plays

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

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

{
    "id": 501170,
    "uri": "https://api.kexp.org/v2/plays/501170/?format=api",
    "airdate": "2001-12-28T01:15:00-08:00",
    "show": 8606,
    "show_uri": "https://api.kexp.org/v2/shows/8606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R79QCNK6L._SL75_.jpg",
    "song": "Tha Choice",
    "track_id": "d6af523f-07d5-4444-9087-942f59f182d3",
    "recording_id": null,
    "artist": "Zion I",
    "artist_ids": [
        "85823097-9e6c-4876-a04a-8a761a477992"
    ],
    "album": "Mind Over Matter",
    "release_id": "82aa6d55-5a8e-4006-bbc1-57a788f917ec",
    "release_group_id": null,
    "labels": [
        "NGA/Ground Control"
    ],
    "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"
}