Information about plays

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

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

{
    "id": 420579,
    "uri": "https://api.kexp.org/v2/plays/420579/?format=api",
    "airdate": "2001-05-02T20:07:30-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41V313V4DQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41V313V4DQL._SL75_.jpg",
    "song": "Baby Let's Play House",
    "track_id": "489b768e-f65c-4e4f-9382-f44b58ee6035",
    "recording_id": null,
    "artist": "Arthur Gunter",
    "artist_ids": [
        "dca318cd-06f3-477b-a9a8-b031b022b6bd"
    ],
    "album": "The King's Record Collection: The Original Versions of Songs Later Recorded by Elvis Presley, Volume 1",
    "release_id": "9f2d2801-ee79-420b-9466-5e0eb0c96e89",
    "release_group_id": null,
    "labels": [
        "Hip O"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}