Information about plays

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

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

{
    "id": 532309,
    "uri": "https://api.kexp.org/v2/plays/532309/?format=api",
    "airdate": "2002-03-28T21:44:00-08:00",
    "show": 9215,
    "show_uri": "https://api.kexp.org/v2/shows/9215/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418VT0NHJTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418VT0NHJTL._SL75_.jpg",
    "song": "Bang Bang",
    "track_id": "fbe69c3d-b6a7-49d3-9b59-d6c76f5f42c1",
    "recording_id": null,
    "artist": "Violet Indiana",
    "artist_ids": [
        "5ec872b7-0645-4d9a-b067-bda029238df8"
    ],
    "album": "Casino",
    "release_id": "bb539c6c-06a8-4822-ba40-c8dbe08727ae",
    "release_group_id": null,
    "labels": [
        "Instinct Records"
    ],
    "label_ids": [
        "dee0a0c0-eb07-47e8-aadc-f3b483cfad6c"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}