Information about plays

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

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

{
    "id": 515978,
    "uri": "https://api.kexp.org/v2/plays/515978/?format=api",
    "airdate": "2002-02-09T10:26: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": "Bread and Butter",
    "track_id": "fc73089a-75ba-4f97-8a61-fd9eab65eb54",
    "recording_id": null,
    "artist": "Leo Graham",
    "artist_ids": [
        "5a2a6ac0-3acb-47bf-bd80-f991d1aefae4"
    ],
    "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"
}