Information about plays

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

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

{
    "id": 428180,
    "uri": "https://api.kexp.org/v2/plays/428180/?format=api",
    "airdate": "2001-05-25T23:42:21-07:00",
    "show": 7190,
    "show_uri": "https://api.kexp.org/v2/shows/7190/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51v0K3tvl3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51v0K3tvl3L._SL75_.jpg",
    "song": "Ballad of Carol Lynn",
    "track_id": "8354c573-c593-4aed-a7c8-54ea8a7a1a50",
    "recording_id": null,
    "artist": "Whiskeytown",
    "artist_ids": [
        "fdb40275-50df-4894-8481-573e86956e81"
    ],
    "album": "Pneumonia",
    "release_id": "59352c47-9c0a-4b53-a8a3-784813c3e718",
    "release_group_id": null,
    "labels": [
        "Lost Highway Records"
    ],
    "label_ids": [
        "5b34c929-fd09-4b57-a8bf-1e8eb0f21c12"
    ],
    "release_date": "2001-05-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}