Information about plays

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

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

{
    "id": 419957,
    "uri": "https://api.kexp.org/v2/plays/419957/?format=api",
    "airdate": "2001-05-01T04:00:00-07:00",
    "show": 7025,
    "show_uri": "https://api.kexp.org/v2/shows/7025/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5192D-%2BvamL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5192D-%2BvamL._SL75_.jpg",
    "song": "Small Change (Got Rained on With His Own .38)",
    "track_id": "67c5a6b7-0c5e-47d3-a2f3-e00fa5f2c092",
    "recording_id": null,
    "artist": "Tom Waits",
    "artist_ids": [
        "c3aeb863-7b26-4388-94e8-5a240f2be21b"
    ],
    "album": "Small Change",
    "release_id": "8734dbcb-45f1-4051-a326-11a8f855f0b0",
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1976-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}