Information about plays

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

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

{
    "id": 420989,
    "uri": "https://api.kexp.org/v2/plays/420989/?format=api",
    "airdate": "2001-05-04T01:05:27-07:00",
    "show": 7047,
    "show_uri": "https://api.kexp.org/v2/shows/7047/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DJ52PyPtL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DJ52PyPtL._SL75_.jpg",
    "song": "When I Burn Off Into the Distance",
    "track_id": "fc5de92c-5107-41dc-beed-d250e524d597",
    "recording_id": null,
    "artist": "Finley Quaye",
    "artist_ids": [
        "e6fbff56-aee6-4f80-8f6f-d8c345694074"
    ],
    "album": "Vanguard",
    "release_id": "285df272-47b2-42b0-bf3a-15d1f47647ac",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-02-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}