Information about plays

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

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

{
    "id": 503457,
    "uri": "https://api.kexp.org/v2/plays/503457/?format=api",
    "airdate": "2002-01-03T22:05:00-08:00",
    "show": 8652,
    "show_uri": "https://api.kexp.org/v2/shows/8652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51CP8bsOT7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51CP8bsOT7L._SL75_.jpg",
    "song": "...The Cliff Edge of Workaday Morality",
    "track_id": "75b09a11-2146-4f27-8fbf-09f8e3cd6cb1",
    "recording_id": null,
    "artist": "Hood",
    "artist_ids": [
        "e5f2a453-68b5-48b0-85c4-9ec317dee0b0"
    ],
    "album": "The Cycle of Days and Seasons",
    "release_id": "60908375-9b24-44b1-8833-675e810efb62",
    "release_group_id": null,
    "labels": [
        "Domino Records"
    ],
    "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"
}