Information about plays

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

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

{
    "id": 499772,
    "uri": "https://api.kexp.org/v2/plays/499772/?format=api",
    "airdate": "2001-12-24T00:00: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/41WYRV1GZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WYRV1GZPL._SL75_.jpg",
    "song": "Navigations",
    "track_id": "e5621f44-383b-4368-b042-9f4555788b78",
    "recording_id": null,
    "artist": "Divination",
    "artist_ids": [
        "54d1fad0-569f-4eab-9d1e-d88c285312ee"
    ],
    "album": "Akasha (disc 2)",
    "release_id": "f02debb0-d658-4140-bb62-5d639de44b35",
    "release_group_id": null,
    "labels": [
        "Subharmonic"
    ],
    "label_ids": [
        "90386b94-8306-4252-a756-f8d5b6ad3a6e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}