Information about plays

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

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

{
    "id": 433033,
    "uri": "https://api.kexp.org/v2/plays/433033/?format=api",
    "airdate": "2001-06-09T17:57:00-07:00",
    "show": 7284,
    "show_uri": "https://api.kexp.org/v2/shows/7284/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517ilLxL4VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517ilLxL4VL._SL75_.jpg",
    "song": "Our Lips Are Sealed",
    "track_id": "6def1c8e-af54-486d-91c1-619773b0c913",
    "recording_id": null,
    "artist": "Truly",
    "artist_ids": [
        "a92894c1-710a-469e-af5b-b40da54fcbc9"
    ],
    "album": "Twilight Curtains",
    "release_id": "f3276c80-a037-41c2-b147-1dac52c79ed9",
    "release_group_id": null,
    "labels": [
        "Sweet Nothing"
    ],
    "label_ids": [
        "fad9ab02-5d56-4bb9-90f5-79596fff6d3b"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}