Information about plays

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

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

{
    "id": 497685,
    "uri": "https://api.kexp.org/v2/plays/497685/?format=api",
    "airdate": "2001-12-17T12:52:00-08:00",
    "show": 8541,
    "show_uri": "https://api.kexp.org/v2/shows/8541/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/215XX8GBXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/215XX8GBXZL._SL75_.jpg",
    "song": "Finish Line",
    "track_id": "b56333bc-63e1-449a-8606-ed1c11f22143",
    "recording_id": null,
    "artist": "Come",
    "artist_ids": [
        "74334464-8185-4a47-96b4-9a1c5be417b5"
    ],
    "album": "Don't Ask Don't Tell",
    "release_id": "0c835f5d-7bc5-4930-876a-c40d18c74a3e",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}