Information about plays

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

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

{
    "id": 414396,
    "uri": "https://api.kexp.org/v2/plays/414396/?format=api",
    "airdate": "2001-02-09T10:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41KDP2JYJML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41KDP2JYJML._SL75_.jpg",
    "song": "Bottoms Up",
    "track_id": "cf6ea7f4-7d4f-4de6-8ace-94f0db2571fe",
    "recording_id": null,
    "artist": "The Bellyachers",
    "artist_ids": [
        "b1f515fc-88c6-47e4-9ed7-e4c21df15570"
    ],
    "album": "Bottoms Up",
    "release_id": "0d1407e6-cfaf-4d4f-88ec-38b72a3b9d6b",
    "release_group_id": null,
    "labels": [
        "Gut"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}