Information about plays

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

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

{
    "id": 462199,
    "uri": "https://api.kexp.org/v2/plays/462199/?format=api",
    "airdate": "2001-09-02T19:05:00-07:00",
    "show": 7847,
    "show_uri": "https://api.kexp.org/v2/shows/7847/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51V88X2FYPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51V88X2FYPL._SL75_.jpg",
    "song": "Just Hangin' Out",
    "track_id": "61b9c783-89d5-45d6-9650-dc4776e8f7cb",
    "recording_id": null,
    "artist": "Main Source",
    "artist_ids": [
        "a9af6b83-35a4-469d-8c2b-41f5ca73a8cc"
    ],
    "album": "Breaking Atoms",
    "release_id": "6b4b8b07-87cc-4c34-a5f2-45619ce8d9a6",
    "release_group_id": null,
    "labels": [
        "Wild Pitch Records"
    ],
    "label_ids": [
        "af76b781-e8e1-49d5-afb7-52f7839b9812"
    ],
    "release_date": "1991-07-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}