Information about plays

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

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

{
    "id": 511781,
    "uri": "https://api.kexp.org/v2/plays/511781/?format=api",
    "airdate": "2002-01-28T15:53:00-08:00",
    "show": 8820,
    "show_uri": "https://api.kexp.org/v2/shows/8820/?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": "Pá Lante",
    "track_id": "1f3e41e3-75ad-4329-8631-a07628f7b14f",
    "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": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "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"
}