Information about plays

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

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

{
    "id": 1277765,
    "uri": "https://api.kexp.org/v2/plays/1277765/?format=api",
    "airdate": "2007-09-11T03:00:23-07:00",
    "show": 22364,
    "show_uri": "https://api.kexp.org/v2/shows/22364/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HK857WVVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HK857WVVL._SL75_.jpg",
    "song": "Cold Blooded Old Times",
    "track_id": null,
    "recording_id": null,
    "artist": "Smog",
    "artist_ids": [
        "89af9575-4d72-4345-8eba-e9de3d36ac34"
    ],
    "album": "Accumulation: None",
    "release_id": "2b39503b-37be-459e-9bd1-0036ce69ee0a",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2002-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}