Information about plays

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

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

{
    "id": 430558,
    "uri": "https://api.kexp.org/v2/plays/430558/?format=api",
    "airdate": "2001-06-02T09:18:56-07:00",
    "show": 7238,
    "show_uri": "https://api.kexp.org/v2/shows/7238/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51H190QG4CL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51H190QG4CL._SL75_.jpg",
    "song": "Zion's Blood",
    "track_id": "1ed5020f-dd4b-4269-ae3d-6f78f540fb2a",
    "recording_id": null,
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Super Ape",
    "release_id": "902b98d0-d45b-4dbd-8137-47fefb5157c5",
    "release_group_id": null,
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}