Information about plays

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

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

{
    "id": 499806,
    "uri": "https://api.kexp.org/v2/plays/499806/?format=api",
    "airdate": "2001-12-24T02:54:00-08:00",
    "show": 8582,
    "show_uri": "https://api.kexp.org/v2/shows/8582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HdMr9taLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HdMr9taLL._SL75_.jpg",
    "song": "Neighbours",
    "track_id": "d2403628-4385-4c63-9842-f3d31f80391c",
    "recording_id": null,
    "artist": "Cosmic Psychos",
    "artist_ids": [
        "14f67a67-2d22-4411-b092-858bd471b6de"
    ],
    "album": "Self Totalled",
    "release_id": "885d2721-b9b9-4870-b603-661be294514e",
    "release_group_id": null,
    "labels": [
        "Amphetamine Reptile"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}