Information about plays

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

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

{
    "id": 426720,
    "uri": "https://api.kexp.org/v2/plays/426720/?format=api",
    "airdate": "2001-05-21T23:12:51-07:00",
    "show": 7165,
    "show_uri": "https://api.kexp.org/v2/shows/7165/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WNF3A1FWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WNF3A1FWL._SL75_.jpg",
    "song": "Stop",
    "track_id": "0266f43c-988f-41c1-a3c8-26509e996449",
    "recording_id": null,
    "artist": "Howard Tate",
    "artist_ids": [
        "4136710e-c649-47cd-bb2f-8e0424bfcf5a"
    ],
    "album": "Get It While You Can: The Legendary Sessions",
    "release_id": "52e81604-ca48-429e-9bae-06eab81697bd",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "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"
}