Information about plays

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

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

{
    "id": 492612,
    "uri": "https://api.kexp.org/v2/plays/492612/?format=api",
    "airdate": "2001-12-02T16:42:00-08:00",
    "show": 8445,
    "show_uri": "https://api.kexp.org/v2/shows/8445/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41wMlcfbPgL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41wMlcfbPgL._SL75_.jpg",
    "song": "John Cage Bubblegum",
    "track_id": null,
    "recording_id": null,
    "artist": "Stereolab",
    "artist_ids": [
        "f1df0431-9250-4ec8-95d8-f19ce7cf7fb6"
    ],
    "album": "Refried Ectoplasm (Switched On Volume 2)",
    "release_id": "b3dd22d9-f08f-488b-b24a-9902efe4eb43",
    "release_group_id": null,
    "labels": [
        "Duophonic"
    ],
    "label_ids": [
        "d09f48a1-a3bb-4f2b-8fcc-ddfd52cd30b4"
    ],
    "release_date": "1995-09-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}