Information about plays

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

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

{
    "id": 1177748,
    "uri": "https://api.kexp.org/v2/plays/1177748/?format=api",
    "airdate": "2006-12-28T01:29:55-08:00",
    "show": 20652,
    "show_uri": "https://api.kexp.org/v2/shows/20652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eXB2yJ0PL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eXB2yJ0PL._SL75_.jpg",
    "song": "Every Last One (cornerstone remix)",
    "track_id": "93e26fd5-06d4-456c-b78e-23cabf484298",
    "recording_id": null,
    "artist": "Common Market",
    "artist_ids": [
        "c8b259a5-6acb-43e8-bb28-bc09e92eb22e"
    ],
    "album": "Common Market",
    "release_id": "b6456cab-8cca-435a-bb05-898b10b404b7",
    "release_group_id": null,
    "labels": [
        "Mass Line"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}