Information about plays

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

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

{
    "id": 451823,
    "uri": "https://api.kexp.org/v2/plays/451823/?format=api",
    "airdate": "2001-08-03T15:26:40-07:00",
    "show": 7641,
    "show_uri": "https://api.kexp.org/v2/shows/7641/?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": "Tanusree",
    "track_id": "67811b6b-dffe-4596-beb7-a78452119019",
    "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"
}