Information about plays

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

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

{
    "id": 477500,
    "uri": "https://api.kexp.org/v2/plays/477500/?format=api",
    "airdate": "2001-10-18T00:00:00-07:00",
    "show": 8143,
    "show_uri": "https://api.kexp.org/v2/shows/8143/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/313F2WDC2JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/313F2WDC2JL._SL75_.jpg",
    "song": "There Will Be a Reckoning",
    "track_id": "12411352-c04e-41c6-942d-3ee6d3baa89e",
    "recording_id": null,
    "artist": "Waxwing",
    "artist_ids": [
        "7b80a2ed-4a38-4443-aaf2-cab14ecf99e5"
    ],
    "album": "One for the Ride",
    "release_id": "031d9964-6142-4dfb-8961-13abbd081a34",
    "release_group_id": null,
    "labels": [
        "Second Nature"
    ],
    "label_ids": [
        "8e24ee4a-fbb3-4263-b74d-6082906fb7c5"
    ],
    "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"
}