Information about plays

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

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

{
    "id": 515837,
    "uri": "https://api.kexp.org/v2/plays/515837/?format=api",
    "airdate": "2002-02-08T22:52:00-08:00",
    "show": 8893,
    "show_uri": "https://api.kexp.org/v2/shows/8893/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51bZM38DaGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51bZM38DaGL._SL75_.jpg",
    "song": "Paris Au Printemps",
    "track_id": "6192c695-bb9c-4c70-88ec-9777552e4b4e",
    "recording_id": null,
    "artist": "The Grace Period",
    "artist_ids": [
        "c71fe634-2eab-4e3d-8b1c-473374b64301"
    ],
    "album": "Dynasty",
    "release_id": "e8e003a5-c77b-4866-ba21-d36a731e82c2",
    "release_group_id": null,
    "labels": [
        "ADR"
    ],
    "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"
}