Information about plays

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

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

{
    "id": 430654,
    "uri": "https://api.kexp.org/v2/plays/430654/?format=api",
    "airdate": "2001-06-02T14:56:15-07:00",
    "show": 7239,
    "show_uri": "https://api.kexp.org/v2/shows/7239/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61BUiRu8-6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61BUiRu8-6L._SL75_.jpg",
    "song": "Fifteen Keys",
    "track_id": "f350efc2-2c66-41f9-867f-515eb0240391",
    "recording_id": null,
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "Anodyne",
    "release_id": "16f91bd3-af0d-4f20-b9ea-f30deabb05d4",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1993-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}