Information about plays

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

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

{
    "id": 416918,
    "uri": "https://api.kexp.org/v2/plays/416918/?format=api",
    "airdate": "2001-04-21T00:20:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61Br-N5xUdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61Br-N5xUdL._SL75_.jpg",
    "song": "Which Will",
    "track_id": "32a90bfd-0ddb-4310-8641-0146edbf596e",
    "recording_id": null,
    "artist": "Nick Drake",
    "artist_ids": [
        "99ea432a-e3d8-42cb-9d5e-db316a6a8458"
    ],
    "album": "Way to Blue: An Introduction to Nick Drake",
    "release_id": "3c112d7a-e40c-4c83-bfd2-c0640a9abdb2",
    "release_group_id": null,
    "labels": [
        "Ryko"
    ],
    "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"
}