Information about plays

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

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

{
    "id": 490983,
    "uri": "https://api.kexp.org/v2/plays/490983/?format=api",
    "airdate": "2001-11-27T20:34:00-08:00",
    "show": 8413,
    "show_uri": "https://api.kexp.org/v2/shows/8413/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11NXS01JG4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11NXS01JG4L._SL75_.jpg",
    "song": "My Comfort Remains (Black Star Liner remix)",
    "track_id": "34464822-98ff-41db-b2b7-b597bcc48967",
    "recording_id": null,
    "artist": "Nusrat Fateh Ali Khan & Michael Brook",
    "artist_ids": [
        "f13338d0-0c04-4fa1-98e1-2429479dde3b"
    ],
    "album": "Star Rise",
    "release_id": "bd72787b-2b87-4c70-9baf-e48e1ef40d8f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1997-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}