Information about plays

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

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

{
    "id": 1177930,
    "uri": "https://api.kexp.org/v2/plays/1177930/?format=api",
    "airdate": "2006-12-28T14:19:56-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BAW65JM5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BAW65JM5L._SL75_.jpg",
    "song": "Zero Refills",
    "track_id": "ca2205ec-7575-43dd-9d9c-bb29542786cb",
    "recording_id": null,
    "artist": "Pernice Brothers",
    "artist_ids": [
        "48b83db5-1aa2-48d3-8f5c-8cc1d585e585"
    ],
    "album": "Live a Little",
    "release_id": "41254cb3-6737-405d-95aa-3f288b1181f8",
    "release_group_id": null,
    "labels": [
        "Ashmont Records"
    ],
    "label_ids": [
        "52565cfc-1e48-4d42-8cb7-fcce7a6d0109"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}