Information about plays

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

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

{
    "id": 1412901,
    "uri": "https://api.kexp.org/v2/plays/1412901/?format=api",
    "airdate": "2008-08-22T08:44:15-07:00",
    "show": 24645,
    "show_uri": "https://api.kexp.org/v2/shows/24645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YMlwYtK7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YMlwYtK7L._SL75_.jpg",
    "song": "Punk Rock Girl",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Death Rides a Pale Cow: The Ultimate Collection",
    "release_id": "cfbc9fd8-9ae7-4a27-a8c6-3aad17f1f3fe",
    "release_group_id": null,
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}