Information about plays

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

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

{
    "id": 414747,
    "uri": "https://api.kexp.org/v2/plays/414747/?format=api",
    "airdate": "2001-04-12T13:00:00-07:00",
    "show": 6917,
    "show_uri": "https://api.kexp.org/v2/shows/6917/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413jH1aniBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413jH1aniBL._SL75_.jpg",
    "song": "Someday",
    "track_id": "b77511be-2ffa-4a8a-a25f-9f95b8a03253",
    "recording_id": null,
    "artist": "Christy McWilson",
    "artist_ids": [
        "d0b87653-857e-4eae-b62b-77758e319838"
    ],
    "album": "The Lucky One",
    "release_id": "a9ad1172-3ff2-47e3-80d6-9bb4f12726ea",
    "release_group_id": null,
    "labels": [
        "Hightone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}