Information about plays

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

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

{
    "id": 490163,
    "uri": "https://api.kexp.org/v2/plays/490163/?format=api",
    "airdate": "2001-11-25T05:00:00-08:00",
    "show": 8394,
    "show_uri": "https://api.kexp.org/v2/shows/8394/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51iwE3kkTnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51iwE3kkTnL._SL75_.jpg",
    "song": "Love Moves the Sun",
    "track_id": "ecb8e78b-e6d4-49e8-92c3-a71bfec4512b",
    "recording_id": null,
    "artist": "Temple of Sound & Rizwan-Muazzam Qawwali",
    "artist_ids": [
        "02c04da7-9205-4f26-8d93-1825b41482ca"
    ],
    "album": "Peoples Colony No.1",
    "release_id": "9c38c653-1bd1-49cd-8bee-7f0e7778b50f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2001-05-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}