Information about plays

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

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

{
    "id": 509196,
    "uri": "https://api.kexp.org/v2/plays/509196/?format=api",
    "airdate": "2002-01-21T01:51:00-08:00",
    "show": 8771,
    "show_uri": "https://api.kexp.org/v2/shows/8771/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KRRkCyRiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KRRkCyRiL._SL75_.jpg",
    "song": "Embrace the Chaos (feat. Common)",
    "track_id": "e032cf87-5461-45a0-b9b5-09d690b9f1fd",
    "recording_id": null,
    "artist": "Ozomatli",
    "artist_ids": [
        "7e54639b-ee66-4452-a612-918d4c3c73c4"
    ],
    "album": "Embrace the Chaos",
    "release_id": "5551695c-400b-4ff8-98ff-7a194dd86988",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2001-09-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}