Information about plays

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

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

{
    "id": 500455,
    "uri": "https://api.kexp.org/v2/plays/500455/?format=api",
    "airdate": "2001-12-26T02:14:00-08:00",
    "show": 8594,
    "show_uri": "https://api.kexp.org/v2/shows/8594/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JBTyISGGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JBTyISGGL._SL75_.jpg",
    "song": "Firecracker",
    "track_id": "9d121ec5-d5bc-4044-8ed5-2765bf940a0b",
    "recording_id": null,
    "artist": "Possum Dixon",
    "artist_ids": [
        "74398377-ba2a-432e-84b2-4770d23c8378"
    ],
    "album": "New Sheets",
    "release_id": "51ceb27f-9827-4460-9608-60642914ef8f",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}