Information about plays

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

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

{
    "id": 1377584,
    "uri": "https://api.kexp.org/v2/plays/1377584/?format=api",
    "airdate": "2008-05-23T09:17:49-07:00",
    "show": 24041,
    "show_uri": "https://api.kexp.org/v2/shows/24041/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GUHcmGSOL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GUHcmGSOL._SL75_.jpg",
    "song": "Abandon",
    "track_id": null,
    "recording_id": null,
    "artist": "French Kicks",
    "artist_ids": [
        "65e1db8a-17cd-4ed7-b163-b74890f16573"
    ],
    "album": "Swimming",
    "release_id": "bfb0e4df-0527-4d38-9556-11980104c767",
    "release_group_id": null,
    "labels": [
        "Vagrant Records"
    ],
    "label_ids": [
        "56c4226d-8962-4807-9ffa-dd6a10358fbb"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}