Information about plays

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

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

{
    "id": 418967,
    "uri": "https://api.kexp.org/v2/plays/418967/?format=api",
    "airdate": "2001-04-27T21:42:51-07:00",
    "show": 7000,
    "show_uri": "https://api.kexp.org/v2/shows/7000/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21YT66BWMDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21YT66BWMDL._SL75_.jpg",
    "song": "Dracocomedown",
    "track_id": null,
    "recording_id": null,
    "artist": "Draco",
    "artist_ids": [
        "b2d8aaee-661b-488d-a08c-d77db63c8aa0"
    ],
    "album": "Enter the Draco",
    "release_id": "6d96213e-d8a3-47ff-8ff9-9cd49b09b6cc",
    "release_group_id": null,
    "labels": [
        "Slabco"
    ],
    "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"
}