Information about plays

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

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

{
    "id": 419719,
    "uri": "https://api.kexp.org/v2/plays/419719/?format=api",
    "airdate": "2001-04-30T10:47:08-07:00",
    "show": 7021,
    "show_uri": "https://api.kexp.org/v2/shows/7021/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M26JCCQEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M26JCCQEL._SL75_.jpg",
    "song": "Shaken Not Stirred",
    "track_id": "ff5fe33b-84d7-4e28-9ebe-0e024b15b072",
    "recording_id": null,
    "artist": "Small",
    "artist_ids": [
        "307b2d5e-e1ad-45ff-9969-cfafae41730c"
    ],
    "album": "Chin Music",
    "release_id": "822f5823-8bef-449d-b6ef-e86a45759f73",
    "release_group_id": null,
    "labels": [
        "Alias"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}