Information about plays

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

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

{
    "id": 1387692,
    "uri": "https://api.kexp.org/v2/plays/1387692/?format=api",
    "airdate": "2008-06-19T23:42:06-07:00",
    "show": 24223,
    "show_uri": "https://api.kexp.org/v2/shows/24223/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YDWBY593L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YDWBY593L._SL75_.jpg",
    "song": "Heaven Somewhere",
    "track_id": null,
    "recording_id": null,
    "artist": "Common",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602"
    ],
    "album": "Electric Circus",
    "release_id": "74469443-9eff-40f4-838d-c7211c87edba",
    "release_group_id": null,
    "labels": [
        "MCA Records Ltd."
    ],
    "label_ids": [
        "87b6c0d0-172d-4cc1-a6df-cab5c884022c"
    ],
    "release_date": "2002-12-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}