Information about plays

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

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

{
    "id": 440969,
    "uri": "https://api.kexp.org/v2/plays/440969/?format=api",
    "airdate": "2001-07-03T00:50:00-07:00",
    "show": 7439,
    "show_uri": "https://api.kexp.org/v2/shows/7439/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61AZCMqr9gL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61AZCMqr9gL._SL75_.jpg",
    "song": "The Lamp Shop",
    "track_id": "ef048617-3ffd-4481-a501-bc79e3b966bf",
    "recording_id": null,
    "artist": "Rebecca Moore",
    "artist_ids": [
        "7e28167f-0ffc-4b56-b71b-1e4f5e73407a"
    ],
    "album": "Admiral Charcoal's Song",
    "release_id": "434dc65e-88f7-428e-869e-0cb40dcd6f87",
    "release_group_id": null,
    "labels": [
        "Knitting Factory"
    ],
    "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"
}