Information about plays

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

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

{
    "id": 464607,
    "uri": "https://api.kexp.org/v2/plays/464607/?format=api",
    "airdate": "2001-09-10T01:10:54-07:00",
    "show": 7895,
    "show_uri": "https://api.kexp.org/v2/shows/7895/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zf1kK9f6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zf1kK9f6L._SL75_.jpg",
    "song": "Throw Down",
    "track_id": "de681229-6a6f-42f1-b58b-dce75486c6d6",
    "recording_id": null,
    "artist": "The Ananda Shankar Experience and State of Bengal",
    "artist_ids": [
        "e71d48dc-f7d6-4647-a96c-b621fb5eee6e"
    ],
    "album": "Walking On",
    "release_id": "0bf9365a-0c02-448e-a4fa-ba5d1870e833",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1999-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}