Information about plays

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

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

{
    "id": 1391982,
    "uri": "https://api.kexp.org/v2/plays/1391982/?format=api",
    "airdate": "2008-06-30T18:16:32-07:00",
    "show": 24296,
    "show_uri": "https://api.kexp.org/v2/shows/24296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Y3MhsfmTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Y3MhsfmTL._SL75_.jpg",
    "song": "Vanorapa",
    "track_id": "5d672efb-093f-4e5d-8a91-360c56509a77",
    "recording_id": null,
    "artist": "Chiwoniso",
    "artist_ids": [
        "c4ce79b8-8a46-4fd7-ba92-c4bfff13c537"
    ],
    "album": "Rebel Woman",
    "release_id": "4ac2cec2-9a89-4f6d-bb00-8a0eb1786c0a",
    "release_group_id": null,
    "labels": [
        "Cumbancha"
    ],
    "label_ids": [
        "ca1dd9fa-ab3a-45c0-97b9-4c66c8eb2fc7"
    ],
    "release_date": "2008-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}