Information about plays

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

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

{
    "id": 515956,
    "uri": "https://api.kexp.org/v2/plays/515956/?format=api",
    "airdate": "2002-02-09T09:17:00-08:00",
    "show": 8896,
    "show_uri": "https://api.kexp.org/v2/shows/8896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WQWNME4GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WQWNME4GL._SL75_.jpg",
    "song": "Ethiopian Rock",
    "track_id": "7a61b3cf-0ab8-4924-bda3-da3bf2c687cc",
    "recording_id": null,
    "artist": "Leonard Dillon & The Upsetters",
    "artist_ids": [
        "10b65a0c-5d8f-4c42-ad68-b6a842e9919f"
    ],
    "album": "Truth and Wizdom 1971-9175",
    "release_id": "0603d170-4a9d-41c8-8ece-ad481881823c",
    "release_group_id": null,
    "labels": [
        "Ascension Records"
    ],
    "label_ids": [
        "72766ca2-3d9a-435e-95c1-177f7bf3c79c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}