Information about plays

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

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

{
    "id": 1311327,
    "uri": "https://api.kexp.org/v2/plays/1311327/?format=api",
    "airdate": "2007-12-07T10:15:33-08:00",
    "show": 22935,
    "show_uri": "https://api.kexp.org/v2/shows/22935/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61l9SAYkJWL._SL75_.jpg",
    "song": "Pretty Life",
    "track_id": "681ef4f8-6e1f-4077-95f0-f707f918d40f",
    "recording_id": null,
    "artist": "The Heavenly States",
    "artist_ids": [
        "7190ab1d-14f2-4e9f-86cb-e938c651179c"
    ],
    "album": "Delayer",
    "release_id": "1f0e7997-af6f-4919-8bad-7259bcddeec6",
    "release_group_id": null,
    "labels": [
        "The Rebel Group"
    ],
    "label_ids": [
        "c708c97a-106b-4add-8983-0505b4a4a3ff"
    ],
    "release_date": "2008-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}