Information about plays

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

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

{
    "id": 1376207,
    "uri": "https://api.kexp.org/v2/plays/1376207/?format=api",
    "airdate": "2008-05-20T01:17:56-07:00",
    "show": 24022,
    "show_uri": "https://api.kexp.org/v2/shows/24022/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61MQRbaawsL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61MQRbaawsL._SL75_.jpg",
    "song": "Warning",
    "track_id": null,
    "recording_id": null,
    "artist": "Wye Oak",
    "artist_ids": [
        "3c8ff4c9-b5b9-4e78-ad9d-5157c323de24"
    ],
    "album": "If Children",
    "release_id": "48e1fec4-a1e7-4ac8-a610-96b7d755a650",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2008-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}