Information about plays

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

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

{
    "id": 479416,
    "uri": "https://api.kexp.org/v2/plays/479416/?format=api",
    "airdate": "2001-10-23T13:17:08-07:00",
    "show": 8180,
    "show_uri": "https://api.kexp.org/v2/shows/8180/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41G2A11NM5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41G2A11NM5L._SL75_.jpg",
    "song": "Old Dusk Dakota",
    "track_id": "f147c5b0-b743-42d4-ab39-27d23cec93fb",
    "recording_id": null,
    "artist": "Faith & Disease",
    "artist_ids": [
        "2a95ed6b-ebcf-4908-b642-7bbadd0eb2ea"
    ],
    "album": "Insularia",
    "release_id": "6877d472-4cd1-4a2d-affe-981b24629a53",
    "release_group_id": null,
    "labels": [
        "Ivy Records"
    ],
    "label_ids": [
        "532f7044-0575-4611-aa2b-7c40c5272d7c"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}