Information about plays

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

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

{
    "id": 514061,
    "uri": "https://api.kexp.org/v2/plays/514061/?format=api",
    "airdate": "2002-02-04T03:07:00-08:00",
    "show": 8864,
    "show_uri": "https://api.kexp.org/v2/shows/8864/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XO0OF85qL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XO0OF85qL._SL75_.jpg",
    "song": "Blues Walk",
    "track_id": "98293fac-6b8f-4e65-9e19-538f6b108399",
    "recording_id": null,
    "artist": "Lou Donaldson",
    "artist_ids": [
        "db147d97-f5cf-4e80-9e1a-08ddcb1d0bf8"
    ],
    "album": "Blues Walk",
    "release_id": "c0600ea4-822e-4b89-af49-d577fb099af9",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "1958-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}