Information about plays

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

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

{
    "id": 421067,
    "uri": "https://api.kexp.org/v2/plays/421067/?format=api",
    "airdate": "2001-05-04T07:35:17-07:00",
    "show": 7048,
    "show_uri": "https://api.kexp.org/v2/shows/7048/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ANMA23RQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ANMA23RQL._SL75_.jpg",
    "song": "Anarchy in the UK (Denmark Street demo July 76)",
    "track_id": "da1fa30c-0aa7-448d-95f1-09c838db0576",
    "recording_id": null,
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Spunk",
    "release_id": "87258ea8-4562-4a81-bb97-357e8425b732",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}