Information about plays

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

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

{
    "id": 419063,
    "uri": "https://api.kexp.org/v2/plays/419063/?format=api",
    "airdate": "2001-04-28T05:27:41-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51a72hn0RSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51a72hn0RSL._SL75_.jpg",
    "song": "Honey-Gathering Song",
    "track_id": "709d1113-8116-4989-9b25-d3e4d50fe895",
    "recording_id": null,
    "artist": "Music of the Central African Pygmies",
    "artist_ids": [
        "d7fd8fa5-97ff-47bc-b599-81d7ea560d9e"
    ],
    "album": "Echoes Of The Forest",
    "release_id": "6795aba6-58f8-457c-b7ef-45bfc5bb49de",
    "release_group_id": null,
    "labels": [
        "Ellipsis Arts..."
    ],
    "label_ids": [
        "08314833-c341-40c3-b178-dcfe763f4923"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}