Information about plays

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

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

{
    "id": 512995,
    "uri": "https://api.kexp.org/v2/plays/512995/?format=api",
    "airdate": "2002-01-31T23:13:00-08:00",
    "show": 8840,
    "show_uri": "https://api.kexp.org/v2/shows/8840/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41jqMecL-tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41jqMecL-tL._SL75_.jpg",
    "song": "Coventry",
    "track_id": "649d61e6-40e4-4a2e-a8f8-98f98d3ec01e",
    "recording_id": null,
    "artist": "Greg Davis",
    "artist_ids": [
        "3dfc4a98-6c2f-4b27-bd57-09dba26ab614"
    ],
    "album": "Arbor",
    "release_id": "51b43d6f-ce91-450a-92b6-eb61d4aae438",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}